docs/providers/novita.md
NovitaAI is a hosted AI infrastructure provider with an OpenAI-compatible API.
It ships as a bundled OpenClaw provider (no separate plugin install), so
credentials go through the normal model auth flow and model refs look like
novita/deepseek/deepseek-v3-0324.
Create an API key at novita.ai/settings/key-management, then run:
openclaw onboard --auth-choice novita-api-key
Or set:
export NOVITA_API_KEY="<your-novita-api-key>" # pragma: allowlist secret
| Setting | Value |
|---|---|
| Provider id | novita |
| Aliases | novita-ai, novitaai |
| Base URL | https://api.novita.ai/openai/v1 |
| Env var | NOVITA_API_KEY |
| Default model | novita/deepseek/deepseek-v3-0324 |
novita/moonshotai/kimi-k2.5novita/minimax/minimax-m2.7novita/zai-org/glm-5novita/deepseek/deepseek-v3-0324novita/deepseek/deepseek-r1-0528novita/qwen/qwen3-235b-a22b-fp8This is a starting point, not a live catalog. Your account, region, or Novita's current offering may add, remove, or restrict routes. Check before setting a long-lived default:
openclaw models list --provider novita
Choose a direct vendor provider when you need vendor-native request parameters or support contracts. Choose a local provider when the model must run on your own hardware or network boundary.
401/403: verify the key in Novita's key management page and re-run
openclaw onboard --auth-choice novita-api-key if the stored profile is
stale.novita/<route-id> returned by
openclaw models list --provider novita.