doubao-1.5-pro-32k
Doubao · Per Token
doubao-1.5-pro-32kAvailable⚡Cache 80% offChatTool UseLong ContextPremiumContext Window: 33KMax Output Tokens: 8K
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Input | $0.11 | $0.077 |
| Output | $0.29 | $0.203 |
| Cache Read | $0.022 | $0.022 |
Parameters
Context Window
33K tokens
Max Output Tokens
8K tokens
Best For
Chat
Conversational AI, customer support, and Q&A
Cost Calculator
1M
0.5M
Estimated Monthly Cost$0.18
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "doubao-1.5-pro-32k",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does doubao-1.5-pro-32k cost?
On LemonData, doubao-1.5-pro-32k costs $0.0770 per 1M input tokens and $0.2030 per 1M output tokens, which is up to 30% off the official pricing.
What is doubao-1.5-pro-32k best for?
doubao-1.5-pro-32k excels at Chat, Tool Use, Long Context. Access it through LemonData's unified API with a single API key.
How to use doubao-1.5-pro-32k API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.