1. sora-2
apiqik
  • 必读
    • 欢迎来到 APIQIK - 您的 AI 模型聚合平台
    • API代理商招募&使用教程(无需技术)
    • 音频模型
  • 客户端应用教程
    • Cherry Studio使用指南
    • Chatbox 使用指南
    • Cherry Studio sora/veo视频生成教程
    • 令牌分组(Token Group)使用教程
    • Vscode claude code
    • vscode配置教程(Cline)
    • 沉浸式翻译配置教程
    • 💬 SillyTavern 配置
    • Codex 配置使用教程
    • Gemini CLI 新手 · 自定义配置完整教程
    • opencode配置使用教程
    • ClawDBot 新手配置文档
    • Claude Code 自定义 API(中转站)配置教程
    • Openclaw龙虾凭啥火,以及必知三大风险!
    • openClaw的部署教程(部署安装教程)
    • openClaw 配置飞书教程(小白版)
    • OpenClaw Skills 实战篇
  • 聊天模型
    • Chat-Completions API 使用指南
    • chat模型接口
    • 数据模型
      • 示例数据模型
        • Pet
        • Category
        • Tag
  • openai
    • 图像(Images)
      • 创建图像
      • 创建图片编辑
    • 音频(Audio)
      • 创建语音
      • 创建音频转文本
    • 自动补全(Completions)
      • 创建完成
    • 模型(Models)
      • 列出模型
      • 检索模型
  • gemini
    • 聊天(chat)
      • gemini格式聊天接口
      • 分析视频
      • 流式响应
      • 多轮对话
    • 绘画模型
      • gemini-3-pro-image-preview(文生图)
      • gemini-3-pro-image-preview(图生图)
  • 音乐模型
    • Suno 音乐生成 API
  • 绘画模型
    • Chat 格式生图 (gpt-4o)
    • 专用生图接口 (DALL-E 格式)
    • gemini-2.5-flash-image接口文档(chat)
    • gemini-2.5-flash-image图像生成接口(支持比例)
    • 即梦(seedream)
      • 创建图片
      • 编辑图片
    • nano banana
      • gemini-2.5-flash-image图像生成接口(gemini格式)
      • gemini-3-pro-image-preview(banana pro)图像生成接口(gemini格式)
      • gemini-3.1-flash-image-preview(nano banana 2) (文生图)模型接口
      • gemini-3.1-flash-image-preview(nano banana 2) (图生图)模型接口
      • gemini-3.1-flash-image-preview(nano banana 2) (多图生图)模型接口
    • Qwen千问
      • 生成图片(qwen-image)
      • 编辑图像(qwen-image-edit)
    • gpt-image-1.5
      • chat 格式
        • 生成图片 (传图)
        • 生成图片
      • image/generations 格式(dalle 格式)
        • 创建图像
        • 创建图片编辑
    • 豆包
      • doubao-seedream-5-0-260128 模型(文生图)
      • doubao-seedream-5-0-260128 模型(图生图)
      • doubao-seedream-5-0-260128 模型(多图生图)
    • gpt imag 图像编辑接口
  • 视频模型
    • veo
      • Veo3 视频生成 API
      • 查询视频详情
      • veo3(veo3.1)视频生成(异步)
    • sora-2
      • sora2 生成视频(chat格式)
      • sora2 异步文档
      • sora-2官方格式(异步,失败不扣分)
        • sora-2创建视频
        • 检索视频
        • 编辑视频接口(暂时不能使用)
        • 获取视频内容
        • 使用故事板创建视频
    • grok
      • 获取视频内容
      • grok 视频生成
    • wan
      • wan视频创建
      • 检索视频
      • 获取视频内容
  • 音频模型
    • minimax
      • 上传复刻音频(purpose=voice_clone)
      • 上传示例音频(purpose=prompt_audio)
      • 音色快速复刻
    • 原生Gemini格式
    • 获取令牌使用情况
  • 代理接口调用
    • 创建令牌(需要登录)
    • 用户登录(用于获取其他接口需要的认证信息)
    • 获取令牌余额信息
    • 获取使用量统计
    • 获取令牌调用日志
  • 嵌入(Embeddings)
    • text-embedding-3-large模型
  1. sora-2

sora2 异步文档

模型名称“sora-2”
可以通过提示词控制生成视频的比例,例如在提示词最后加上 横屏、竖屏、窄屏、16:9 、9:16 等
sora-2 已支持 15s 和高清选择,直接在提示词里面说明就行了
调用方式:在提示词中添加要求即可,如提示词已(15s,高清)开头。
关于审查,官方审查会涉及至少3个阶段/方向:
1、提交的图片中是否涉及真人(非常像真人的也不行)
2、提示词内容是否违规(暴力、色情、版权、活着的名人)
3、生成结果审查是否合格(这也是大家经常看到的生成了90%多后失败的原因)
绕过审核的方式(不一定能成功):把图片转成素描,然后把素材导入sora, 在提示词中让把图片转成真人

请求说明#

路径:https://asyncdata.net/tran/{url}
方法:POST
模型:sora-2、sora-2-hd
Path参数:https://api.apiqik.online/v1/chat/completions
完整请求路径:https://asyncdata.net/tran/https://api.apiqik.com/v1/chat/completions
所有请求都需要在 HTTP Header 中包含 Authorization 字段,用于身份认证。
Header参数示例:
Authorization: sk-2SiNPJ(这里换成平台生成的有效令牌)

文生视频#

{
    "model": "sora-2",
    "messages": [
        {
            "role": "user",
            "content": "一只狗在跑道上跑步"
        }
    ]
}

图生视频#

图片url可以换为base64
{
    "model": "sora-2",
    "messages": [
        {
            "role": "user",
            "content": [
                {
                    "text": "一只狗在图片出场景中跑步",
                    "type": "text"
                },
                {
                    "image_url": {
                        "url": "https://filesystem.site/cdn/20250603/k0kVgLClcJyhH3vsLptmQV.png"
                    },
                    "type": "image_url"
                }
            ]
        }
    ]
}

响应#

{
    "id": "task_01k6q7f4gcfd2vtka5j7scw6vs",
    "preview_url": "https://asyncdata.net/web/task_01k6q7f4gcfd2vtka5j7scw6vs",
    "source_url": "https://asyncdata.net/source/task_01k6q7f4gcfd2vtka5j7scw6vs"
}

查询任务详情#

路径:https://asyncdata.net/source/{task_id}
方法:Get
Path参数:
"task_id": "task_01k6q7f4gcfd2vtka5j7scw6vs"

响应#

运行中#

"status": "running"
{
    "id": "task_01k6q7f4gcfd2vtka5j7scw6vs",
    "input": {
        "duration": 10,
        "orientation": "landscape",
        "prompt": "A dog running energetically on a sunlit track, surrounded by a vibrant stadium filled with cheering crowds. The camera follows the dog with smooth tracking shots, capturing its joyful leaps and bounds. The scene transitions between close-ups of the dog's determined face and wide shots of the colorful track. Bright sunlight casts dynamic shadows, with upbeat background music and the sound of paws hitting the ground, creating an energetic and uplifting atmosphere.",
        "size": "large"
    },
    "pending_info": {
        "actions": null,
        "created_at": "2025-10-04T09:04:55.822977Z",
        "estimated_queue_wait_time": null,
        "failure_reason": null,
        "generations": [],
        "guidance": null,
        "height": 512,
        "id": "task_01k6q7f4gcfd2vtka5j7scw6vs",
        "inpaint_items": [],
        "interpolation": null,
        "is_storyboard": null,
        "model": "sy_8",
        "moderation_result": {
            "code": null,
            "is_output_rejection": false,
            "results_by_frame_index": {},
            "task_id": "task_01k6q7f4gcfd2vtka5j7scw6vs",
            "type": "passed"
        },
        "n_frames": 300,
        "n_variants": 1,
        "needs_user_review": false,
        "num_unsafe_generations": 0,
        "operation": "simple_compose",
        "organization_id": null,
        "preset_id": null,
        "priority": 2,
        "progress_pct": 0.5947500000000001,
        "progress_pos_in_queue": null,
        "project_id": null,
        "prompt": "A dog running energetically on a sunlit track, surrounded by a vibrant stadium filled with cheering crowds. The camera follows the dog with smooth tracking shots, capturing its joyful leaps and bounds. The scene transitions between close-ups of the dog's determined face and wide shots of the colorful track. Bright sunlight casts dynamic shadows, with upbeat background music and the sound of paws hitting the ground, creating an energetic and uplifting atmosphere.",
        "queue_status_message": null,
        "remix_config": null,
        "request_id": null,
        "sdedit": null,
        "seed": null,
        "status": "running",
        "title": "New Video",
        "tracking_id": null,
        "type": "video_gen",
        "user": "user-mcMDh5Hm1nM1jh3xy8WhLXgu",
        "width": 896
    },
    "status": "running"
}

已完成#

"status": "completed",

{
    "draft_info": {
        "created_at": 1759568969.448826,
        "creation_config": {
            "cameo_profiles": null,
            "inpaint_image": null,
            "n_frames": null,
            "orientation": null,
            "prompt": "A dog running energetically on a sunlit track, surrounded by a vibrant stadium filled with cheering crowds. The camera follows the dog with smooth tracking shots, capturing its joyful leaps and bounds. The scene transitions between close-ups of the dog's determined face and wide shots of the colorful track. Bright sunlight casts dynamic shadows, with upbeat background music and the sound of paws hitting the ground, creating an energetic and uplifting atmosphere.",
            "remix_target_post": null,
            "style_id": null,
            "task_id": null
        },
        "downloadable_url": "https://videos.openai.com/vg-assets/assets%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs_genid_219dc8fe-1a25-4cd6-bc97-b43cbd2efcdd_25_10_04_09_08_540412%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-04T07%3A33%3A58Z&se=2025-10-10T08%3A33%3A58Z&sks=b&skt=2025-10-04T07%3A33%3A58Z&ske=2025-10-10T08%3A33%3A58Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=aa5ddad1-c91a-4f0a-9aca-e20682cc8969&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=G7VE%2BTDDCPhNJna1ZcsiJwNVHcnD913cT6fn9ZDmlBc%3D&az=oaivgprodscus",
        "draft_reviewed": false,
        "encodings": {
            "gif": {
                "path": "https://videos.openai.com/vg-assets/assets%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs_genid_219dc8fe-1a25-4cd6-bc97-b43cbd2efcdd_25_10_04_09_08_540412%2Fvideos%2F00000_wm%2Fpreview.gif?st=2025-10-04T07%3A33%3A58Z&se=2025-10-10T08%3A33%3A58Z&sks=b&skt=2025-10-04T07%3A33%3A58Z&ske=2025-10-10T08%3A33%3A58Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=aa5ddad1-c91a-4f0a-9aca-e20682cc8969&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=vFKIgINYkt0fqcEYxjvmXGqAwPXaqVBsUXQPJ4U5DPs%3D&az=oaivgprodscus"
            },
            "md": {
                "path": "https://videos.openai.com/vg-assets/assets%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs_genid_219dc8fe-1a25-4cd6-bc97-b43cbd2efcdd_25_10_04_09_08_540412%2Fvideos%2F00000_wm%2Fmd.mp4?st=2025-10-04T07%3A33%3A58Z&se=2025-10-10T08%3A33%3A58Z&sks=b&skt=2025-10-04T07%3A33%3A58Z&ske=2025-10-10T08%3A33%3A58Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=aa5ddad1-c91a-4f0a-9aca-e20682cc8969&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=PMPhX1FmosjWzIpAaAq7uLh3g%2BKvlSKM%2Bo%2FlZoFTQ8A%3D&az=oaivgprodscus"
            },
            "source": {
                "path": "https://videos.openai.com/vg-assets/assets%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs_genid_219dc8fe-1a25-4cd6-bc97-b43cbd2efcdd_25_10_04_09_08_540412%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-04T07%3A33%3A58Z&se=2025-10-10T08%3A33%3A58Z&sks=b&skt=2025-10-04T07%3A33%3A58Z&ske=2025-10-10T08%3A33%3A58Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=aa5ddad1-c91a-4f0a-9aca-e20682cc8969&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=G7VE%2BTDDCPhNJna1ZcsiJwNVHcnD913cT6fn9ZDmlBc%3D&az=oaivgprodscus"
            },
            "source_wm": {
                "path": "https://videos.openai.com/vg-assets/assets%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs_genid_219dc8fe-1a25-4cd6-bc97-b43cbd2efcdd_25_10_04_09_08_540412%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-04T07%3A33%3A58Z&se=2025-10-10T08%3A33%3A58Z&sks=b&skt=2025-10-04T07%3A33%3A58Z&ske=2025-10-10T08%3A33%3A58Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=aa5ddad1-c91a-4f0a-9aca-e20682cc8969&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=G7VE%2BTDDCPhNJna1ZcsiJwNVHcnD913cT6fn9ZDmlBc%3D&az=oaivgprodscus"
            },
            "thumbnail": {
                "path": "https://videos.openai.com/vg-assets/assets%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs_genid_219dc8fe-1a25-4cd6-bc97-b43cbd2efcdd_25_10_04_09_08_540412%2Fvideos%2F00000_wm%2Fthumbnail.webp?st=2025-10-04T07%3A33%3A58Z&se=2025-10-10T08%3A33%3A58Z&sks=b&skt=2025-10-04T07%3A33%3A58Z&ske=2025-10-10T08%3A33%3A58Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=aa5ddad1-c91a-4f0a-9aca-e20682cc8969&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=62%2Bt%2BMNaXZWWPSOWxcwGhBYaajz3ean4U3Nk9p18e6o%3D&az=oaivgprodscus"
            },
            "unfurl": null
        },
        "generation_id": "gen_01k6q7pjace2tbx75jfnr00fs0",
        "generation_type": "",
        "height": 512,
        "id": "gen_01k6q7pjace2tbx75jfnr00fs0",
        "kind": "sora_draft",
        "prompt": "A dog running energetically on a sunlit track, surrounded by a vibrant stadium filled with cheering crowds. The camera follows the dog with smooth tracking shots, capturing its joyful leaps and bounds. The scene transitions between close-ups of the dog's determined face and wide shots of the colorful track. Bright sunlight casts dynamic shadows, with upbeat background music and the sound of paws hitting the ground, creating an energetic and uplifting atmosphere.",
        "tags": [],
        "task_id": "task_01k6q7f4gcfd2vtka5j7scw6vs",
        "title": null,
        "url": "https://videos.openai.com/vg-assets/assets%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs_genid_219dc8fe-1a25-4cd6-bc97-b43cbd2efcdd_25_10_04_09_08_540412%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-04T07%3A33%3A58Z&se=2025-10-10T08%3A33%3A58Z&sks=b&skt=2025-10-04T07%3A33%3A58Z&ske=2025-10-10T08%3A33%3A58Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=aa5ddad1-c91a-4f0a-9aca-e20682cc8969&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=G7VE%2BTDDCPhNJna1ZcsiJwNVHcnD913cT6fn9ZDmlBc%3D&az=oaivgprodscus",
        "width": 896
    },
    "gif_url": "https://filesystem.site/gptimage/vg-assets/assets%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs_genid_219dc8fe-1a25-4cd6-bc97-b43cbd2efcdd_25_10_04_09_08_540412%2Fvideos%2F00000_wm%2Fpreview.gif?st=2025-10-04T07%3A33%3A58Z&se=2025-10-10T08%3A33%3A58Z&sks=b&skt=2025-10-04T07%3A33%3A58Z&ske=2025-10-10T08%3A33%3A58Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=aa5ddad1-c91a-4f0a-9aca-e20682cc8969&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=vFKIgINYkt0fqcEYxjvmXGqAwPXaqVBsUXQPJ4U5DPs%3D&az=oaivgprodscus",
    "id": "task_01k6q7f4gcfd2vtka5j7scw6vs",
    "input": {
        "duration": 10,
        "orientation": "landscape",
        "prompt": "A dog running energetically on a sunlit track, surrounded by a vibrant stadium filled with cheering crowds. The camera follows the dog with smooth tracking shots, capturing its joyful leaps and bounds. The scene transitions between close-ups of the dog's determined face and wide shots of the colorful track. Bright sunlight casts dynamic shadows, with upbeat background music and the sound of paws hitting the ground, creating an energetic and uplifting atmosphere.",
        "size": "large"
    },
    "status": "completed",
    "thumbnail_url": "https://filesystem.site/gptimage/vg-assets/assets%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs_genid_219dc8fe-1a25-4cd6-bc97-b43cbd2efcdd_25_10_04_09_08_540412%2Fvideos%2F00000_wm%2Fthumbnail.webp?st=2025-10-04T07%3A33%3A58Z&se=2025-10-10T08%3A33%3A58Z&sks=b&skt=2025-10-04T07%3A33%3A58Z&ske=2025-10-10T08%3A33%3A58Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=aa5ddad1-c91a-4f0a-9aca-e20682cc8969&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=62%2Bt%2BMNaXZWWPSOWxcwGhBYaajz3ean4U3Nk9p18e6o%3D&az=oaivgprodscus",
    "url": "https://filesystem.site/gptimage/vg-assets/assets%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs%2Ftask_01k6q7f4gcfd2vtka5j7scw6vs_genid_219dc8fe-1a25-4cd6-bc97-b43cbd2efcdd_25_10_04_09_08_540412%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-04T07%3A33%3A58Z&se=2025-10-10T08%3A33%3A58Z&sks=b&skt=2025-10-04T07%3A33%3A58Z&ske=2025-10-10T08%3A33%3A58Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=aa5ddad1-c91a-4f0a-9aca-e20682cc8969&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=G7VE%2BTDDCPhNJna1ZcsiJwNVHcnD913cT6fn9ZDmlBc%3D&az=oaivgprodscus"
}
修改于 2025-11-14 01:07:04
上一页
sora2 生成视频(chat格式)
下一页
sora-2创建视频
Built with