mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 11:41:28 +00:00
43 lines
No EOL
1.7 KiB
Text
43 lines
No EOL
1.7 KiB
Text
# ProxyAI
|
|
|
|
Website: https://tryproxy.io
|
|
|
|
ProxyAI is the default cloud provider that powers this plugin. By creating a [free account](https://tryproxy.io/signin), you can access advanced open source models to enhance your coding experience.
|
|
|
|
## Getting Started
|
|
|
|
Follow these simple steps to get started:
|
|
|
|
import { Steps } from 'nextra/components'
|
|
|
|
<Steps>
|
|
### Create Your Free Account (optional)
|
|
|
|
ProxyAI offers three different tiers: Anonymous, Free, and Individual.
|
|
|
|
- **Anonymous** - Rate limited access to `gpt-4o-mini`, `codestral` and `zeta` models.
|
|
- **Free** - Token limited access to features and models, including `deepseek-v3`, `qwen-2.5-coder-32b`, `llama-3.1-405b`, and others.
|
|
- **Individual** - Unlimited access to all models and features.
|
|
|
|
### Get Your API Key
|
|
|
|
You can find your API key on your [account page](https://tryproxy.io/account). Scroll down to "Your API Keys" and click the Copy icon next to your key. This key is essential for authenticating your requests with the ProxyAI API. If no key is provided, requests will default to the anonymous tier.
|
|
|
|
<br />
|
|
<img alt="animated" src="/images/settings/api-key.png" />
|
|
|
|
### Apply Your API Key
|
|
|
|
To configure the plugin with your API key:
|
|
|
|
- Navigate to the plugin's settings via **File > Settings/Preferences > Tools > ProxyAI > Providers > ProxyAI**.
|
|
- Paste your API key into the designated field.
|
|
- Click `Apply` or `OK` to save the changes.
|
|
<br/>
|
|
|
|
<img alt="animated" src="/images/settings/codegpt-settings.png" />
|
|
</Steps>
|
|
|
|
## Models
|
|
|
|
ProxyAI Cloud gives you access to a range of powerful AI models. You can see the full list and learn more about model capabilities on our [Models page](/models). |