Skip to content

Commit e1228d3

Browse files
committed
docs: clarify that OpenAI-compatible model lists are examples
- Updated the "Supported Models" section to "Available Models" - Clarified that the listed OpenAI models are just examples - Added examples of models from other providers (Together AI, Perplexity, Anyscale) - Emphasized that actual available models depend on the chosen provider - Added stronger guidance to consult provider documentation for complete model lists
1 parent 0b34945 commit e1228d3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/providers/openai-compatible.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,13 @@ You'll find these settings in the Roo Code settings panel (click the <Codicon na
4949

5050
---
5151

52-
## Supported Models (for OpenAI Native Endpoint)
52+
## Available Models
5353

54-
While this provider type allows connecting to various endpoints, if you are connecting directly to the official OpenAI API (or an endpoint mirroring it exactly), Roo Code recognizes the following model IDs based on the `openAiNativeModels` definition in its source code:
54+
The models available through OpenAI-compatible endpoints vary depending on the provider you're using. Each provider offers different models with their own capabilities and pricing.
55+
56+
### Example Models
57+
58+
When connecting to the official OpenAI API endpoint, you might use models such as:
5559

5660
* `o3-mini`
5761
* `o3-mini-high`
@@ -63,7 +67,14 @@ While this provider type allows connecting to various endpoints, if you are conn
6367
* `gpt-4o`
6468
* `gpt-4o-mini`
6569

66-
**Note:** If you are using a different OpenAI-compatible provider (like Together AI, Anyscale, etc.), the available model IDs will vary. Always refer to your specific provider's documentation for their supported model names.
70+
**Important:** These are just examples from OpenAI's offerings. The actual models available to you will depend entirely on your chosen provider:
71+
72+
* **Together AI** might offer models like `meta-llama/Llama-2-70b-chat-hf`, `mistralai/Mixtral-8x7B-Instruct-v0.1`, etc.
73+
* **Perplexity** might offer models like `pplx-7b-online`, `pplx-70b-online`, etc.
74+
* **Anyscale** might offer various open-source models they host
75+
* **Custom endpoints** will have their own unique model offerings
76+
77+
**Always consult your provider's documentation** for the complete list of available models, their exact model IDs, capabilities, and pricing. The model ID you enter in Roo Code must match exactly what your provider expects.
6778

6879
---
6980

0 commit comments

Comments
 (0)