-
Notifications
You must be signed in to change notification settings - Fork 0
DeepSeek API
YarCraSy edited this page Jul 8, 2026
·
2 revisions
The AI integration lives in src/deepseekApi and is exclusive to DeepSeek.
Responsibilities:
- build requests compatible with DeepSeek.
- run chat completion and streaming.
- expose FIM when used.
- support tool calls.
- map HTTP/SSE errors into errors handlers can consume.
Do not reintroduce Ollama, a multiprovider selector, or placeholders for other providers.
The source of truth for the HTTP contract is the official documentation:
Before changing request/response parameters, review those pages and update Official references.