Compare commits

...
3 Commits
Author SHA1 Message Date
Luxferre 8fbdd05230 readme upd 2026-08-05 08:51:51 +03:00
Luxferre 43a401314b readme upd 2026-08-05 08:51:35 +03:00
Luxferre 5a911814ba readme upd 2026-08-05 08:51:13 +03:00
+1 -1
View File
@@ -10,7 +10,7 @@ Dynagate is a lightweight, high-performance LLM gateway written in Go that acts
- `/v1/responses` (POST): Stateless-style OpenAI Responses API endpoint (automatically routed to upstream chat completions endpoints). - `/v1/responses` (POST): Stateless-style OpenAI Responses API endpoint (automatically routed to upstream chat completions endpoints).
- `/v1/messages` (POST): Anthropic-compatible Messages API endpoint (automatically routed to upstream chat completions endpoints). - `/v1/messages` (POST): Anthropic-compatible Messages API endpoint (automatically routed to upstream chat completions endpoints).
- `/v1/images/generations` (POST): Proxies image generation requests. - `/v1/images/generations` (POST): Proxies image generation requests.
> **Note**: Dynagate operates in a completely stateless manner across all API formats (`/v1/chat/completions`, `/v1/responses`, `/v1/messages`). Dynagate does not store or persist server-side conversation state. Clients must include the full conversation history in each request for multi-turn dialogues. > **Note:** Dynagate operates in a completely stateless manner across all API formats (`/v1/chat/completions`, `/v1/responses`, `/v1/messages`). Dynagate does not store or persist server-side conversation state. Clients must include the full conversation history in each request for multi-turn dialogues.
2. **Zero-downtime live-reloading**: 2. **Zero-downtime live-reloading**:
- Watches `models.csv` (overridable via command-line flags) continuously using a background thread and automatically reloads configuration updates without dropping active connections. - Watches `models.csv` (overridable via command-line flags) continuously using a background thread and automatically reloads configuration updates without dropping active connections.