mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
897cc32194
Replace FontAwesome/CDN brand icons with local SVG-based Vue components in a new shared @memoh/icon package. Provider icon URLs in conf/providers YAML files are replaced with preset names, intercepted by ProviderIcon component on the frontend. SearchProviderLogo and ChannelIcon components are migrated to @memoh/icon. All icon containers now use a unified circular gray (rounded-full bg-muted) style. Adds wechat and matrix channel icons.
76 lines
1.7 KiB
YAML
76 lines
1.7 KiB
YAML
name: Minimax
|
|
client_type: openai-completions
|
|
icon: minimax-color
|
|
base_url: https://api.minimaxi.com/v1
|
|
|
|
models:
|
|
- model_id: MiniMax-M2.7
|
|
name: MiniMax M2.7
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 204800
|
|
|
|
- model_id: MiniMax-M2.7-highspeed
|
|
name: MiniMax M2.7 Highspeed
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 204800
|
|
|
|
- model_id: MiniMax-M2.5
|
|
name: MiniMax M2.5
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 204800
|
|
|
|
- model_id: MiniMax-M2.5-Lightning
|
|
name: MiniMax M2.5 Lightning
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 204800
|
|
|
|
- model_id: MiniMax-M2.1
|
|
name: MiniMax M2.1
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 204800
|
|
|
|
- model_id: MiniMax-M2.1-Lightning
|
|
name: MiniMax M2.1 Lightning
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 204800
|
|
|
|
- model_id: MiniMax-M2
|
|
name: MiniMax M2
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 204800
|
|
|
|
- model_id: MiniMax-M2-Stable
|
|
name: MiniMax M2 Stable
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 204800
|
|
|
|
- model_id: MiniMax-M1
|
|
name: MiniMax M1
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 1000192
|
|
|
|
- model_id: MiniMax-Text-01
|
|
name: MiniMax Text 01
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, tool-call]
|
|
context_window: 1000192
|