Seedance-2.0-fast is a new-generation multimodal video creation model, inheriting the core functions and advantages of Seedance-2.0, with faster speed. This model is optimized for high-performance inferencing on the Geodd network, providing exceptional speed and reliability for production workloads.
Read morePay per token via our optimized endpoints.
curl --location 'https://api.geodd.io/inference/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "bytedance/dreamina-seedance-2.0-fast",
"messages": [
{ "role": "user", "content": "Hello, how are you?" }
]
}'