|
|
@@ -393,9 +393,7 @@ export function variants(model: Provider.Model): Record<string, Record<string, a
|
|
|
if (!model.capabilities.reasoning) return {}
|
|
|
|
|
|
const id = model.id.toLowerCase()
|
|
|
- const isAnthropicAdaptive = ["opus-4-6", "opus-4.6", "sonnet-4-6", "sonnet-4.6"].some((v) =>
|
|
|
- model.api.id.includes(v),
|
|
|
- )
|
|
|
+ const isAnthropicAdaptive = ["opus-4-6", "opus-4.6", "sonnet-4-6", "sonnet-4.6"].some((v) => model.api.id.includes(v))
|
|
|
const adaptiveEfforts = ["low", "medium", "high", "max"]
|
|
|
if (
|
|
|
id.includes("deepseek") ||
|