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
40 changes: 40 additions & 0 deletions models/minimax/minimax-m2.1-highspeed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: minimax
authType: api_key
model: minimax-m2.1-highspeed
params:
- path: max_completion_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
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. Values must be greater than 0 and at most 1.
default: 1
range:
min: 0.01
max: 1
step: 0.01
group: sampling
- path: top_p
type: number
label: Top P
description: Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.
default: 0.95
range:
min: 0.01
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
group: reasoning
40 changes: 40 additions & 0 deletions models/minimax/minimax-m2.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: minimax
authType: api_key
model: minimax-m2.1
params:
- path: max_completion_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
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. Values must be greater than 0 and at most 1.
default: 1
range:
min: 0.01
max: 1
step: 0.01
group: sampling
- path: top_p
type: number
label: Top P
description: Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.
default: 0.95
range:
min: 0.01
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
group: reasoning
40 changes: 40 additions & 0 deletions models/minimax/minimax-m2.5-highspeed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: minimax
authType: api_key
model: minimax-m2.5-highspeed
params:
- path: max_completion_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
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. Values must be greater than 0 and at most 1.
default: 1
range:
min: 0.01
max: 1
step: 0.01
group: sampling
- path: top_p
type: number
label: Top P
description: Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.
default: 0.95
range:
min: 0.01
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
group: reasoning
40 changes: 40 additions & 0 deletions models/minimax/minimax-m2.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: minimax
authType: api_key
model: minimax-m2.5
params:
- path: max_completion_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
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. Values must be greater than 0 and at most 1.
default: 1
range:
min: 0.01
max: 1
step: 0.01
group: sampling
- path: top_p
type: number
label: Top P
description: Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.
default: 0.95
range:
min: 0.01
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
group: reasoning
34 changes: 34 additions & 0 deletions models/minimax/minimax-m2.7-highspeed-subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: minimax
authType: subscription
model: minimax-m2.7-highspeed
params:
- path: max_tokens
type: integer
label: Max tokens
description: Maximum number of tokens to generate in the response.
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. Values must be greater than 0 and at most 1.
default: 1
range:
min: 0.01
max: 1
step: 0.01
group: sampling
- path: top_p
type: number
label: Top P
description: Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.
default: 0.95
range:
min: 0.01
max: 1
step: 0.01
group: sampling
40 changes: 40 additions & 0 deletions models/minimax/minimax-m2.7-highspeed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: minimax
authType: api_key
model: minimax-m2.7-highspeed
params:
- path: max_completion_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
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. Values must be greater than 0 and at most 1.
default: 1
range:
min: 0.01
max: 1
step: 0.01
group: sampling
- path: top_p
type: number
label: Top P
description: Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.
default: 0.95
range:
min: 0.01
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
group: reasoning
34 changes: 34 additions & 0 deletions models/minimax/minimax-m2.7-subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: minimax
authType: subscription
model: minimax-m2.7
params:
- path: max_tokens
type: integer
label: Max tokens
description: Maximum number of tokens to generate in the response.
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. Values must be greater than 0 and at most 1.
default: 1
range:
min: 0.01
max: 1
step: 0.01
group: sampling
- path: top_p
type: number
label: Top P
description: Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.
default: 0.95
range:
min: 0.01
max: 1
step: 0.01
group: sampling
40 changes: 40 additions & 0 deletions models/minimax/minimax-m2.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: minimax
authType: api_key
model: minimax-m2.7
params:
- path: max_completion_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
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. Values must be greater than 0 and at most 1.
default: 1
range:
min: 0.01
max: 1
step: 0.01
group: sampling
- path: top_p
type: number
label: Top P
description: Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.
default: 0.95
range:
min: 0.01
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
group: reasoning
40 changes: 40 additions & 0 deletions models/minimax/minimax-m2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: minimax
authType: api_key
model: minimax-m2
params:
- path: max_completion_tokens
type: integer
label: Max completion tokens
description: Maximum number of tokens to generate in the completion.
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. Values must be greater than 0 and at most 1.
default: 1
range:
min: 0.01
max: 1
step: 0.01
group: sampling
- path: top_p
type: number
label: Top P
description: Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.
default: 0.95
range:
min: 0.01
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
group: reasoning
3 changes: 3 additions & 0 deletions src/client/logos/minimax.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/data/display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const PROVIDER_LABELS: Record<string, string> = {
meta: "Meta",
mistral: "Mistral",
deepseek: "DeepSeek",
minimax: "MiniMax",
cohere: "Cohere",
perplexity: "Perplexity",
};
Expand All @@ -20,6 +21,13 @@ const MODEL_LABEL_OVERRIDES: Record<string, string> = {
"openai/o3": "o3",
"openai/o3-mini": "o3-mini",
"openai/o4-mini": "o4-mini",
"minimax/minimax-m2": "MiniMax M2",
"minimax/minimax-m2.1": "MiniMax M2.1",
"minimax/minimax-m2.1-highspeed": "MiniMax M2.1 Highspeed",
"minimax/minimax-m2.5": "MiniMax M2.5",
"minimax/minimax-m2.5-highspeed": "MiniMax M2.5 Highspeed",
"minimax/minimax-m2.7": "MiniMax M2.7",
"minimax/minimax-m2.7-highspeed": "MiniMax M2.7 Highspeed",
};

const AUTH_LABELS: Record<AuthType, string> = {
Expand Down
Loading