Veo_3_1-fast
Google Veo 3.1 Fast - text-to-video generation model with fast rendering speed, billed per request.
- 能力
- "/v1/async/video/generations","method":"POST","protocol":"openai-chat","async":true,"test_request":{"model":"{{model}}","prompt":"Ocean waves crashing on a sandy beach at sunset"},"validation":{"status_codes":[202],"timeout_ms":600000,"response_path":"job_id","must_be_non_empty":true},"parameters":{"required":["model","prompt"],"optional":{"duration":{"type":"number","default":5,"description":"Video duration in seconds"},"size":{"type":"string","default":"1280x720","description":"Video resolution"}}}}
- 输入
- text
- 输出
- video
- 区域
- global
- 验证时间
- 2026-08-15T04:50:43.134764689+00:00
- 价格
- 0 IFT / 1M tokens
- 文档
- -
调用示例
curl https://api.inferlink.ai/v1/chat/completions \
-H 'Authorization: Bearer $INFERLINK_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"model":"google/google/veo_3_1-fast","messages":[{"role":"user","content":"Hello"}]}'