Files
cleveragents-core/opencode.json

17 lines
397 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"anthropic": {
"models": {
"anthropic/claude-opus-4-6": {
"name": "Claude OPUS 4.6",
"limit": {
"context": 200000,
"output": 32768
}
}
}
}
}
}