Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name = "L3 8B Stheno V3.2"
family = "llama"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

? r u sure?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It is Llama 3 based.

release_date = "2024-11-29"
last_updated = "2024-11-29"
attachment = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ family = "deepseek-thinking"
release_date = "2025-01-20"
last_updated = "2025-01-20"
attachment = false
reasoning = true
reasoning = false
temperature = true
tool_call = false
structured_output = true
open_weights = true

[cost]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ family = "deepseek-thinking"
release_date = "2025-01-20"
last_updated = "2025-01-20"
attachment = false
reasoning = true
reasoning = false
temperature = true
tool_call = false
structured_output = true
open_weights = true

[cost]
Expand Down
1 change: 0 additions & 1 deletion providers/novita-ai/models/google/gemma-3-12b-it.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ last_updated = "2025-03-13"
attachment = true
reasoning = false
temperature = true
knowledge = "2024-10"
tool_call = false
open_weights = true

Expand Down
1 change: 1 addition & 0 deletions providers/novita-ai/models/google/gemma-4-26b-a4b-it.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
Expand Down
1 change: 1 addition & 0 deletions providers/novita-ai/models/google/gemma-4-31b-it.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
Expand Down
23 changes: 23 additions & 0 deletions providers/novita-ai/models/inclusionai/ling-2.6-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Ling-2.6-flash"
family = "ling"
release_date = "2026-04-24"
last_updated = "2026-04-24"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.1
output = 0.3
cache_read = 0.02

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ attachment = false
reasoning = false
temperature = true
tool_call = false
structured_output = true
open_weights = true

[cost]
Expand Down
1 change: 0 additions & 1 deletion providers/novita-ai/models/moonshotai/kimi-k2.6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ reasoning = true
temperature = true
tool_call = true
structured_output = true
knowledge = "2025-01"
Comment thread
Alex-wuhu marked this conversation as resolved.
open_weights = true

[cost]
Expand Down
26 changes: 0 additions & 26 deletions providers/novita-ai/models/qwen/qwen3.6-27b.toml

This file was deleted.

Loading