Compatible with the Volcengine Ark OpenAI-compatible API (v3 protocol), usable for Doubao Seed series models and other models that follow the Volcengine v3 protocol.
POST/api/v3/chat/completions
Volcengine 兼容
🔑
Bearer API KeyUse the Authorization: Bearer sk_live_... header; x-api-key is also supported.
🧩
Confirm the model call name firstFirst filter models that support this endpoint format on the Models page, then open a model detail page to copy its call name. Your account's final availability also depends on organization permissions.
Request structure
The section below confirms the method, URL and authentication scheme. It is an HTTP structure snippet, not a standalone runnable example.
HTTP
POST https://www.silvamux.com/api/v3/chat/completions
Authorization: Bearer $SILVAMUX_API_KEY
Content-Type: application/json
https://www.silvamux.com/api/v3 is the /api/v3 path under the access domain, routing to /api/v3/chat/completions. Authentication uses the SilvaMux API key, not Volcengine AK/SK.