You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,16 +203,6 @@ interface Config {
203
203
When configuring custom providers, choose the appropriate API type:
204
204
205
205
-**`openai-responses`**: OpenAI's new responses API endpoint (`/v1/responses`). Best for OpenAI models with enhanced features like reasoning and web search.
206
-
-**`openai-chat`**: Standard OpenAI Chat Completions API (`/v1/chat/completions`). Use this for most third-party providers:
207
-
- OpenRouter
208
-
- DeepSeek
209
-
- Together AI
210
-
- Groq
211
-
- Local LiteLLM servers
212
-
- Any OpenAI-compatible provider
213
-
-**`anthropic`**: Anthropic's native API for Claude models.
214
-
215
-
Most third-party providers use the `openai-chat` API for compatibility with existing tools and libraries.
0 commit comments