即梦3 视频生成
接口:POST /jimeng/submit/videos 归属:废弃、未开放/即梦 调用地址:Base URL https://api.allyang.cn(OpenAI 兼容前缀 https://api.allyang.cn/v1)+ 上述路径 鉴权:请求头 Authorization: Bearer <你的令牌>;令牌在控制台「令牌管理」创建 说明:下方为本接口契约。路径、字段名与枚举取值与线上接口一致;叙述文字已按本平台口径重写。价格、并发与限流等数值以控制台及实际返回为准,未确认处标注「待补」。
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/jimeng/submit/videos:
post:
summary: 即梦3 视频生成
description: ''
tags:
- 废弃、未开放/即梦
parameters:
- name: Content-Type
in: header
description: ''
required: true
example: application/json
schema:
type: string
- name: Authorization
in: header
description: ''
required: false
example: Bearer {{YOUR_API_KEY}}
schema:
type: string
default: Bearer {{YOUR_API_KEY}}
requestBody:
content:
application/json:
schema:
type: object
properties:
prompt:
type: string
image_url:
type: string
description: "图生视频时必填。"
duration:
type: integer
description: "枚举值 5、10。"
aspect_ratio:
type: string
description: "枚举取值:“1:1”、“21:9”、“16:9”、“9:16”、“4:3”、“3:4”。"
cfg_scale:
type: number
description: "0.5。"
required:
- prompt
- duration
- aspect_ratio
- cfg_scale
examples: {}
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
headers: {}
security: []
components:
schemas: {}
securitySchemes: {}
servers: []
security: []