mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
90 lines
2.1 KiB
YAML
90 lines
2.1 KiB
YAML
name: Moonshot
|
|
client_type: openai-completions
|
|
icon: https://cdn.jsdelivr.net/npm/@lobehub/icons-static-svg@1/icons/moonshot.svg
|
|
base_url: https://api.moonshot.cn/v1
|
|
|
|
models:
|
|
- model_id: kimi-k2.5
|
|
name: Kimi K2.5
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, tool-call, reasoning]
|
|
context_window: 262144
|
|
|
|
- model_id: kimi-k2-thinking
|
|
name: Kimi K2 Thinking
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 262144
|
|
|
|
- model_id: kimi-k2-thinking-turbo
|
|
name: Kimi K2 Thinking Turbo
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 262144
|
|
|
|
- model_id: kimi-k2-0905-preview
|
|
name: Kimi K2 0905 Preview
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 262144
|
|
|
|
- model_id: kimi-k2-0711-preview
|
|
name: Kimi K2 0711 Preview
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: kimi-k2-turbo-preview
|
|
name: Kimi K2 Turbo Preview
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 262144
|
|
|
|
- model_id: moonshot-v1-8k
|
|
name: Moonshot V1 8K
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 8192
|
|
|
|
- model_id: moonshot-v1-32k
|
|
name: Moonshot V1 32K
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 32768
|
|
|
|
- model_id: moonshot-v1-128k
|
|
name: Moonshot V1 128K
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: moonshot-v1-8k-vision-preview
|
|
name: Moonshot V1 8K Vision Preview
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, tool-call]
|
|
context_window: 8192
|
|
|
|
- model_id: moonshot-v1-32k-vision-preview
|
|
name: Moonshot V1 32K Vision Preview
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, tool-call]
|
|
context_window: 32768
|
|
|
|
- model_id: moonshot-v1-128k-vision-preview
|
|
name: Moonshot V1 128K Vision Preview
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, tool-call]
|
|
context_window: 131072
|