Generate short video clips from text prompts with fluid motion and cinematic quality.
Per Second
¥0.1000
¥ / 秒
价格单位:¥(人民币)
curl https://api.aigcto.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "jimeng-video",
"messages": [{"role": "user", "content": "A futuristic city at sunset with flying cars"}]
}'Replace YOUR_API_KEY with your actual API key. Uses the standard OpenAI SDK — no custom SDK needed.