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
31 changes: 31 additions & 0 deletions models/moonshot/kimi-k2.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: moonshot
authType: api_key
model: kimi-k2.5
params:
- path: max_completion_tokens
type: integer
label: Max tokens
description: Maximum number of tokens to generate in the chat completion.
range:
min: 1
group: generation_length
- path: thinking.type
type: enum
label: Thinking mode
description: >-
Controls whether Kimi reasons step by step before answering, or responds directly when set to
disabled.
values:
- enabled
- disabled
group: reasoning
- path: response_format.type
type: enum
label: Response format
description: Forces the response into plain text or a JSON object.
default: text
values:
- text
- json_object
group: output_format
32 changes: 32 additions & 0 deletions models/moonshot/kimi-k2.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: moonshot
authType: api_key
model: kimi-k2.6
params:
- path: max_completion_tokens
type: integer
label: Max tokens
description: Maximum number of tokens to generate in the chat completion.
range:
min: 1
group: generation_length
- path: thinking.type
type: enum
label: Thinking mode
description: >-
Controls whether Kimi reasons step by step before answering. Thinking is enabled by default;
set disabled to respond directly.
default: enabled
values:
- enabled
- disabled
group: reasoning
- path: response_format.type
type: enum
label: Response format
description: Forces the response into plain text or a JSON object.
default: text
values:
- text
- json_object
group: output_format
75 changes: 75 additions & 0 deletions models/moonshot/moonshot-v1-128k.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: moonshot
authType: api_key
model: moonshot-v1-128k
params:
- path: max_completion_tokens
type: integer
label: Max tokens
description: Maximum number of tokens to generate in the chat 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.
default: 0.3
range:
min: 0
max: 1
step: 0.1
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: 1
range:
min: 0
max: 1
step: 0.01
group: sampling
- path: n
type: integer
label: Number of completions
description: How many chat completion choices to generate for the request.
default: 1
range:
min: 1
max: 5
group: generation_length
- path: presence_penalty
type: number
label: Presence penalty
description: >-
Penalizes tokens that have already appeared, encouraging the model to talk about new topics.
default: 0
range:
min: -2
max: 2
step: 0.1
group: sampling
- path: frequency_penalty
type: number
label: Frequency penalty
description: Penalizes tokens by how often they have appeared, reducing verbatim repetition.
default: 0
range:
min: -2
max: 2
step: 0.1
group: sampling
- path: response_format.type
type: enum
label: Response format
description: Forces the response into plain text or a JSON object.
default: text
values:
- text
- json_object
group: output_format
75 changes: 75 additions & 0 deletions models/moonshot/moonshot-v1-32k.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: moonshot
authType: api_key
model: moonshot-v1-32k
params:
- path: max_completion_tokens
type: integer
label: Max tokens
description: Maximum number of tokens to generate in the chat 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.
default: 0.3
range:
min: 0
max: 1
step: 0.1
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: 1
range:
min: 0
max: 1
step: 0.01
group: sampling
- path: n
type: integer
label: Number of completions
description: How many chat completion choices to generate for the request.
default: 1
range:
min: 1
max: 5
group: generation_length
- path: presence_penalty
type: number
label: Presence penalty
description: >-
Penalizes tokens that have already appeared, encouraging the model to talk about new topics.
default: 0
range:
min: -2
max: 2
step: 0.1
group: sampling
- path: frequency_penalty
type: number
label: Frequency penalty
description: Penalizes tokens by how often they have appeared, reducing verbatim repetition.
default: 0
range:
min: -2
max: 2
step: 0.1
group: sampling
- path: response_format.type
type: enum
label: Response format
description: Forces the response into plain text or a JSON object.
default: text
values:
- text
- json_object
group: output_format
75 changes: 75 additions & 0 deletions models/moonshot/moonshot-v1-8k.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json
provider: moonshot
authType: api_key
model: moonshot-v1-8k
params:
- path: max_completion_tokens
type: integer
label: Max tokens
description: Maximum number of tokens to generate in the chat 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.
default: 0.3
range:
min: 0
max: 1
step: 0.1
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: 1
range:
min: 0
max: 1
step: 0.01
group: sampling
- path: n
type: integer
label: Number of completions
description: How many chat completion choices to generate for the request.
default: 1
range:
min: 1
max: 5
group: generation_length
- path: presence_penalty
type: number
label: Presence penalty
description: >-
Penalizes tokens that have already appeared, encouraging the model to talk about new topics.
default: 0
range:
min: -2
max: 2
step: 0.1
group: sampling
- path: frequency_penalty
type: number
label: Frequency penalty
description: Penalizes tokens by how often they have appeared, reducing verbatim repetition.
default: 0
range:
min: -2
max: 2
step: 0.1
group: sampling
- path: response_format.type
type: enum
label: Response format
description: Forces the response into plain text or a JSON object.
default: text
values:
- text
- json_object
group: output_format
3 changes: 3 additions & 0 deletions src/client/logos/moonshot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/data/display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const PROVIDER_LABELS: Record<string, string> = {
minimax: "MiniMax",
cohere: "Cohere",
perplexity: "Perplexity",
moonshot: "Moonshot AI",
};

const MODEL_LABEL_OVERRIDES: Record<string, string> = {
Expand All @@ -28,6 +29,11 @@ const MODEL_LABEL_OVERRIDES: Record<string, string> = {
"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",
"moonshot/kimi-k2.6": "Kimi K2.6",
"moonshot/kimi-k2.5": "Kimi K2.5",
"moonshot/moonshot-v1-8k": "Moonshot v1 8K",
"moonshot/moonshot-v1-32k": "Moonshot v1 32K",
"moonshot/moonshot-v1-128k": "Moonshot v1 128K",
};

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