ProxyAI/docs/pages/providers/cloud/openai.mdx
Carl-Robert Linnupuu 33e886860c
Some checks are pending
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
docs: add nextra docs
2026-02-18 03:01:54 +00:00

32 lines
No EOL
1 KiB
Text

# OpenAI
Website: https://openai.com
ProxyAI offers seamless integration with OpenAI, supporting all the latest models, including image input.
## Getting Started
Follow these steps to get started:
import { Steps } from 'nextra/components'
<Steps>
### Create Your Account
First, you'll need an OpenAI account. If you don't have one, [sign up here](https://platform.openai.com/signup).
### Get Your API Key
After signing up, create your API key on the [API Keys](https://platform.openai.com/api-keys) page. This key is necessary for authenticating your requests to the OpenAI API. If you already have a key, copy it to your clipboard.
### Apply Your API Key
Now, configure the plugin to use your API key:
- Navigate to the plugin's settings via **File > Settings/Preferences > Tools > ProxyAI > Providers > OpenAI**.
- Paste your API key into the designated field.
- Click `Apply` or `OK` to save your changes.
<br/>
<img alt="animated" src="/images/providers/openai-settings.png" />
</Steps>