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
12 changes: 1 addition & 11 deletions models/google/gemini-2.5-flash-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,13 @@ params:
description: Limits token sampling to the top K most likely next tokens.
default: 64
range:
min: 1
min: 0
group: sampling
- path: generationConfig.seed
type: integer
label: Seed
description: Optional seed used for decoding when reproducible sampling is desired.
group: sampling
- path: generationConfig.presencePenalty
type: number
label: Presence penalty
description: Penalizes tokens that have already appeared in the response to encourage new vocabulary.
group: sampling
- path: generationConfig.frequencyPenalty
type: number
label: Frequency penalty
description: Penalizes tokens proportionally to how often they have already appeared in the response.
group: sampling
- path: generationConfig.thinkingConfig.thinkingBudget
type: integer
label: Thinking budget
Expand Down
12 changes: 1 addition & 11 deletions models/google/gemini-2.5-flash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,13 @@ params:
description: Limits token sampling to the top K most likely next tokens.
default: 64
range:
min: 1
min: 0
group: sampling
- path: generationConfig.seed
type: integer
label: Seed
description: Optional seed used for decoding when reproducible sampling is desired.
group: sampling
- path: generationConfig.presencePenalty
type: number
label: Presence penalty
description: Penalizes tokens that have already appeared in the response to encourage new vocabulary.
group: sampling
- path: generationConfig.frequencyPenalty
type: number
label: Frequency penalty
description: Penalizes tokens proportionally to how often they have already appeared in the response.
group: sampling
- path: generationConfig.thinkingConfig.thinkingBudget
type: integer
label: Thinking budget
Expand Down
12 changes: 1 addition & 11 deletions models/google/gemini-2.5-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,13 @@ params:
description: Limits token sampling to the top K most likely next tokens.
default: 64
range:
min: 1
min: 0
group: sampling
- path: generationConfig.seed
type: integer
label: Seed
description: Optional seed used for decoding when reproducible sampling is desired.
group: sampling
- path: generationConfig.presencePenalty
type: number
label: Presence penalty
description: Penalizes tokens that have already appeared in the response to encourage new vocabulary.
group: sampling
- path: generationConfig.frequencyPenalty
type: number
label: Frequency penalty
description: Penalizes tokens proportionally to how often they have already appeared in the response.
group: sampling
- path: generationConfig.thinkingConfig.thinkingBudget
type: integer
label: Thinking budget
Expand Down
12 changes: 1 addition & 11 deletions models/google/gemini-3.5-flash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,13 @@ params:
description: Limits token sampling to the top K most likely next tokens.
default: 64
range:
min: 1
min: 0
group: sampling
- path: generationConfig.seed
type: integer
label: Seed
description: Optional seed used for decoding when reproducible sampling is desired.
group: sampling
- path: generationConfig.presencePenalty
type: number
label: Presence penalty
description: Penalizes tokens that have already appeared in the response to encourage new vocabulary.
group: sampling
- path: generationConfig.frequencyPenalty
type: number
label: Frequency penalty
description: Penalizes tokens proportionally to how often they have already appeared in the response.
group: sampling
- path: generationConfig.thinkingConfig.thinkingLevel
type: enum
label: Thinking level
Expand Down
Loading