Skip to content

Commit 6254338

Browse files
authored
Update openai.md
1 parent 2940519 commit 6254338

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/providers/openai.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Roo Code supports accessing models directly through the official OpenAI API.
1515

1616
Roo Code supports a variety of OpenAI models, including:
1717

18-
* `o3-mini`
19-
* `o1`
20-
* `o1-preview`
18+
* `o3-mini` (medium reasoning effort)
19+
* `o3-mini-high` (high reasoning effort)
20+
* `o3-mini-low` (low reasoning effort)
21+
* `o1`
22+
* `o1-preview`
2123
* `o1-mini`
22-
* `gpt-4o`
24+
* `gpt-4o`
25+
* `gpt-4o-mini`
2326

24-
Roo Code will also try to dynamically populate a dropdown list of supported models, for your convenience.
2527
Refer to the [OpenAI Models documentation](https://platform.openai.com/docs/models) for the most up-to-date list of models and capabilities.
2628

2729
## Configuration in Roo Code
2830

29-
1. **Open Roo Code Settings:** Click the gear icon (⚙️) in the Roo Code panel.
30-
2. **Select Provider:** Choose "OpenAI-Native" from the "API Provider" dropdown.
31-
3. **Enter API Key:** Paste your OpenAI API key into the "API Key" field.
32-
4. **Select Model:** Choose your desired model from the "Model ID" dropdown.
33-
5. **(Optional) Custom Base URL:** If you're not using the official OpenAI endpoint (you almost certainly are) enter a custom Base URL here.
31+
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
32+
2. **Select Provider:** Choose "OpenAI" from the "API Provider" dropdown.
33+
3. **Enter API Key:** Paste your OpenAI API key into the "OpenAI API Key" field.
34+
4. **Select Model:** Choose your desired model from the "Model" dropdown.
3435

3536
## Tips and Notes
3637

3738
* **Pricing:** Refer to the [OpenAI Pricing](https://openai.com/pricing) page for details on model costs.
38-
* **Rate Limits:** Be aware of OpenAI's rate limits. Roo Code has settings to help you manage rate limits.
39-
* **Azure OpenAI Service:** If you'd like to use the Azure OpenAI service, please see our section on [OpenAI-compatible](./openai-compatible.md) providers.
39+
* **Azure OpenAI Service:** If you'd like to use the Azure OpenAI service, please see our section on [OpenAI-compatible](./openai-compatible.md) providers.

0 commit comments

Comments
 (0)