Skip to content

NOV-1153: Add Novita as an LLM preset option - #245

Open
jax-novita wants to merge 2 commits into
ATH-MaaS:mainfrom
jax-novita:add-novita-llm-preset
Open

NOV-1153: Add Novita as an LLM preset option#245
jax-novita wants to merge 2 commits into
ATH-MaaS:mainfrom
jax-novita:add-novita-llm-preset

Conversation

@jax-novita

Copy link
Copy Markdown

Summary

Adds Novita AI as a selectable LLM preset (OpenAI-compatible), alongside existing presets like Moonshot and DeepSeek.

Changes

  • pixelle_video/llm_presets.py: registers a Novita preset (base_url: https://api.novita.ai/openai, default model moonshotai/kimi-k3, key management URL).
  • config.example.yaml: documents the Novita base URL/model as a config comment alongside other providers.

Verification

  • Preset round-trip: Novita preset resolves correctly and selects moonshotai/kimi-k3.
  • Live catalog check: authenticated GET /openai/v1/models on api.novita.ai returned 367 models.
  • Runtime smoke test: LLMService request against the new preset returned HTTP 200 with a non-empty response from moonshotai/kimi-k3.
  • No existing tests in the repository to run against (baseline: no test files).

Novita provides an OpenAI-compatible chat completions API
(https://api.novita.ai/openai), so it fits the existing preset
pattern alongside Qwen/OpenAI/Claude/DeepSeek/Ollama/Moonshot.
The models listed for Novita were older ids that no longer reflect what
the platform leads with. Point the recommendations at the three current
flagships instead, each verified against api.novita.ai:

  moonshotai/kimi-k3              1M context, native vision
  zai-org/glm-5.2                 1M context, long-horizon agentic work
  deepseek/deepseek-v4-flash-0731 1M context, cheapest of the three

Context windows, output limits, input modalities and pricing were taken
from the live /openai/v1/models response rather than carried over.
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jax-novita

Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

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