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
83 changes: 83 additions & 0 deletions models/anthropic/claude-haiku-4-5-20251001-subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: anthropic
authType: subscription
model: claude-haiku-4-5-20251001
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
84 changes: 84 additions & 0 deletions models/anthropic/claude-haiku-4-5-subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: anthropic
authType: subscription
model: claude-haiku-4-5
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:
- adaptive
- enabled
- 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:
- adaptive
- enabled
- temperature:
not: 1
- 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:
- adaptive
- 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
96 changes: 96 additions & 0 deletions models/anthropic/claude-opus-4-1-20250805-subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: anthropic
authType: subscription
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
92 changes: 92 additions & 0 deletions models/anthropic/claude-opus-4-20250514-subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: anthropic
authType: subscription
model: claude-opus-4-20250514
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
- 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
- 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
Loading
Loading