Skip to content

Commit 0c8eeae

Browse files
authored
Update docs/configuration.md
1 parent 345c116 commit 0c8eeae

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/configuration.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,6 @@ interface Config {
203203
When configuring custom providers, choose the appropriate API type:
204204

205205
- **`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.
216206

217207
### Default values
218208

0 commit comments

Comments
 (0)