Add Meganova as a provider#968
Conversation
Adds Meganova AI (https://api.meganova.ai/v1) as an OpenAI-compatible provider with curated open-weight models including DeepSeek, GLM, Qwen, Kimi, MiniMax, MiMo, Llama, and Mistral families. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| reasoning = true | ||
| temperature = true | ||
| tool_call = true | ||
| open_weights = true |
There was a problem hiding this comment.
how does it handle interleaved reasoning?....
There was a problem hiding this comment.
Added [interleaved] field = "reasoning_content" — verified against the live Meganova API with include_reasoning=true.
| knowledge = "2026-01" | ||
| open_weights = true | ||
|
|
||
| [cost] |
There was a problem hiding this comment.
how does it handle interleaved reasoning?....
There was a problem hiding this comment.
Added [interleaved] field = "reasoning_content" — verified against the live Meganova API with include_reasoning=true.
There was a problem hiding this comment.
how does it handle interleaved reasoning?....
There was a problem hiding this comment.
Added [interleaved] field = "reasoning_content" — verified against the live Meganova API with include_reasoning=true.
| temperature = true | ||
| tool_call = true | ||
| knowledge = "2025-04" | ||
| open_weights = true |
There was a problem hiding this comment.
how does it handle interleaved reasoning?....
There was a problem hiding this comment.
Added [interleaved] field = "reasoning_content" — verified against the live Meganova API with include_reasoning=true.
|
arent some oif the deep seek models interleaved too?? |
Use actual pricing from https://api.meganova.ai/v1/models instead of reference data from other providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
These models support interleaved reasoning output, matching how other providers (deepinfra, baseten, chutes) configure them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Tested each model with include_reasoning=true against the live API. Added [interleaved] to: GLM-4.6, MiniMax-M2.1, MiniMax-M2.5, Kimi-K2.5 Removed [interleaved] from: DeepSeek-V3.1, V3.2, V3.2-Exp, MiMo-V2-Flash Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
V3-0324, V3.1, V3.2, V3.2-Exp are chat models, not reasoning models. Only DeepSeek-R1 is a reasoning model. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Hi @rekram1-node Thanks for checking. I've updated the content accordingly, please take a look. Thank you! |
Summary
Add Meganova AI as a new provider with 19 open-weight models.
Meganova is a GPU cloud and AI inference platform that provides access to open-weight models through an OpenAI-compatible API. It focuses on offering cost-effective inference for popular open-source model families.
Technical Details
meganovahttps://api.meganova.ai/v1MEGANOVA_API_KEY@ai-sdk/openai-compatibleModels
Pricing sourced from the Meganova API (
/v1/models), in USD per 1M tokens. Interleaved reasoning verified by testing each model withinclude_reasoning=trueagainst the live API.reasoning_contentreasoning_contentreasoning_contentreasoning_contentreasoning_contentreasoning_contentreasoning_contentreasoning_contentFiles Added
providers/meganova/provider.tomlproviders/meganova/logo.svgproviders/meganova/models/**/*.toml(19 model files)References
Validation
bun run validatepasses with no errors🤖 Generated with Claude Code