diff --git a/docs/providers/index.json b/docs/providers/index.json index 0dd9933a..fafcae9c 100644 --- a/docs/providers/index.json +++ b/docs/providers/index.json @@ -126,6 +126,12 @@ "extension": true, "cloud": true }, + { + "id": "providers/openai-chatgpt-plus-pro", + "title": "OpenAI ChatGPT Plus/Pro", + "extension": true, + "cloud": true + }, { "id": "providers/openai-compatible", "title": "OpenAI Compatible", diff --git a/docs/providers/openai-chatgpt-plus-pro.mdx b/docs/providers/openai-chatgpt-plus-pro.mdx new file mode 100644 index 00000000..7a1acf88 --- /dev/null +++ b/docs/providers/openai-chatgpt-plus-pro.mdx @@ -0,0 +1,60 @@ +--- +sidebar_label: OpenAI ChatGPT Plus/Pro +description: Connect your OpenAI ChatGPT Plus or Pro subscription directly to Roo Code through OAuth authentication. No API keys needed. +keywords: + - openai + - chatgpt plus + - chatgpt pro + - oauth + - roo code + - subscription + - no api key + - browser authentication +--- + +# OpenAI ChatGPT Plus/Pro Provider + +This provider connects Roo Code to OpenAI's models through your ChatGPT Plus or Pro subscription. Authentication uses OAuth, so no API keys are required. Usage counts against your subscription instead of separate API billing. + +
+
+Once authenticated, you're connected. The OAuth token refreshes automatically, so you won't need to sign in again unless you explicitly sign out.
+
+---
+
+## Available Models
+
+Model availability depends on your ChatGPT Plus or Pro subscription tier. The provider uses the models available to your account through the ChatGPT web interface.
+
+For current model access based on subscription type, see [OpenAI's ChatGPT plans](https://openai.com/chatgpt/pricing).
+
+---
+
+## Tips and Notes
+
+* **Subscription Required:** You need an active ChatGPT Plus or Pro subscription. This provider won't work with free ChatGPT accounts.
+* **No API Costs:** Usage through this provider counts against your ChatGPT subscription, not separately billed API usage.
+* **Sign Out:** To disconnect, use the "Sign Out" button in the provider settings.
+* **Alternative:** If you prefer direct API access with pay-per-use billing, see the [OpenAI provider](/providers/openai) instead.
diff --git a/static/img/openai-chatgpt-plus-pro/setup.png b/static/img/openai-chatgpt-plus-pro/setup.png
new file mode 100644
index 00000000..63072401
Binary files /dev/null and b/static/img/openai-chatgpt-plus-pro/setup.png differ