Zed supports custom LLM providers. When using BetterToken, choose the OpenAI route and paste a model ID from the Codex group.Documentation Index
Fetch the complete documentation index at: https://docs.bettertoken.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Zed installed (see Zed docs)
- BetterToken API Key (register here (
https://www.bettertoken.ai/register))
Setup
Fill in the BetterToken config
| Field | Value |
|---|---|
| Provider Name | BetterToken |
| API URL | https://www.bettertoken.ai/v1 |
| API Key | your BetterToken API Key |
| Model Name | a Codex group model ID copied from the model plaza (https://www.bettertoken.ai/pricing) |
Only configure extra headers when the official docs explicitly require them
The official Zed OpenAI-compatible and custom provider docs focus on
api_url, available_models, and the API key. They do not list an extra User-Agent as a required BetterToken setup step.If you are also using a custom gateway, tenant routing, observability, or caching layer, add headers only according to that upstream service’s official docs.Check the
API URL, API key, model ID, and tool version first. Do not assume User-Agent is a required BetterToken setting.