BytePlus Coding
Dedicated coding lanes that keep coding quota, pricing, or route ownership separate from the general assistant lane. This page covers the built-inbyteplus_coding provider kind directly.
At A Glance
| Field | Value |
|---|---|
| Built-in kind | byteplus_coding |
| Provider group | Coding-Specialized Providers |
| Protocol family | openai_chat_completions |
| Feature family | volcengine |
| Auth scheme | bearer |
| Credential envs | BYTEPLUS_API_KEY, ARK_API_KEY |
| Aliases | byteplus_coding_compatible |
| Default base URL | https://ark.ap-southeast.bytepluses.com/api/coding/v3 |
| Request endpoint | https://ark.ap-southeast.bytepluses.com/api/coding/v3/chat/completions |
| Models endpoint | https://ark.ap-southeast.bytepluses.com/api/coding/v3/models |
Minimal Config
Verify It
list-models is unreliable for this account or region, pin an explicit provider.model or add preferred_models instead of leaving recovery implicit.
Auth And Routing Contract
| Contract | Value |
|---|---|
| Auth optional | no |
| Model probe auth optional | no |
| Default API key env | BYTEPLUS_API_KEY |
| OAuth env | none |
| Primary request route | https://ark.ap-southeast.bytepluses.com/api/coding/v3/chat/completions |
| Primary model-catalog route | https://ark.ap-southeast.bytepluses.com/api/coding/v3/models |
Operator Notes
- Loong’s BytePlus OpenAI-compatible path uses
provider.api_key/BYTEPLUS_API_KEYand sendsAuthorization: Bearer <BYTEPLUS_API_KEY>; AK/SK request signing is not used on this path. - Keep this lane separate from the general
bytepluslane so coding pricing and route ownership do not drift into the normal hosted profile by accident.
Related Docs
- Continue to Providers And Models when you still need the broader chooser page.
- Continue to Provider Guides for the full built-in provider matrix.
- Continue to Provider Recipes for representative rollout recipes.
- Continue to Configuration Patterns for the shared provider-profile shape.
- Continue to BytePlus Coding Plus Telegram when the provider choice already belongs to that rollout path.