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.
103 lines
2.2 KiB
YAML
103 lines
2.2 KiB
YAML
name: Mistral
|
|
client_type: openai-completions
|
|
icon: mistral-color
|
|
base_url: https://api.mistral.ai/v1
|
|
|
|
models:
|
|
- model_id: devstral-2512
|
|
name: Devstral 2
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 262144
|
|
|
|
- model_id: labs-devstral-small-2512
|
|
name: Devstral Small 2
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 262144
|
|
|
|
- model_id: mistral-medium-latest
|
|
name: Mistral Medium 3.1
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: magistral-medium-latest
|
|
name: Magistral Medium 1.2
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, reasoning]
|
|
context_window: 131072
|
|
|
|
- model_id: magistral-small-2509
|
|
name: Magistral Small 1.2
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, reasoning]
|
|
context_window: 131072
|
|
|
|
- model_id: open-mistral-nemo
|
|
name: Mistral Nemo
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: mistral-small-latest
|
|
name: Mistral Small 3.2
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: mistral-large-latest
|
|
name: Mistral Large 2.1
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: codestral-latest
|
|
name: Codestral 2508
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 256000
|
|
|
|
- model_id: pixtral-large-latest
|
|
name: Pixtral Large
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: pixtral-12b-2409
|
|
name: Pixtral 12B
|
|
type: chat
|
|
config:
|
|
compatibilities: [vision, tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: ministral-3b-latest
|
|
name: Ministral 3B
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: ministral-8b-latest
|
|
name: Ministral 8B
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: open-codestral-mamba
|
|
name: Codestral Mamba
|
|
type: chat
|
|
config:
|
|
context_window: 256000
|