Skip to content

Claude Opus 4.6 context window limits still 200k #12438

@Davincible

Description

@Davincible

I have manually updated the config for the model, but still get context window limits..

Image
     File: /Users/tyler/.config/opencode/opencode.json
   1 {
   2   "$schema": "https://opencode.ai/config.json",
   3   "autoupdate": false,
   4   "permission": {
   5     "bash": "allow",
   6     "doom_loop": "allow",
   7     "edit": "allow",
   8     "external_directory": "allow",
   9     "webfetch": "allow"
  10   },
  11   "plugin": [
  12     "opencode-antigravity-auth@beta",
  13     "@mohak34/opencode-notifier@latest",
  14     "[email protected]"
  15   ],
  16   "provider": {
  17     "anthropic": {
  18       "models": {
  19         "claude-opus-4-6": {
  20           "limit": {
  21             "context": 1000000,
  22             "output": 128000
  23           },
  24           "modalities": {
  25             "input": [
  26               "text",
  27               "image",
  28               "pdf"
  29             ],
  30             "output": [
  31               "text"
  32             ]
  33           },
  34           "name": "Claude Opus 4.6"
  35         }
  36       },
  37       "npm": "@ai-sdk/anthropic"
  38     },

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions