Created
April 8, 2026 20:57
-
-
Save jankal/02699fe81cd2c0ae50a02ca693c383f3 to your computer and use it in GitHub Desktop.
OpenClaw Config mittwald AI Hosting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "models": { | |
| "mode": "merge", | |
| "providers": { | |
| "custom-llm-aihosting-mittwald-de": { | |
| "baseUrl": "https://llm.aihosting.mittwald.de/v1", | |
| "apiKey": "sk-...", | |
| "api": "openai-completions", | |
| "models": [ | |
| { | |
| "id": "Ministral-3-14B-Instruct-2512", | |
| "name": "Ministral-3-14B-Instruct-2512 (Custom Provider)", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "cost": { | |
| "input": 0, | |
| "output": 0, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| }, | |
| "contextWindow": 16000, | |
| "maxTokens": 4096 | |
| }, | |
| { | |
| "id": "gpt-oss-120b", | |
| "name": "gpt-oss-120b (Custom Provider)", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "cost": { | |
| "input": 0, | |
| "output": 0, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| }, | |
| "contextWindow": 16000, | |
| "maxTokens": 4096 | |
| }, | |
| { | |
| "id": "Devstral-Small-2-24B-Instruct-2512", | |
| "name": "Devstral-Small-2-24B-Instruct-2512 (Custom Provider)", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "cost": { | |
| "input": 0, | |
| "output": 0, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| }, | |
| "contextWindow": 16000, | |
| "maxTokens": 4096 | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| "agents": { | |
| "defaults": { | |
| "model": { | |
| "primary": "openai-codex/gpt-5.4", | |
| "fallbacks": [ | |
| "custom-llm-aihosting-mittwald-de/Ministral-3-14B-Instruct-2512", | |
| "custom-llm-aihosting-mittwald-de/gpt-oss-120b", | |
| "custom-llm-aihosting-mittwald-de/Devstral-Small-2-24B-Instruct-2512" | |
| ] | |
| }, | |
| "models": { | |
| "custom-llm-aihosting-mittwald-de/Ministral-3-14B-Instruct-2512": { | |
| "alias": "mittwald-mistral", | |
| "params": { | |
| "temperature": 0.1 | |
| } | |
| }, | |
| "custom-llm-aihosting-mittwald-de/gpt-oss-120b": { | |
| "alias": "mittwald-gpt-oss-120b" | |
| }, | |
| "custom-llm-aihosting-mittwald-de/Devstral-Small-2-24B-Instruct-2512": { | |
| "alias": "mittwald-Devstral-Small-2-24B-Instruct-2512", | |
| "params": { | |
| "temperature": 0.7, | |
| "top_p": 0.8, | |
| "top_k": 20, | |
| "repetition_penalty": 1.05 | |
| } | |
| }, | |
| "openai-codex/gpt-5.4": { | |
| "alias": "gpt-5.4" | |
| } | |
| }, | |
| "workspace": "/home/claus/.openclaw/workspace", | |
| "compaction": { | |
| "mode": "safeguard" | |
| } | |
| }, | |
| "list": [ | |
| { | |
| "id": "main", | |
| "model": "openai-codex/gpt-5.4" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment