You only need a Fhddos API key (
oh-xxxxxxxx) and the API model name listed in this page. Fhddos automatically maps these short names to internal versioned model IDs — you never need to use long dated names like doubao-seed-1-6-251015.What You Can Do
Text & Multimodal Chat
Use Doubao Seed, DeepSeek, Kimi K2, and GLM models via
/v1/chat/completions or /v1/responses for conversation, reasoning, tool calling, and vision tasks.Image Generation
Generate images from text, edit existing images, or compose multi-image scenes with Seedream and SeedEdit models via
/v1/images/generations.Video Generation
Create text-to-video and image-to-video outputs with Seedance models using either the OpenAI-style
/v1/videos interface or the native VolcArk endpoint.Text-to-Speech
Synthesize speech with Volcengine OpenSpeech via
/volcark/openspeech/*, supporting V1/V3 HTTP and WebSocket protocols.Authentication & Base URL
All Doubao API calls use the same base URL andBearer authentication:
Available Models
Text & Multimodal Models
Use these with/v1/chat/completions or /v1/responses:
| API Model Name | Best For |
|---|---|
doubao-seed-1.8 | General Chinese/English, deep reasoning |
doubao-seed-1.6 | Stable, compatible general chat |
doubao-seed-1.6-lite | Low-cost version |
doubao-seed-1.6-flash | Speed-sensitive scenarios |
doubao-seed-1.6-vision | Image understanding / vision |
doubao-seed-code | Code generation and engineering |
doubao-seed-translation | Translation and multilingual writing |
deepseek-v3.2 | Advanced reasoning |
deepseek-v3.1 | Advanced reasoning (stable) |
deepseek-v3 | Open-source compatible reasoning |
deepseek-r1-ark | Reasoning-enhanced chain-of-thought |
kimi-k2 | Chain-of-thought reasoning |
glm-4.7 | General chat (requires admin enablement) |
Model Name → Internal ID Mapping
Fhddos transparently maps short API names to versioned upstream IDs. This table is for reference only — you never need to use these IDs:| API Model Name | Underlying Model ID (example) |
|---|---|
doubao-seed-1.8 | doubao-seed-1-8-251228 |
doubao-seed-1.6 | doubao-seed-1-6-251015 |
doubao-seed-1.6-lite | doubao-seed-1-6-lite-251015 |
doubao-seed-1.6-flash | doubao-seed-1-6-flash-250828 |
doubao-seed-1.6-vision | doubao-seed-1-6-vision-250815 |
doubao-seed-code | doubao-seed-code-preview-251028 |
doubao-seed-translation | doubao-seed-translation-250915 |
deepseek-v3.2 | deepseek-v3-2-251201 |
deepseek-r1-ark | deepseek-r1-250528 |
kimi-k2 | kimi-k2-thinking-251104 |
Image Generation Models
Use these with/v1/images/generations:
| API Model Name | Capability |
|---|---|
doubao-seedream-4.5 | Text-to-image, image-to-image, multi-image, sequential generation, streaming |
doubao-seedream-4.5-n | Same as above — per-image billing variant |
doubao-seedream-4.0 | Text-to-image, image-to-image, multi-image, sequential generation, streaming |
doubao-seedream-4.0-n | Same as above — per-image billing variant |
doubao-seedream-3.0-t2i | Text-to-image with seed and guidance_scale control |
doubao-seededit-3.0-i2i | Image-to-image editing |
Video Generation Models
Use these with/v1/videos (OpenAI style) or /volcark/api/v3/contents/generations/tasks (native):
| API Model Name | Type |
|---|---|
doubao-seedance-1-5-pro | Text-to-video (T2V), audio support |
doubao-seedance-1-0-pro | Text-to-video (T2V) |
doubao-seedance-1-0-pro-fast | Text-to-video, faster variant |
doubao-seedance-1-0-lite-t2v | Text-to-video, lightweight |
doubao-seedance-1-0-lite-i2v | Image-to-video (I2V) |
How to Choose a Model
General conversation or assistant tasks
General conversation or assistant tasks
Start with
doubao-seed-1.8 for the best overall quality. Use doubao-seed-1.6 for stability, doubao-seed-1.6-lite to reduce cost, or doubao-seed-1.6-flash when latency matters most.Reasoning and chain-of-thought
Reasoning and chain-of-thought
Use
doubao-seed-1.8 (or its alias doubao-seed-1.6-thinking) for Doubao deep reasoning. For alternatives, try deepseek-v3.2, deepseek-r1-ark, or kimi-k2.Code generation and engineering
Code generation and engineering
Use
doubao-seed-code as your primary choice. deepseek-v3.1 and deepseek-v3 are strong alternatives with a larger open-source ecosystem.Translation and multilingual writing
Translation and multilingual writing
Use
doubao-seed-translation for dedicated translation tasks. For translation that requires deep context understanding, doubao-seed-1.6 also works well.Vision and image understanding
Vision and image understanding
Use
doubao-seed-1.6-vision. Pass images alongside text in messages.content using the image_url type, exactly as you would with OpenAI Vision models.What You Don’t Need to Worry About
As an API caller, you do not need to:- Open or configure models in the VolcArk console
- Manage VolcArk base URLs, credentials, or request signing
- Decide how channels route or load-balance requests
- Track model version upgrades — Fhddos handles these automatically in the background
/v1/chat/completions, /v1/responses, /v1/images/generations, or /v1/videos.