Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ structured_output = false
open_weights = true

[cost]
input = 1.64
output = 1.91
input = 1.76
output = 2.05

[limit]
context = 218_000
output = 8_192
output = 16_384

[modalities]
input = ["text", "image"]
Expand Down
22 changes: 22 additions & 0 deletions providers/stackit/models/Qwen/Qwen3.6-27B.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Qwen3.6-27B"
family = "qwen"
release_date = "2026-04-22"
last_updated = "2026-04-22"
attachment = true
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.53
output = 0.76

[limit]
context = 262_144
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ structured_output = false
open_weights = true

[cost]
input = 0.49
output = 0.71
input = 0.53
output = 0.76

[limit]
context = 128_000
output = 8_192
output = 4_096

[modalities]
input = ["text"]
Expand Down
6 changes: 3 additions & 3 deletions providers/stackit/models/google/gemma-3-27b-it.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ structured_output = false
open_weights = true

[cost]
input = 0.49
output = 0.71
input = 0.53
output = 0.76

[limit]
context = 37_000
output = 8_192
output = 4_096

[modalities]
input = ["text", "image"]
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions providers/stackit/models/openai/gpt-oss-120b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ structured_output = false
open_weights = true

[cost]
input = 0.49
output = 0.71
input = 0.53
output = 0.76

[limit]
context = 131_000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name = "Mistral Nemo"
family = "mistral"
release_date = "2024-07-01"
last_updated = "2024-07-01"
name = "GPT-OSS 20B"
family = "gpt"
release_date = "2025-08-05"
last_updated = "2025-08-05"
attachment = false
reasoning = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true

[cost]
input = 0.49
output = 0.71
input = 0.18
output = 0.29

[limit]
context = 128_000
context = 131_000
output = 8_192

[modalities]
Expand Down