Languagetext
Seed 2.0 Pro
字节跳动豆包多模态模型,在数学、编程和视频理解方面表现领先
Input
Top p
01
Thinking
Temperature
02
Max completion tokens
1200000
API Reference
POSThttps://api.token360.ai/v1/chat/completionscurl https://api.token360.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "dola-seed-2.0-pro",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'