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
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"

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.

lets use base_model syntax if possible for both of these

family = "qwen"
release_date = "2026-06-08"
last_updated = "2026-06-08"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = false
open_weights = true

[cost]
input = 0.49
output = 0.71

[limit]
context = 262_000
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/stackit/models/openai/gpt-oss-20b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "GPT-OSS 20B"
family = "gpt"
release_date = "2026-06-08"
last_updated = "2026-06-08"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true

[cost]
input = 0.16
output = 0.27

[limit]
context = 131_000
output = 8_192

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