mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
20 lines
493 B
YAML
20 lines
493 B
YAML
name: DeepSeek
|
|
client_type: openai-completions
|
|
icon: https://cdn.jsdelivr.net/npm/@lobehub/icons-static-svg@1/icons/deepseek-color.svg
|
|
base_url: https://api.deepseek.com/v1
|
|
|
|
models:
|
|
- model_id: deepseek-chat
|
|
name: DeepSeek V3.2
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: deepseek-reasoner
|
|
name: DeepSeek V3.2 Thinking
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 131072
|