Chinese LLM Models
Openference routes Chinese models through the same proxy as Western models. Most clients work out of the box once you use the exact model ID fromGET /v1/models.
Model IDs
Copy IDs exactly — some names include spaces or version suffixes:
The catalog changes over time — always confirm against the Models page or
GET /v1/models.
List your available models:
Which endpoint each client uses
Codex sends Responses API requests. Openference translates
/v1/responses requests automatically for models whose native format is chat completions, so Codex works with Chinese models out of the box.
Quick tests
Chat (Cursor / Cline / OpenCode):Troubleshooting
- 404 model not configured — Check spelling and spaces against
/v1/models. - 403 model not allowed — Your API key may have model restrictions.
- 529 Overloaded — Temporary capacity issue; does not consume quota. Retry or switch model.