wan3.0-video

阶梯计费视频多模态异步任务New

万相3.0是 all-in-one 视频生成模型,统一支持参考、编辑、复刻、驱动等多种创作功能,四模态全能参考,最长支持30秒视频生成,可解析文件、网页及复杂图片。生产级角色一致性保持,音画真实,带来身临其境的视听冲击力。

官 稳 保
¥--已优惠¥--
----
  • 申请赠送05000000 Tokens

    约¥0/ 5百万Tokens

  • 一元试用11000000 Tokens

    约¥1/百万Token

  • 默认0.45s

    按量计费

  • 国产特价20.36s

    按量计费

· 首次申请送500万Token
  • 使用文档

  • 附件资料

  • 计费明细

模型信息

模型 IDwan3.0-video供应商Aliyun(Qwen)
输入模态text、image、video、audio输出模态video
分类video发布时间2026-08-25 18:20:22

调用接口

分组接口渠道方法路径
查询视频生成任务(官方格式查询视频生成任务(官方格式本站 AI 中转站GET/qwen/api/v1/tasks/{task_id}

GET /qwen/api/v1/tasks/{task_id}

### 查询视频生成任务(官方格式
官方文档链接:

请求与响应结构
{
    "tags": [
        "VideoGeneration"
    ],
    "summary": "查询视频生成任务(官方格式",
    "responses": {
        "200": {
            "content": {
                "application/json": {
                    "schema": {
                        "type": "object",
                        "required": [
                            "request_id",
                            "output"
                        ],
                        "properties": {
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "SR": {
                                        "type": "integer",
                                        "description": "输出视频分辨率数值,例如 720。"
                                    },
                                    "fps": {
                                        "type": "integer",
                                        "default": 30,
                                        "description": "输出视频帧率。"
                                    },
                                    "ratio": {
                                        "type": "string",
                                        "description": "输出视频宽高比。"
                                    },
                                    "duration": {
                                        "type": "number",
                                        "format": "float",
                                        "description": "生成视频时长,单位为秒。"
                                    },
                                    "video_count": {
                                        "enum": [
                                            1
                                        ],
                                        "type": "integer",
                                        "description": "生成视频数量,固定为 1。"
                                    },
                                    "input_video_duration": {
                                        "type": "number",
                                        "format": "float",
                                        "description": "输入视频总时长,单位为秒;无视频输入时为 0。"
                                    },
                                    "output_video_duration": {
                                        "type": "number",
                                        "format": "float",
                                        "description": "输出视频时长,单位为秒。"
                                    }
                                },
                                "description": "仅在任务成功时返回的输出统计。"
                            },
                            "output": {
                                "type": "object",
                                "required": [
                                    "task_id",
                                    "task_status"
                                ],
                                "properties": {
                                    "code": {
                                        "type": "string",
                                        "description": "任务失败时返回的错误码。"
                                    },
                                    "message": {
                                        "type": "string",
                                        "description": "任务失败时返回的错误详情。"
                                    },
                                    "task_id": {
                                        "type": "string",
                                        "description": "任务 ID。"
                                    },
                                    "end_time": {
                                        "type": "string",
                                        "examples": [
                                            "2026-08-06 10:13:33.838"
                                        ],
                                        "description": "任务完成时间,格式为 YYYY-MM-DD HH:mm:ss.SSS。"
                                    },
                                    "video_url": {
                                        "type": "string",
                                        "format": "uri",
                                        "description": "成功生成的视频 URL,有效期为 24 小时。"
                                    },
                                    "orig_prompt": {
                                        "type": "string",
                                        "description": "原始提示词。"
                                    },
                                    "submit_time": {
                                        "type": "string",
                                        "examples": [
                                            "2026-08-06 10:01:35.452"
                                        ],
                                        "description": "任务提交时间,格式为 YYYY-MM-DD HH:mm:ss.SSS。"
                                    },
                                    "task_status": {
                                        "enum": [
                                            "PENDING",
                                            "RUNNING",
                                            "SUCCEEDED",
                                            "FAILED",
                                            "CANCELED",
                                            "UNKNOWN"
                                        ],
                                        "type": "string"
                                    },
                                    "scheduled_time": {
                                        "type": "string",
                                        "examples": [
                                            "2026-08-06 10:01:35.507"
                                        ],
                                        "description": "任务开始执行时间,格式为 YYYY-MM-DD HH:mm:ss.SSS。"
                                    }
                                }
                            },
                            "request_id": {
                                "type": "string",
                                "description": "请求唯一标识。"
                            }
                        }
                    }
                }
            },
            "description": "查询成功。具体字段随任务状态变化。"
        },
        "401": {
            "content": {
                "application/json": {
                    "schema": {
                        "type": "object",
                        "required": [
                            "code",
                            "message",
                            "request_id"
                        ],
                        "properties": {
                            "code": {
                                "type": "string"
                            },
                            "message": {
                                "type": "string"
                            },
                            "request_id": {
                                "type": "string"
                            }
                        }
                    }
                }
            },
            "description": "API Key 缺失或无效。"
        },
        "default": {
            "content": {
                "application/json": {
                    "schema": {
                        "type": "object",
                        "properties": {
                            "code": {
                                "type": "string"
                            },
                            "message": {
                                "type": "string"
                            },
                            "request_id": {
                                "type": "string"
                            }
                        }
                    }
                }
            },
            "description": "其他错误。"
        }
    },
    "parameters": [
        {
            "in": "path",
            "name": "task_id",
            "schema": {
                "type": "string",
                "description": "创建任务接口返回的任务 ID,有效期为 24 小时。"
            },
            "required": true,
            "description": "创建任务接口返回的任务 ID,有效期为 24 小时。"
        }
    ],
    "description": "### 查询视频生成任务(官方格式\n官方文档链接:"
}

价格

价格组渠道计费项价格单位
default本站 AI 中转站durationCNY 0.45s
国产特价2本站 AI 中转站durationCNY 0.36s

服务级错误码参照(error_code):

  错误码 说明
  221301 数据源超时
  221303 认证失败

认证失败,请稍后重试
认证失败,该卡当日连续多次认证不通过被限制校验,次日恢复
  221306 参数错误

参数错误:姓名格式不正确
参数错误:手机号格式不正确
参数错误:身份证格式不正确
参数错误:银行卡号格式不正确
同一银行卡请求过于频繁

系统级错误码参照:

  错误码 说明
  10001 错误的请求KEY
  10002 该KEY无请求权限
  10003 KEY过期
  10004 错误的OPENID
  10005 应用未审核超时,请提交认证
  10007 未知的请求源
  10008 被禁止的IP
  10009 被禁止的KEY
  10011 当前IP请求超过限制
  10012 请求超过次数限制
  10013 测试KEY超过请求限制
  10014 系统内部异常(调用充值类业务时,请务必联系客服或通过订单查询接口检测订单,避免造成损失)
  10020 接口维护
  10021 接口停用

错误码格式说明(示例:200201):

  2 002 01
  服务级错误(1为系统级错误) 服务模块代码(即数据ID) 具体错误代码

使用文档下载

wan3.0-video
--
今日调用
--
成功率
--
近期调用

推荐API

  • gemini-3.8-flash-thinking-medium

    Gemini 3.8 Flash 是我们最智能的 Flash 模型,专为长远软件工程、自主代理和复杂企业工作流程设计——所有这些都具备 Flash 的速度和成本效益。
  • gemini-3.7-flash-thinking-low

  • gemini-3.8-flash-thinking-low

    Gemini 3.8 Flash 是我们最智能的 Flash 模型,专为长远软件工程、自主代理和复杂企业工作流程设计——所有这些都具备 Flash 的速度和成本效益。
  • gemini-3.7-flash-thinking-medium

  • gemini-3.8-flash-thinking-high

    Gemini 3.8 Flash 是我们最智能的 Flash 模型,专为长远软件工程、自主代理和复杂企业工作流程设计——所有这些都具备 Flash 的速度和成本效益。
  • gemini-3.8-flash

    Gemini 3.8 Flash 是我们最智能的 Flash 模型,专为长远软件工程、自主代理和复杂企业工作流程设计——所有这些都具备 Flash 的速度和成本效益。

API资讯

数 据 驱 动 未 来
Data Drives The Future
数 据 驱 动 未 来
Data Drives The Future