Skip to content

feat: add Novita AI as an LLM provider#135

Closed
Alex-wuhu wants to merge 1 commit intodataelement:mainfrom
Alex-wuhu:novita-integration
Closed

feat: add Novita AI as an LLM provider#135
Alex-wuhu wants to merge 1 commit intodataelement:mainfrom
Alex-wuhu:novita-integration

Conversation

@Alex-wuhu
Copy link

Summary

  • Adds Novita AI to the backend PROVIDER_REGISTRY in llm_client.py as an OpenAI-compatible provider
  • Endpoint: https://api.novita.ai/openai
  • Default max tokens: 8192
  • Adds corresponding entry to the frontend FALLBACK_LLM_PROVIDERS list in EnterpriseSettings.tsx

Models

Suggested models to configure after adding the provider:

  • moonshotai/kimi-k2.5 (default)
  • deepseek/deepseek-v3.2
  • zai-org/glm-5

Test plan

  • Add a Novita AI entry in Enterprise Settings → LLM Pool with a valid NOVITA_API_KEY
  • Verify the provider appears in the provider dropdown
  • Test a chat completion request through an agent configured with the Novita provider

🤖 Generated with Claude Code

Registers Novita AI (https://api.novita.ai/openai) as an OpenAI-compatible
provider in the backend registry and frontend fallback list.
Default model: moonshotai/kimi-k2.5.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Alex-wuhu Alex-wuhu marked this pull request as ready for review March 19, 2026 11:15
@wisdomqin
Copy link
Contributor

Hi @Alex-wuhu, thanks for the contribution!

We really appreciate you taking the time to add Novita AI support. However, to keep our provider list focused and manageable, we are currently prioritizing only the most widely-used mainstream foundation model providers (like OpenAI, Anthropic, Google, DeepSeek, etc.) and major local inference engines.

For other OpenAI-compatible platforms like Novita, users can easily connect to them by selecting the Custom provider option in Enterprise Settings and pasting the https://api.novita.ai/openai base URL.

Because of this, we'll decline this PR for now to keep the default provider list concise. Thank you again for your understanding and your interest in contributing to Clawith!

@wisdomqin wisdomqin closed this Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants