顶尖AI模型,一键集成。
一个兼容 OpenAI 的端点,覆盖视频、图像、音乐和文本。来自 19 家提供商的 300+ 个模型,一个 API 密钥、一份账单——无订阅,按调用付费。






一个API,四大功能。
同一个 Bearer 令牌即可调用生成式视频、图像和音乐。只需更改一个参数,就能切换到另一种模态。
视频
Veo 3.1 · Runway Aleph · Seedance 2。文本转视频,图像转视频,编辑现有片段。720p–1080p,最长10秒。
图像
Flux Kontext Pro · Nano Banana · 4o Image。文本转图像,编辑,放大。PNG / JPG,任意纵横比。
音乐
Suno v3.5 → v4.5 Plus · MusicGen · Mureka。最长8分钟曲目,带人声,自定义歌词,角色克隆。
从目录中精心挑选。
点击任意项查看定价、示例代码,并在演示区实时试用。
Google nano banana 2, 1K
Google nano banana 2, 2K
Suno, Mashup
Suno, add-vocals
Runway Aleph
Google veo 3.1, Extend, Fast
30秒内上线。
与OpenAI兼容的提供商请求格式相同——只需更改主机。速率限制、错误、头信息完全一致。
curl https://aimarcusimage.eu/api/v1/jobs/createTask \
-H "Authorization: Bearer sk-aig-..." \
-H "Content-Type: application/json" \
-d '{
"model": "google/nano-banana",
"input": {
"prompt": "A golden retriever running through autumn leaves, cinematic",
"output_format": "png",
"image_size": "16:9"
}
}'
# → { "code": 200, "data": { "taskId": "..." } }
# Poll /api/v1/jobs/recordInfo?taskId=... until state="success"
您已信任的模型实验室。
您需要知道的一切。
什么是AI Generate? +
AI Generate is a single-API gateway to 300+ AI models across three modalities — video (Veo 3.1, Runway Aleph, Seedance 2), image (Flux Kontext Pro, Nano Banana, GPT Image) and music (Suno). One key, one bill across every provider, and you pay only for what you call — no monthly fee.
价格如何计算? +
您可以一次性购买积分($10 / $50 / $200套餐),并在调用API时消费。每个模型都有单价(每秒视频、每张图像、每百万个标记)。查看定价以获取完整表格,每日从上游提供商同步。
图像和视频生成速度如何? +
图像生成(Nano Banana, Flux)约6-10秒完成。视频(Veo 3 Fast, Seedance 2 Fast)根据时长和分辨率在30-120秒内完成。结果通过webhook或轮询传递。
Is there a free trial? +
Every verified account gets a trial credit to make its first call for free. After that you top up from $10 — credits never expire and there is no subscription.
是否有速率限制? +
每个API密钥每10秒20次生成请求。轮询任务状态不计入限制。企业账户可获得更高限制。
我可以设置消费限制吗? +
可以。每个账户可配置每日和每月美元上限。当达到上限时,API调用将返回HTTP 402,直到下一个周期,因此您不会收到意外账单。