Connection parameters
What should I use as the Base URL?
What should I use as the Base URL?
https://api.4096bytes.com. If the dashboard shows a client-specific address in the Use key dialog, use the value shown there.Should I add /v1, /chat/completions, or /messages myself?
Should I add /v1, /chat/completions, or /messages myself?
Where do I get the model name?
Where do I get the model name?
Can I copy example values directly?
Can I copy example values directly?
YOUR_4096BYTES_API_KEY and PASTE_MODEL_NAME_FROM_DASHBOARD are placeholders. Copy the real API Key and model name from the dashboard. The fixed https://api.4096bytes.com value is the current OpenAI compatible endpoint.API Key management
Can multiple clients share one API Key?
Can multiple clients share one API Key?
Can I view the full API Key again after creation?
Can I view the full API Key again after creation?
What should I do if my API Key leaks?
What should I do if my API Key leaks?
Should I set a quota limit?
Should I set a quota limit?
Errors
401 or authentication failed
401 or authentication failed
403 or permission denied
403 or permission denied
404 or endpoint not found
404 or endpoint not found
https://api.4096bytes.com and remove any manually added full request path.429 or too many requests
429 or too many requests
model not found
model not found
unsupported protocol or invalid URL
unsupported protocol or invalid URL
https://. Do not enter api.4096bytes.com, extra spaces, quotes, or line breaks.Client behavior
The client still fails after saving settings
The client still fails after saving settings
Why does Cursor still use official models?
Why does Cursor still use official models?
Why does Claude Code ignore the Base URL?
Why does Claude Code ignore the Base URL?
ANTHROPIC_BASE_URL plus the matching auth variable.Codex still uses the old model
Codex still uses the old model
~/.codex/config.toml, and make sure model_provider points to the 4096bytes provider. Restart the terminal after saving.Cherry Studio does not show models
Cherry Studio does not show models
Recommended order
- Copy the API Key again.
- Confirm the Base URL is
https://api.4096bytes.comor the client-specific value shown in the dashboard. - Copy the model name again.
- Confirm the provider type matches the client page.
- Restart the client or terminal.
- Check balance, quota, key expiry, rate limits, and group status.
- Contact support with redacted details.