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
4 changes: 4 additions & 0 deletions providers/stackit/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions providers/stackit/models/e5-mistral-7b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "E5 Mistral 7B"
release_date = "2023-12-11"
last_updated = "2023-12-11"
attachment = false
reasoning = false
temperature = false
tool_call = false
structured_output = false
open_weights = true

[cost]
input = 0.02
output = 0.02

[limit]
context = 4_096
output = 4_096

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/stackit/models/gemma-3-27b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Gemma 3 27B"
release_date = "2025-05-17"
last_updated = "2025-05-17"
attachment = true
reasoning = false
temperature = true
tool_call = false
structured_output = false
open_weights = true

[cost]
input = 0.53
output = 0.77

[limit]
context = 37_000
output = 8_192

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

[cost]
input = 0.53
output = 0.77

[limit]
context = 128_000
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/stackit/models/llama-3.1-8b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Llama 3.1 8B"
release_date = "2024-07-23"
last_updated = "2024-07-23"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.18
output = 0.30

[limit]
context = 128_000
output = 8_192

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

[cost]
input = 0.53
output = 0.77

[limit]
context = 128_000
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/stackit/models/mistral-nemo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Mistral Nemo"
release_date = "2024-07-01"
last_updated = "2024-07-01"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = false
open_weights = true

[cost]
input = 0.53
output = 0.77

[limit]
context = 128_000
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/stackit/models/qwen3-vl-235b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3-VL 235B"
release_date = "2024-11-01"
last_updated = "2024-11-01"
attachment = true
reasoning = false
temperature = true
tool_call = true
structured_output = false
open_weights = true

[cost]
input = 1.77
output = 2.07

[limit]
context = 218_000
output = 8_192

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/stackit/models/qwen3-vl-embedding-8b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3-VL Embedding 8B"
release_date = "2026-02-05"
last_updated = "2026-02-05"
attachment = true
reasoning = false
temperature = false
tool_call = false
structured_output = false
open_weights = true

[cost]
input = 0.09
output = 0.09

[limit]
context = 32_000
output = 4_096

[modalities]
input = ["text", "image"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/stackit/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "STACKIT"
env = ["STACKIT_API_KEY"]
npm = "@ai-sdk/openai-compatible"
doc = "https://docs.stackit.cloud/products/data-and-ai/ai-model-serving/basics/available-shared-models"
api = "https://api.openai-compat.model-serving.eu01.onstackit.cloud/v1"