Conversation
Greptile SummaryThis PR adds documentation support for Novita AI as an LLM provider. It introduces a new
Confidence Score: 4/5
Important Files Changed
|
The overview table lists Novita alongside providers that only need STRIX_LLM + LLM_API_KEY, but Novita also requires LLM_API_BASE to point at api.novita.ai/openai. Without this, users copying the generic code block would hit connection errors against api.openai.com. Add a Note callout directing users to the Novita guide for full setup, and mention Novita in the README supported-providers reference line.
Summary
docs/llm-providers/novita.mdxwith setup instructions for Novita AIdocs/docs.jsonnavigationdocs/llm-providers/overview.mdxNovita AI provides an OpenAI-compatible inference API, so no Python code changes are needed — users configure it via the existing
LLM_API_BASEmechanism that Strix already supports through LiteLLM.Usage:
```bash
export STRIX_LLM="openai/moonshotai/kimi-k2.5"
export LLM_API_KEY="your-novita-api-key"
export LLM_API_BASE="https://api.novita.ai/openai"
```
Test plan
docs/llm-providers/novita.mdxrenders correctly in Mintlifymoonshotai/kimi-k2.5