You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/providers/openai.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,25 +15,25 @@ Roo Code supports accessing models directly through the official OpenAI API.
15
15
16
16
Roo Code supports a variety of OpenAI models, including:
17
17
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`
21
23
*`o1-mini`
22
-
*`gpt-4o`
24
+
*`gpt-4o`
25
+
*`gpt-4o-mini`
23
26
24
-
Roo Code will also try to dynamically populate a dropdown list of supported models, for your convenience.
25
27
Refer to the [OpenAI Models documentation](https://platform.openai.com/docs/models) for the most up-to-date list of models and capabilities.
26
28
27
29
## Configuration in Roo Code
28
30
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 (<Codiconname="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.
34
35
35
36
## Tips and Notes
36
37
37
38
***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