We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65275f commit df0176aCopy full SHA for df0176a
1 file changed
internal/registry/models/models.json
@@ -95,6 +95,29 @@
95
]
96
}
97
},
98
+ {
99
+ "id": "claude-opus-4-8",
100
+ "object": "model",
101
+ "created": 1779984000,
102
+ "owned_by": "anthropic",
103
+ "type": "claude",
104
+ "display_name": "Claude Opus 4.8",
105
+ "description": "Premium model combining maximum intelligence with practical performance",
106
+ "context_length": 1000000,
107
+ "max_completion_tokens": 128000,
108
+ "thinking": {
109
+ "min": 1024,
110
+ "max": 128000,
111
+ "zero_allowed": true,
112
+ "levels": [
113
+ "low",
114
+ "medium",
115
+ "high",
116
+ "xhigh",
117
+ "max"
118
+ ]
119
+ }
120
+ },
121
{
122
"id": "claude-opus-4-5-20251101",
123
"object": "model",
0 commit comments