Skip to content

Commit bd28983

Browse files
committed
docs
1 parent 8df4442 commit bd28983

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/models.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ When configuring custom providers, choose the appropriate API type:
105105
- **`anthropic`**: Anthropic's native API for Claude models.
106106
- **`openai-responses`**: OpenAI's new responses API endpoint (`/v1/responses`). Best for OpenAI models with enhanced features like reasoning and web search.
107107
- **`openai-chat`**: Standard OpenAI Chat Completions API (`/v1/chat/completions`). Use this for most third-party providers:
108-
- OpenRouter
109-
- DeepSeek
110-
- Together AI
111-
- Groq
112-
- Local LiteLLM servers
113-
- Any OpenAI-compatible provider
108+
- OpenRouter
109+
- DeepSeek
110+
- Together AI
111+
- Groq
112+
- Local LiteLLM servers
113+
- Any OpenAI-compatible provider
114114

115115
Most third-party providers use the `openai-chat` API for compatibility with existing tools and libraries.
116116

0 commit comments

Comments
 (0)