OpenAI-compatible LLM provider with access to a wide range of open-source models.
Novita AI is a cloud inference platform providing access to dozens of open-source models via an OpenAI-compatible API. GoClaw connects to Novita using the standard OpenAIProvider.
- Provider type:
novita - Default API base:
https://api.novita.ai/openai - Default model:
moonshotai/kimi-k2.5 - Protocol: OpenAI-compatible (Bearer token)
{
"providers": {
"novita": {
"api_key": "your-novita-api-key"
}
}
}The api_base defaults to https://api.novita.ai/openai — omit it unless you need to override.
GOCLAW_NOVITA_API_KEY=your-novita-api-key
{
"provider_type": "novita",
"api_key": "your-novita-api-key",
"api_base": "https://api.novita.ai/openai"
}{
"agents": {
"defaults": {
"provider": "novita",
"model": "moonshotai/kimi-k2.5"
}
}
}- Provider Overview
- Custom / OpenAI-Compatible
- OpenRouter — another multi-model platform