Skip to content

feat: add Novita AI as LLM provider#3436

Open
Alex-wuhu wants to merge 1 commit intoQuantumNous:mainfrom
Alex-wuhu:novita-integration
Open

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

Conversation

@Alex-wuhu
Copy link

Summary

Add Novita AI as a new LLM provider. Novita offers an OpenAI-compatible API with competitive pricing and a wide selection of open-source models.

Changes

  • New Novita provider following existing provider patterns
  • API key configuration via NOVITA_API_KEY environment variable
  • Support for chat, completion, and embedding models

Configuration

NOVITA_API_KEY=your_key_here

Endpoint: https://api.novita.ai/openai

Add Novita AI integration with OpenAI-compatible API endpoint:
- Add ChannelTypeNovita (58) and APITypeNovita constants
- Create relay/channel/novita/ adaptor package
- Add model pricing for kimi-k2.5, glm-5, minimax-m2.5, qwen3-embedding
- Support chat completions, embeddings, and completions endpoints
@RedwindA
Copy link
Contributor

vibe slop

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