Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions models/anthropic/claude-opus-4-8-subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: anthropic
authType: subscription
model: claude-opus-4-8
params:
- path: max_tokens
type: integer
label: Max tokens
description: Maximum number of output tokens the model may generate.
default: 4096
range:
min: 1
group: generation_length
- path: thinking.type
type: enum
label: Thinking mode
description: Controls the Anthropic thinking mode values supported by this model.
default: disabled
values:
- disabled
- adaptive
group: reasoning
- path: thinking.display
type: enum
label: Thinking display
description: Controls whether Anthropic returns summarized or omitted thinking content.
default: omitted
values:
- summarized
- omitted
group: reasoning
applicability:
only:
thinking.type:
- adaptive
- path: output_config.effort
type: enum
label: Effort
description: Controls Anthropic response thoroughness and token spend.
default: high
values:
- low
- medium
- high
- xhigh
- max
group: reasoning
47 changes: 47 additions & 0 deletions models/anthropic/claude-opus-4-8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: anthropic
authType: api_key
model: claude-opus-4-8
params:
- path: max_tokens
type: integer
label: Max tokens
description: Maximum number of output tokens the model may generate.
default: 4096
range:
min: 1
group: generation_length
- path: thinking.type
type: enum
label: Thinking mode
description: Controls the Anthropic thinking mode values supported by this model.
default: disabled
values:
- disabled
- adaptive
group: reasoning
- path: thinking.display
type: enum
label: Thinking display
description: Controls whether Anthropic returns summarized or omitted thinking content.
default: omitted
values:
- summarized
- omitted
group: reasoning
applicability:
only:
thinking.type:
- adaptive
- path: output_config.effort
type: enum
label: Effort
description: Controls Anthropic response thoroughness and token spend.
default: high
values:
- low
- medium
- high
- xhigh
- max
group: reasoning
Loading