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
96 changes: 96 additions & 0 deletions models/anthropic/claude-opus-4-1-20250805.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# yaml-language-server: $schema=https://modelparameters.dev/api/v1/schema.json
provider: anthropic
authType: api_key
model: claude-opus-4-1-20250805
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: temperature
type: number
label: Temperature
description: >-
Controls randomness. Lower values make outputs more focused; higher values make them more
varied.
default: 1
range:
min: 0
max: 1
step: 0.1
group: sampling
applicability:
except:
- thinking.type:
- enabled
- top_p:
not: null
- path: top_p
type: number
label: Top P
description: >-
Controls nucleus sampling by limiting generation to tokens whose cumulative probability
reaches this value.
default: 1
range:
min: 0
max: 1
step: 0.01
group: sampling
applicability:
except:
- thinking.type:
- enabled
- temperature:
not: null
- path: top_k
type: integer
label: Top K
description: Limits token sampling to the top K most likely next tokens.
default: 0
range:
min: 0
group: sampling
applicability:
except:
thinking.type:
- enabled
- path: thinking.type
type: enum
label: Thinking mode
description: Controls the Anthropic thinking mode values supported by this model.
default: disabled
values:
- disabled
- enabled
group: reasoning
- path: thinking.budget_tokens
type: integer
label: Budget tokens
description: >-
Maximum token budget Anthropic may use for extended thinking before producing the final
answer.
default: 4096
range:
min: 1024
group: reasoning
applicability:
only:
thinking.type: enabled
- path: thinking.display
type: enum
label: Thinking display
description: Controls whether Anthropic returns summarized or omitted thinking content.
default: summarized
values:
- summarized
- omitted
group: reasoning
applicability:
only:
thinking.type:
- enabled
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://modelparameters.dev/api/v1/schema.json
provider: anthropic
authType: api_key
model: claude-opus-4
model: claude-opus-4-20250514
params:
- path: max_tokens
type: integer
Expand All @@ -25,9 +25,8 @@ params:
group: sampling
applicability:
except:
thinking.type:
- adaptive
- enabled
- thinking.type:
- enabled
- path: top_p
type: number
label: Top P
Expand All @@ -43,10 +42,7 @@ params:
applicability:
except:
- thinking.type:
- adaptive
- enabled
- temperature:
not: 1
- path: top_k
type: integer
label: Top K
Expand All @@ -58,7 +54,6 @@ params:
applicability:
except:
thinking.type:
- adaptive
- enabled
- path: thinking.type
type: enum
Expand All @@ -67,7 +62,6 @@ params:
default: disabled
values:
- disabled
- adaptive
- enabled
group: reasoning
- path: thinking.budget_tokens
Expand All @@ -83,3 +77,16 @@ params:
applicability:
only:
thinking.type: enabled
- path: thinking.display
type: enum
label: Thinking display
description: Controls whether Anthropic returns summarized or omitted thinking content.
default: summarized
values:
- summarized
- omitted
group: reasoning
applicability:
only:
thinking.type:
- enabled
106 changes: 106 additions & 0 deletions models/anthropic/claude-opus-4-5-20251101.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
# yaml-language-server: $schema=https://modelparameters.dev/api/v1/schema.json
provider: anthropic
authType: api_key
model: claude-opus-4-5-20251101
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: temperature
type: number
label: Temperature
description: >-
Controls randomness. Lower values make outputs more focused; higher values make them more
varied.
default: 1
range:
min: 0
max: 1
step: 0.1
group: sampling
applicability:
except:
- thinking.type:
- enabled
- top_p:
not: null
- path: top_p
type: number
label: Top P
description: >-
Controls nucleus sampling by limiting generation to tokens whose cumulative probability
reaches this value.
default: 1
range:
min: 0
max: 1
step: 0.01
group: sampling
applicability:
except:
- thinking.type:
- enabled
- temperature:
not: null
- path: top_k
type: integer
label: Top K
description: Limits token sampling to the top K most likely next tokens.
default: 0
range:
min: 0
group: sampling
applicability:
except:
thinking.type:
- enabled
- path: thinking.type
type: enum
label: Thinking mode
description: Controls the Anthropic thinking mode values supported by this model.
default: disabled
values:
- disabled
- enabled
group: reasoning
- path: thinking.budget_tokens
type: integer
label: Budget tokens
description: >-
Maximum token budget Anthropic may use for extended thinking before producing the final
answer.
default: 4096
range:
min: 1024
group: reasoning
applicability:
only:
thinking.type: enabled
- path: thinking.display
type: enum
label: Thinking display
description: Controls whether Anthropic returns summarized or omitted thinking content.
default: summarized
values:
- summarized
- omitted
group: reasoning
applicability:
only:
thinking.type:
- enabled
- path: output_config.effort
type: enum
label: Effort
description: Controls Anthropic response thoroughness and token spend.
default: high
values:
- low
- medium
- high
group: reasoning
29 changes: 29 additions & 0 deletions models/anthropic/claude-opus-4-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ params:
except:
- thinking.type:
- enabled
- adaptive
- top_p:
not: null
- path: top_p
Expand All @@ -45,6 +46,7 @@ params:
except:
- thinking.type:
- enabled
- adaptive
- temperature:
not: null
- path: top_k
Expand All @@ -59,13 +61,15 @@ params:
except:
thinking.type:
- enabled
- adaptive
- path: thinking.type
type: enum
label: Thinking mode
description: Controls the Anthropic thinking mode values supported by this model.
default: disabled
values:
- disabled
- adaptive
- enabled
group: reasoning
- path: thinking.budget_tokens
Expand All @@ -81,3 +85,28 @@ params:
applicability:
only:
thinking.type: enabled
- path: thinking.display
type: enum
label: Thinking display
description: Controls whether Anthropic returns summarized or omitted thinking content.
default: summarized
values:
- summarized
- omitted
group: reasoning
applicability:
only:
thinking.type:
- adaptive
- enabled
- path: output_config.effort
type: enum
label: Effort
description: Controls Anthropic response thoroughness and token spend.
default: high
values:
- low
- medium
- high
- max
group: reasoning
26 changes: 26 additions & 0 deletions models/anthropic/claude-opus-4-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,30 @@ params:
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
Loading