Skip to content
Closed
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
19 changes: 11 additions & 8 deletions models/minimax/minimax-m2.1-highspeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ provider: minimax
authType: api_key
model: minimax-m2.1-highspeed
params:
- path: max_completion_tokens
- path: max_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
label: Max tokens
description: Maximum number of tokens to generate in the response.
range:
min: 1
group: generation_length
Expand All @@ -32,9 +32,12 @@ params:
max: 1
step: 0.01
group: sampling
- path: reasoning_split
type: boolean
label: Split reasoning
description: Returns the model's reasoning in a separate reasoning_details field instead of inline with the response.
default: false
- path: thinking
type: enum
label: Thinking mode
description: Controls the thinking/reasoning mode. When enabled, the model shows its reasoning before the final answer.
default: disabled
values:
- disabled
- enabled
group: reasoning
19 changes: 11 additions & 8 deletions models/minimax/minimax-m2.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ provider: minimax
authType: api_key
model: minimax-m2.1
params:
- path: max_completion_tokens
- path: max_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
label: Max tokens
description: Maximum number of tokens to generate in the response.
range:
min: 1
group: generation_length
Expand All @@ -32,9 +32,12 @@ params:
max: 1
step: 0.01
group: sampling
- path: reasoning_split
type: boolean
label: Split reasoning
description: Returns the model's reasoning in a separate reasoning_details field instead of inline with the response.
default: false
- path: thinking
type: enum
label: Thinking mode
description: Controls the thinking/reasoning mode. When enabled, the model shows its reasoning before the final answer.
default: disabled
values:
- disabled
- enabled
group: reasoning
19 changes: 11 additions & 8 deletions models/minimax/minimax-m2.5-highspeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ provider: minimax
authType: api_key
model: minimax-m2.5-highspeed
params:
- path: max_completion_tokens
- path: max_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
label: Max tokens
description: Maximum number of tokens to generate in the response.
range:
min: 1
group: generation_length
Expand All @@ -32,9 +32,12 @@ params:
max: 1
step: 0.01
group: sampling
- path: reasoning_split
type: boolean
label: Split reasoning
description: Returns the model's reasoning in a separate reasoning_details field instead of inline with the response.
default: false
- path: thinking
type: enum
label: Thinking mode
description: Controls the thinking/reasoning mode. When enabled, the model shows its reasoning before the final answer.
default: disabled
values:
- disabled
- enabled
group: reasoning
19 changes: 11 additions & 8 deletions models/minimax/minimax-m2.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ provider: minimax
authType: api_key
model: minimax-m2.5
params:
- path: max_completion_tokens
- path: max_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
label: Max tokens
description: Maximum number of tokens to generate in the response.
range:
min: 1
group: generation_length
Expand All @@ -32,9 +32,12 @@ params:
max: 1
step: 0.01
group: sampling
- path: reasoning_split
type: boolean
label: Split reasoning
description: Returns the model's reasoning in a separate reasoning_details field instead of inline with the response.
default: false
- path: thinking
type: enum
label: Thinking mode
description: Controls the thinking/reasoning mode. When enabled, the model shows its reasoning before the final answer.
default: disabled
values:
- disabled
- enabled
group: reasoning
19 changes: 11 additions & 8 deletions models/minimax/minimax-m2.7-highspeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ provider: minimax
authType: api_key
model: minimax-m2.7-highspeed
params:
- path: max_completion_tokens
- path: max_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
label: Max tokens
description: Maximum number of tokens to generate in the response.
range:
min: 1
group: generation_length
Expand All @@ -32,9 +32,12 @@ params:
max: 1
step: 0.01
group: sampling
- path: reasoning_split
type: boolean
label: Split reasoning
description: Returns the model's reasoning in a separate reasoning_details field instead of inline with the response.
default: false
- path: thinking
type: enum
label: Thinking mode
description: Controls the thinking/reasoning mode. When enabled, the model shows its reasoning before the final answer.
default: disabled
values:
- disabled
- enabled
group: reasoning
19 changes: 11 additions & 8 deletions models/minimax/minimax-m2.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ provider: minimax
authType: api_key
model: minimax-m2.7
params:
- path: max_completion_tokens
- path: max_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
label: Max tokens
description: Maximum number of tokens to generate in the response.
range:
min: 1
group: generation_length
Expand All @@ -32,9 +32,12 @@ params:
max: 1
step: 0.01
group: sampling
- path: reasoning_split
type: boolean
label: Split reasoning
description: Returns the model's reasoning in a separate reasoning_details field instead of inline with the response.
default: false
- path: thinking
type: enum
label: Thinking mode
description: Controls the thinking/reasoning mode. When enabled, the model shows its reasoning before the final answer.
default: disabled
values:
- disabled
- enabled
group: reasoning
19 changes: 11 additions & 8 deletions models/minimax/minimax-m2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ provider: minimax
authType: api_key
model: minimax-m2
params:
- path: max_completion_tokens
- path: max_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
label: Max tokens
description: Maximum number of tokens to generate in the response.
range:
min: 1
group: generation_length
Expand All @@ -32,9 +32,12 @@ params:
max: 1
step: 0.01
group: sampling
- path: reasoning_split
type: boolean
label: Split reasoning
description: Returns the model's reasoning in a separate reasoning_details field instead of inline with the response.
default: false
- path: thinking
type: enum
label: Thinking mode
description: Controls the thinking/reasoning mode. When enabled, the model shows its reasoning before the final answer.
default: disabled
values:
- disabled
- enabled
group: reasoning
Loading