Expand description
OpenAI-compatible chat-completions adapter.
Targets the /chat/completions shape that OpenAI, Azure (via gateway),
GLM (Zhipu), DeepSeek, Moonshot, Together, Ollama and many others speak.
The only thing that varies is the base URL + model name + API key, which
is all driven by config.
Structsยง
- Open
AiProvider - Retry
Policy - Retry policy for transient failures (network timeouts, 5xx errors).