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 |
Instruction-tuned Qwen3 variant without thinking mode, strong on multilingual reasoning, math, code, and tool use for agent workflows.
Input price
Market: $0.2869
/ M
Output price
Market: $2.868
/ M
Cache read
/ M
Cache write
/ M
Input
Text
Output
Text
{
"model": "qwen/qwen3-235b-a22b-2507",
"messages": [
{
"role": "user",
"content": "你好!请先介绍一下你自己,包括你的主要能力与适用场景,并给一个简短的使用示例。"
}
],
"stream": false
}{}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/qwen3-235b-a22b-2507 with the EasyAPI API:
curl https://token.easyapi.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EASYAPI_API_KEY" \
-d '{"model":"qwen/qwen3-235b-a22b-2507","messages":[{"role":"user","content":"Hello!"}]}'Add "stream": true to your request body to receive responses as server-sent events:
curl -N https://token.easyapi.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EASYAPI_API_KEY" \
-d '{"model":"qwen/qwen3-235b-a22b-2507","messages":[{"role":"user","content":"Hello!"}],"stream":true}'Sends a chat completion request. Supports streaming and non-streaming modes.
https://token.easyapi.com/v1/chat/completionsBearer $EASYAPI_API_KEYapplication/jsonqwen/qwen3-235b-a22b-2507发送对话补全请求,支持流式与非流式。 Docs
https://token.easyapi.com/v1/modelsBearer $EASYAPI_API_KEY获取当前账户可用模型列表。 Docs
| Name | Type | Default | Description |
|---|---|---|---|
model | string | — | 模型 ID,如 openai/gpt-4o、anthropic/claude-3-5-sonnet |
messages | array | — | 对话消息列表,每项含 role 与 content |
stream | boolean | false | 设为 true 时以 SSE 流式返回 |
temperature | float | 1 | 采样温度,越高越随机 |
max_tokens | integer | — | 单次回复最大生成 Token 数 |
top_p | float | 1 | 核采样,限制候选词累积概率 |
frequency_penalty | float | 0 | 频率惩罚,降低重复用词 |
presence_penalty | float | 0 | 存在惩罚,鼓励新话题 |
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 |