diff --git a/.devcontainer/opencode.json b/.devcontainer/opencode.json index 4549ab8ac..bb96801d9 100644 --- a/.devcontainer/opencode.json +++ b/.devcontainer/opencode.json @@ -273,5 +273,22 @@ } } }, + "CleverThis-16": { + "npm": "@ai-sdk/openai-compatible", + "options": { + "baseURL": "https://kcgeda25msp4dkwm.us-east-2.aws.endpoints.huggingface.cloud/v1", + "apiKey": "{env:HF_TOKEN}", + "headers": { + "X-HF-Bill-To": "CleverThis", + "Authorization": "Bearer {env:HF_TOKEN}", + } + }, + "models": { + "Qwen3-code-480B-A35B-INST-GGUF-1M-UD-Q3-K-XL": { + "name": "Qwen3 Code 480b A35B GGUF UD-Q3_K_XL (Instruct, 1M Context)", + "tools": true + } + } + } } }