15 Commits

Author SHA1 Message Date
Aiden Cline 101052cc58 fix(stackit): inherit canonical GPT-OSS metadata 2026-07-05 19:39:40 -05:00
Aiden Cline f7ba96fb39 Merge branch 'dev' into fh/stackit-models-catalogue-update-june-2026 2026-07-05 19:00:22 -05:00
Adam 5c281e4feb feat: model descriptions 2026-07-01 14:16:49 -05:00
Aiden Cline 108c65f1ef [stackit] Add GPT-OSS reasoning effort metadata 2026-06-27 18:36:41 -05:00
Aiden Cline 5da3e87e44 [stackit] Fix reasoning options metadata 2026-06-27 11:27:39 -05:00
Florian Heuer d8b2d159ac from review: remove deprecated models 2026-06-26 19:26:15 +02:00
Florian Heuer 39aeee92a8 from review: specify reasoning_options for gpt-oss-120b 2026-06-26 19:25:37 +02:00
Florian Heuer 858230016f from review: adjust context for qwen3-vl 2026-06-26 19:24:56 +02:00
Aiden Cline 4e85eac00a docs: document provider reasoning request formats 2026-06-26 09:37:21 -05:00
Florian Heuer 69fc46608a specify explicity reasoning_options as mentioned in review 2026-06-14 16:27:56 +02:00
Florian Heuer 3b5e190bbb fix maximum context for gpt-oss-20b, qwen3-vl-235b 2026-06-12 11:37:23 +02:00
Florian Heuer 33b12d459f add models qwen3.6 27b, gpt oss 20b 2026-06-11 10:03:51 +02:00
Florian Heuer 8b798cf357 update models catalogue 2026-06-11 10:02:59 +02:00
amankalra172 c9a7f6c814 fix: reorganize STACKIT models with organization prefixes and correct pricing
- Move models to organization subfolders (Qwen/, cortecs/, google/, etc.)
- Update pricing from EUR to USD (1.09 conversion rate)
- Fix GPT-OSS context limit to 131K tokens
- Add architectural family classifications
- Verify tool_call settings for all models
2026-02-12 14:00:45 +01:00
amankalra172 7504dc2947 feat: add STACKIT provider with 8 AI models
Add STACKIT as a new provider with complete model specifications:

Chat Models:
- Llama 3.1 8B Instruct FP8
- Llama 3.3 70B Instruct FP8
- GPT-OSS 120B
- Mistral Nemo Instruct 2407 FP8
- Gemma 3 27B (multimodal)
- Qwen3-VL 235B (vision-language)

Embedding Models:
- E5 Mistral 7B
- Qwen3-VL Embedding 8B (multimodal)

All models include:
- Proper schema compliance (attachment, reasoning, tool_call, etc.)
- Pricing in USD per million tokens
- Context limits and modalities
- Official STACKIT logo with currentColor support

STACKIT is a German sovereign cloud provider offering OpenAI-compatible
AI model serving with open-source models.
2026-02-08 12:35:51 +01:00