Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions providers/meganova/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions providers/meganova/models/MiniMaxAI/MiniMax-M2.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "MiniMax M2.1"
family = "minimax"
release_date = "2025-12-23"
last_updated = "2025-12-23"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.28
output = 1.20

[limit]
context = 196_608
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
24 changes: 24 additions & 0 deletions providers/meganova/models/MiniMaxAI/MiniMax-M2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "MiniMax M2.5"
family = "minimax"
release_date = "2026-02-12"
last_updated = "2026-02-12"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true
Copy link
Contributor

Choose a reason for hiding this comment

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

how does it handle interleaved reasoning?....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added [interleaved] field = "reasoning_content" — verified against the live Meganova API with include_reasoning=true.


[interleaved]
field = "reasoning_content"

[cost]
input = 0.30
output = 1.20

[limit]
context = 204_800
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/meganova/models/Qwen/Qwen2.5-VL-32B-Instruct.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Qwen2.5 VL 32B Instruct"
family = "qwen"
release_date = "2025-03-24"
last_updated = "2025-03-24"
attachment = true
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.20
output = 0.60

[limit]
context = 16_384
output = 16_384

[modalities]
input = ["text", "image"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/meganova/models/Qwen/Qwen3-235B-A22B-Instruct-2507.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Qwen3 235B A22B Instruct 2507"
family = "qwen"
release_date = "2025-07-23"
last_updated = "2025-07-23"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.09
output = 0.60

[limit]
context = 262_000
output = 262_000

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/meganova/models/Qwen/Qwen3.5-Plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Qwen3.5 Plus"
family = "qwen"
release_date = "2026-02"
last_updated = "2026-02"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = false

[cost]
input = 0.40
output = 2.40
reasoning = 2.40

[limit]
context = 1_000_000
output = 65_536

[modalities]
input = ["text", "image", "video"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/meganova/models/XiaomiMiMo/MiMo-V2-Flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "MiMo V2 Flash"
family = "mimo"
release_date = "2025-12-17"
last_updated = "2025-12-17"
attachment = false
reasoning = true
temperature = true
knowledge = "2024-12-01"
tool_call = true
open_weights = true

[cost]
input = 0.10
output = 0.30

[limit]
context = 262_144
output = 32_000

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/meganova/models/deepseek-ai/DeepSeek-R1-0528.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "DeepSeek R1 0528"
family = "deepseek-thinking"
release_date = "2025-05-28"
last_updated = "2025-05-28"
attachment = false
reasoning = true
temperature = true
knowledge = "2024-07"
tool_call = false
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.50
output = 2.15

[limit]
context = 163_840
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/meganova/models/deepseek-ai/DeepSeek-V3-0324.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "DeepSeek V3 0324"
family = "deepseek"
release_date = "2025-03-24"
last_updated = "2025-03-24"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.25
output = 0.88

[limit]
context = 163_840
output = 163_840

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/meganova/models/deepseek-ai/DeepSeek-V3.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "DeepSeek V3.1"
family = "deepseek"
release_date = "2025-08-25"
last_updated = "2025-08-25"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.27
output = 1.00

[limit]
context = 164_000
output = 164_000

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/meganova/models/deepseek-ai/DeepSeek-V3.2-Exp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "DeepSeek V3.2 Exp"
family = "deepseek"
release_date = "2025-10-10"
last_updated = "2025-10-10"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.27
output = 0.40

[limit]
context = 164_000
output = 164_000

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/meganova/models/deepseek-ai/DeepSeek-V3.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "DeepSeek V3.2"
family = "deepseek"
release_date = "2025-12-03"
last_updated = "2025-12-03"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.26
output = 0.38

[limit]
context = 164_000
output = 164_000

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/meganova/models/meta-llama/Llama-3.3-70B-Instruct.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Llama 3.3 70B Instruct"
family = "llama"
release_date = "2024-12-06"
last_updated = "2024-12-06"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.10
output = 0.30

[limit]
context = 131_072
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Mistral Nemo Instruct 2407"
family = "mistral"
release_date = "2024-07-18"
last_updated = "2024-07-18"
attachment = false
reasoning = false
tool_call = true
structured_output = true
temperature = true
open_weights = true

[cost]
input = 0.02
output = 0.04

[limit]
context = 131_072
output = 65_536

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Mistral Small 3.2 24B Instruct"
family = "mistral-small"
release_date = "2025-06-20"
last_updated = "2025-06-20"
attachment = true
reasoning = false
temperature = true
knowledge = "2024-10"
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0
output = 0

[limit]
context = 32_768
output = 8_192

[modalities]
input = ["text", "image"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/meganova/models/moonshotai/Kimi-K2-Thinking.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "Kimi K2 Thinking"
family = "kimi-thinking"
release_date = "2025-11-06"
last_updated = "2025-11-06"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2024-08"
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.60
output = 2.60

[limit]
context = 262_144
output = 262_144

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/meganova/models/moonshotai/Kimi-K2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "Kimi K2.5"
family = "kimi"
release_date = "2026-01-27"
last_updated = "2026-01-27"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2026-01"
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
Copy link
Contributor

Choose a reason for hiding this comment

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

how does it handle interleaved reasoning?....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added [interleaved] field = "reasoning_content" — verified against the live Meganova API with include_reasoning=true.

input = 0.45
output = 2.80

[limit]
context = 262_144
output = 262_144

[modalities]
input = ["text", "image"]
output = ["text"]
Loading