Skip to content

feat: add Novita AI as LLM provider#4119

Merged
markbackman merged 3 commits intopipecat-ai:mainfrom
Alex-wuhu:novita-integration
Mar 24, 2026
Merged

feat: add Novita AI as LLM provider#4119
markbackman merged 3 commits intopipecat-ai:mainfrom
Alex-wuhu:novita-integration

Conversation

@Alex-wuhu
Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Contributor

@markbackman markbackman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! I pushed a few changes to this branch to align with what's needed for a new service. Thanks for submitting. This will be included in the upcoming Pipecat release.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 24, 2026

Codecov Report

❌ Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/pipecat/services/novita/llm.py 94.73% 1 Missing ⚠️
Files with missing lines Coverage Δ
src/pipecat/services/novita/llm.py 94.73% <94.73%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@markbackman markbackman merged commit 0651569 into pipecat-ai:main Mar 24, 2026
9 of 10 checks passed
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