-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Open
Labels
Description
Description
{"type":"message_delta","delta":{"stop_reason":"end_turn","stop_sequence":null},"usage":{"input_tokens":236,"output_tokens":81,"cache_read_input_tokens":12800}}
{
"$schema": "https://opencode.ai/config.json",
"model": "local/gpt-5.2-codex",
"small_model": "local/gpt-5-mini",
"agent": {
"build": {
"model": "local/gpt-5.2-codex"
},
"plan": {
"model": "local/gpt-5.2-codex"
},
"explore": {
"model": "local/gpt-5-mini"
},
"general": {
"model": "local/gpt-5-mini"
}
},
"mcp": {
"fetch": {
"type": "local",
"command": ["uvx", "mcp-server-fetch", "--ignore-robots-txt"],
"enabled": true
}
},
"provider": {
"local": {
"npm": "@ai-sdk/anthropic",
"name": "My Local",
"options": {
"baseURL": "http://localhost:4141/v1",
"apiKey": "dummy"
},
"models": {
"gpt-5.2-codex": {
"name": "gpt-5.2-codex",
"limit": {
"context": 264000,
"output": 64000
}
},
"gpt-5-mini": {
"name": "gpt-5-mini",
"limit": {
"context": 128000,
"output": 64000
}
},
"claude-sonnet-4.5": {
"id": "claude-sonnet-4.5",
"name": "claude-sonnet-4.5",
"limit": {
"context": 128000,
"output": 16000
},
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 15999
}
}
}
}
}
}
}
Plugins
No response
OpenCode version
1.1.8
Steps to reproduce
- ask hi
- see context info
Screenshot and/or share link
No response
Operating System
windows 11
Terminal
pwsh