Files
aperonight/opencode.json
2025-08-28 13:43:05 +02:00

22 lines
505 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"myprovider": {
"npm": "@ai-sdk/openai-compatible",
"name": "Scaleway",
"options": {
"baseURL": "https://api.scaleway.ai/v1",
"apiKey": "928c8440-604b-423a-983b-00afd5a1164e"
},
"models": {
"devstral-small-2505": {
"name": "Devstral 2505"
},
"qwen3-coder-30b-a3b-instruct": {
"name": "Qwen3 Coder 30b a3b instruct"
}
}
}
}
}