happyhorse-1.0-i2v
Qwen
HappyHorse-1.0-I2V支持图生视频,具备高度还原的动态画面生成能力,能够精准理解文本语义,输出流畅自然、细节丰富的高质量视频。
| Resolution | Without video input | With video input |
|---|---|---|
| 720 | $0.1103/ s | $0.1103/ s |
| 1080 | $0.1962/ s | $0.1962/ s |
千问系列首个图像编辑模型,成功将Qwen-Image的文本渲染能力拓展到编辑任务上。支持精准的中英双语文字编辑、视觉外观与语义双重编辑、具备强大的跨基准性能表现。
Input price
/ call
Output price
Market: $0.0444
/ call
Input
Text
Output
Image

{
"model": "qwen/qwen-image-edit",
"prompt": "暮色下的喀纳斯湖畔,碧水倒映层林尽染的山峦,白桦林在晚风中轻轻摇曳,天边晚霞晕染出粉金渐变色,画面静谧悠远,电影级构图,柔和逆光,超高清风景摄影质感。",
"n": 1,
"size": "1024x1024"
}{}API
Drop-in code to call this model with EasyAPI's OpenAI-compatible API.
Create an API key from your dashboard and set it as an environment variable:
Replace sk-xxxxxxxx with your API token from the console (Bearer token).
Create API tokenexport EASYAPI_API_KEY=sk-xxxxxxxxUse qwen/qwen-image-edit with the EasyAPI API:
Image models use the image generation endpoint. See image generation docs
curl https://token.easyapi.com/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EASYAPI_API_KEY" \
-d '{"model":"qwen/qwen-image-edit","prompt":"A cute baby sea otter","n":1,"size":"1024x1024"}'Generates images from a text prompt.
https://token.easyapi.com/v1/images/generationsBearer $EASYAPI_API_KEYapplication/jsonqwen/qwen-image-edit根据 prompt 生成图像,响应含 data(url / b64_json)及 usage 用量字段。 Docs
| Name | Type | Required | Description |
|---|---|---|---|
model | string | Yes | 图像模型 ID,如 openai/gpt-image-1、qwen/qwen-image-2.0-pro、bytedance/seedream-4.0;当前使用 qwen/qwen-image-edit;缺失返回 400 model is required |
prompt | string | Yes | 图像文本描述。gpt-image-1 上限 32000 字符 |
n | integer | No | 生成张数,1–10,默认 1;多图按张计费 |
size | string | No | 输出尺寸。gpt-image-1 支持 1024x1024、1536x1024、1024x1536 或 auto,并参与费用预估 |
response_format | string | No | url 或 b64_json。gpt-image-1 不支持该参数,传入可能被上游拒绝 |
stream | boolean | No | 透传字段;当前图像为同步链路,不据此分流 |
Official OpenAI and other SDKs work by swapping the base URL. See integration guide
Qwen
HappyHorse-1.0-I2V支持图生视频,具备高度还原的动态画面生成能力,能够精准理解文本语义,输出流畅自然、细节丰富的高质量视频。
| Resolution | Without video input | With video input |
|---|---|---|
| 720 | $0.1103/ s | $0.1103/ s |
| 1080 | $0.1962/ s | $0.1962/ s |
Qwen
HappyHorse-1.0-R2V支持参考生视频,更加稳定的主体与场景参考,支持最多9张图片参考,能够精准保持创作意图,实现更强表现能力。
| Resolution | Without video input | With video input |
|---|---|---|
| 720 | $0.1103/ s | $0.1103/ s |
| 1080 | $0.1962/ s | $0.1962/ s |
Qwen
HappyHorse-1.0-T2V支持文生视频,具备高度还原的动态画面生成能力,能够精准理解文本语义,输出流畅自然、细节丰富的高质量视频。
| Resolution | Without video input | With video input |
|---|---|---|
| 720 | $0.1103/ s | $0.1103/ s |
| 1080 | $0.1962/ s | $0.1962/ s |
Qwen
HappyHorse-1.0-Video-Edit支持视频编辑,自然语言指令编辑视频,可参考最多5张图片局部或全局编辑视频元素,能够精准复刻视频动态过程,实现更强表现能力。
| Resolution | Without video input | With video input |
|---|---|---|
| 720 | $0.1103/ s | $0.1103/ s |
| 1080 | $0.1962/ s | $0.1962/ s |