Skip to content

Commit 8df4442

Browse files
committed
docs
1 parent e2e2709 commit 8df4442

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/models.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,16 @@ ECA allows you to configure custom LLM providers that follow API schemas similar
102102

103103
When configuring custom providers, choose the appropriate API type:
104104

105+
- **`anthropic`**: Anthropic's native API for Claude models.
105106
- **`openai-responses`**: OpenAI's new responses API endpoint (`/v1/responses`). Best for OpenAI models with enhanced features like reasoning and web search.
106107
- **`openai-chat`**: Standard OpenAI Chat Completions API (`/v1/chat/completions`). Use this for most third-party providers:
107-
108108
- OpenRouter
109109
- DeepSeek
110110
- Together AI
111111
- Groq
112112
- Local LiteLLM servers
113113
- Any OpenAI-compatible provider
114114

115-
- **`anthropic`**: Anthropic's native API for Claude models.
116-
117115
Most third-party providers use the `openai-chat` API for compatibility with existing tools and libraries.
118116

119117
### Setting up a custom provider

0 commit comments

Comments
 (0)