-
Notifications
You must be signed in to change notification settings - Fork 4.1k
feat: add Novita AI as declarative provider #8432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| { | ||
| "name": "novita", | ||
| "engine": "openai", | ||
| "display_name": "Novita AI", | ||
| "description": "90+ open-source models with OpenAI-compatible API and competitive pricing", | ||
| "api_key_env": "NOVITA_API_KEY", | ||
| "base_url": "https://api.novita.ai/openai", | ||
|
||
| "catalog_provider_id": "novita-ai", | ||
| "models": [ | ||
| { | ||
| "name": "moonshotai/kimi-k2.5", | ||
| "context_limit": 262144, | ||
| "max_tokens": 262144 | ||
| }, | ||
| { | ||
| "name": "deepseek/deepseek-v3.2", | ||
| "context_limit": 163840, | ||
| "max_tokens": 65536 | ||
| }, | ||
| { | ||
| "name": "deepseek/deepseek-r1", | ||
| "context_limit": 163840, | ||
| "max_tokens": 32768 | ||
| }, | ||
| { | ||
| "name": "zai-org/glm-5", | ||
| "context_limit": 202800, | ||
| "max_tokens": 131072 | ||
| }, | ||
| { | ||
| "name": "minimax/minimax-m2.5", | ||
| "context_limit": 204800, | ||
| "max_tokens": 131100 | ||
| }, | ||
| { | ||
| "name": "qwen/qwen3-coder-480b-a35b-instruct", | ||
| "context_limit": 262144, | ||
| "max_tokens": 65536 | ||
| }, | ||
| { | ||
| "name": "meta-llama/llama-4-maverick-17b-128e-instruct", | ||
|
||
| "context_limit": 131072, | ||
| "max_tokens": 131072 | ||
| } | ||
| ], | ||
| "supports_streaming": true | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.