{
"$schema": "https://opencode.ai/config.json",
"enabled_providers": ["guru-code"],
"provider": {
"guru-code": {
"npm": "@ai-sdk/openai-compatible",
"name": "guru-code",
"options": {
"baseURL": "https://gurucode.huedaya.com/v1",
"apiKey": "TOKEN_DARI_GURU"
},
"models": {
"model-1": { "name": "Model-1" }
}
}
}
}