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
11 changes: 5 additions & 6 deletions models/anthropic/claude-haiku-4-5-20251001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ params:
group: sampling
applicability:
except:
thinking.type:
- adaptive
- enabled
- thinking.type:
- enabled
- top_p:
not: null
- path: top_p
type: number
label: Top P
Expand All @@ -43,10 +44,9 @@ params:
applicability:
except:
- thinking.type:
- adaptive
- enabled
- temperature:
not: 1
not: null
- path: top_k
type: integer
label: Top K
Expand All @@ -58,7 +58,6 @@ params:
applicability:
except:
thinking.type:
- adaptive
- enabled
- path: thinking.type
type: enum
Expand Down
12 changes: 5 additions & 7 deletions models/anthropic/claude-opus-4-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ params:
group: sampling
applicability:
except:
thinking.type:
- adaptive
- enabled
- thinking.type:
- enabled
- top_p:
not: null
- path: top_p
type: number
label: Top P
Expand All @@ -43,10 +44,9 @@ params:
applicability:
except:
- thinking.type:
- adaptive
- enabled
- temperature:
not: 1
not: null
- path: top_k
type: integer
label: Top K
Expand All @@ -58,7 +58,6 @@ params:
applicability:
except:
thinking.type:
- adaptive
- enabled
- path: thinking.type
type: enum
Expand All @@ -67,7 +66,6 @@ params:
default: disabled
values:
- disabled
- adaptive
- enabled
group: reasoning
- path: thinking.budget_tokens
Expand Down
50 changes: 0 additions & 50 deletions models/anthropic/claude-opus-4-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,61 +11,11 @@ params:
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
- adaptive
group: reasoning
12 changes: 5 additions & 7 deletions models/anthropic/claude-sonnet-4-5-20250929.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ params:
group: sampling
applicability:
except:
thinking.type:
- adaptive
- enabled
- thinking.type:
- enabled
- top_p:
not: null
- path: top_p
type: number
label: Top P
Expand All @@ -43,10 +44,9 @@ params:
applicability:
except:
- thinking.type:
- adaptive
- enabled
- temperature:
not: 1
not: null
- path: top_k
type: integer
label: Top K
Expand All @@ -58,7 +58,6 @@ params:
applicability:
except:
thinking.type:
- adaptive
- enabled
- path: thinking.type
type: enum
Expand All @@ -67,7 +66,6 @@ params:
default: disabled
values:
- disabled
- adaptive
- enabled
group: reasoning
- path: thinking.budget_tokens
Expand Down
12 changes: 5 additions & 7 deletions models/anthropic/claude-sonnet-4-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ params:
group: sampling
applicability:
except:
thinking.type:
- adaptive
- enabled
- thinking.type:
- enabled
- top_p:
not: null
- path: top_p
type: number
label: Top P
Expand All @@ -43,10 +44,9 @@ params:
applicability:
except:
- thinking.type:
- adaptive
- enabled
- temperature:
not: 1
not: null
- path: top_k
type: integer
label: Top K
Expand All @@ -58,7 +58,6 @@ params:
applicability:
except:
thinking.type:
- adaptive
- enabled
- path: thinking.type
type: enum
Expand All @@ -67,7 +66,6 @@ params:
default: disabled
values:
- disabled
- adaptive
- enabled
group: reasoning
- path: thinking.budget_tokens
Expand Down
39 changes: 2 additions & 37 deletions models/openai/gpt-5-chat-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,11 @@ provider: openai
authType: api_key
model: gpt-5-chat-latest
params:
- path: max_tokens
- path: max_completion_tokens
type: integer
label: Max tokens
description: Maximum number of output tokens the model may generate.
default: 4096
range:
min: 1
min: 16
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: 2
step: 0.1
group: sampling
- 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
- path: reasoning_effort
type: enum
label: Reasoning effort
description: Controls how much reasoning the model should perform before producing an answer.
default: medium
values:
- minimal
- low
- medium
- high
group: reasoning
28 changes: 2 additions & 26 deletions models/openai/gpt-5-mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,14 @@ provider: openai
authType: api_key
model: gpt-5-mini
params:
- path: max_tokens
- path: max_completion_tokens
type: integer
label: Max tokens
description: Maximum number of output tokens the model may generate.
default: 4096
range:
min: 1
min: 16
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: 2
step: 0.1
group: sampling
- 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
- path: reasoning_effort
type: enum
label: Reasoning effort
Expand Down
28 changes: 2 additions & 26 deletions models/openai/gpt-5-nano.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,14 @@ provider: openai
authType: api_key
model: gpt-5-nano
params:
- path: max_tokens
- path: max_completion_tokens
type: integer
label: Max tokens
description: Maximum number of output tokens the model may generate.
default: 4096
range:
min: 1
min: 16
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: 2
step: 0.1
group: sampling
- 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
- path: reasoning_effort
type: enum
label: Reasoning effort
Expand Down
28 changes: 2 additions & 26 deletions models/openai/gpt-5.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,14 @@ provider: openai
authType: api_key
model: gpt-5.1
params:
- path: max_tokens
- path: max_completion_tokens
type: integer
label: Max tokens
description: Maximum number of output tokens the model may generate.
default: 4096
range:
min: 1
min: 16
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: 2
step: 0.1
group: sampling
- 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
- path: reasoning_effort
type: enum
label: Reasoning effort
Expand Down
Loading
Loading