freeapis

DeepAI

提供文本生成、图像处理等 AI 驱动的 API

认证方式
API Key
HTTPS
Yes
CORS
Yes

简介

DeepAI 提供易用的 AI API——图像生成、增强和文本模型(摘要、情感)——简单的 POST + API 密钥模式(无效密钥返回 401,已实测)。

快速开始

摘要(替换 YOUR_KEY):

curl -X POST "https://api.deepai.org/api/summarization" \
  -H "api-key: YOUR_KEY" \
  -d "text=Long text to summarize..."
{ "id": "abc-123", "output": "Summary of the text." }

文生图:

curl -X POST "https://api.deepai.org/api/text2img" \
  -H "api-key: YOUR_KEY" \
  -d "text=cyberpunk city"
{ "id": "abc-456", "output_url": "https://api.deepai.org/job-view-file/..." }

认证方式

  • 在 deepai.org 注册 → 免费 API 密钥(在控制台)。
  • 通过 api-key 请求头携带(无效密钥 → 401,已实测)。

速率限制与注意事项

  • 免费层:约 5,000 次 API 调用/月(以文档为准)——原型很宽裕。
  • 图像 API 是异步的:响应给 output_url(或轮询任务)。
  • 端点:/api/text2img/api/summarization/api/sentiment-analysis/api/colorizer 等。
  • 支持 CORS——浏览器可用。

常见问题

DeepAI 免费吗? 免费层:约 5,000 次/月;更多需要付费。

如何获取密钥? 在 deepai.org 注册——密钥在控制台。

图像调用是同步的吗? 返回 output_url——获取它拿到结果。

机器学习 分类更多

APIAuthHTTPSCORS
AI Economics Tools

Token cost, LLM energy, agent-hour and Proof-Adjusted Autonomy calculators by Michał Piszczek

No authYesYes
AI For Thai

Free Various Thai AI API

API KeyYesYes
BRAINIALL

PT-BR and Spanish audio transcription with diarization and SRT/VTT

API KeyYesYes
Clarifai

Computer Vision

OAuthYesUnknown
Cloudmersive

Image captioning, face recognition, NSFW classification

API KeyYesYes