Skip to content

Commit f7da65c

Browse files
authored
Update unbound.md
1 parent 0daddce commit f7da65c

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

docs/providers/unbound.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,23 @@ Roo Code supports accessing models through [Unbound](https://getunbound.ai/), a
44

55
**Website:** [https://getunbound.ai/](https://getunbound.ai/)
66

7-
## Getting an API Key
7+
## Creating an Account
88

9-
1. **Sign Up/Sign In:** Go to the [Unbound website](https://getunbound.ai/). Create an account or sign in.
10-
2. **Navigate to Tokens:** In the Unbound dashboard, find the "Tokens" section (or similar - the exact wording might change). This is where you manage your API keys. The direct link is [https://api.getunbound.ai/tokens](https://api.getunbound.ai/tokens).
11-
3. **Generate a Key:** Create a new API key. You may be prompted to give it a name (e.g., "Roo Code").
12-
4. **Copy the Key:** Copy the generated API key. **Important:** Store this key securely, as you won't be able to view it again.
9+
1. **Sign Up/Sign In:** Go to the [Unbound gateway](https://gateway.getunbound.ai). Create an account or sign in.
10+
2. **Create an Application:** Go to the [Applications](https://gateway.getunbound.ai/ai-gateway-applications) page and hit the "Create Application" button.
11+
3. **Copy the API Key:** Copy the API key to your clipboard.
1312

1413
## Supported Models
1514

16-
Roo Code will automatically fetch the list of available models from the Unbound API. Commonly supported models include:
17-
18-
* **Anthropic Claude models:** (e.g., `anthropic/claude-3-5-sonnet-20241022`) These are generally recommended for best performance with Roo Code.
19-
* **OpenAI models:** (e.g., `openai/gpt-4o`)
20-
* Other providers, as listed by running the extension
21-
22-
**Important:** When selecting a model, use the full model ID as shown in the dropdown (e.g., `anthropic/claude-3-5-sonnet-20241022`).
23-
24-
Refer to the [Unbound documentation](https://docs.getunbound.ai/reference/introduction) for the most up-to-date list of supported models and their IDs.
15+
Unbound allows you configure a list of supported models in your application, and Roo Code will automatically fetch the list of available models from the Unbound API.
2516

2617
## Configuration in Roo Code
2718

28-
1. **Open Roo Code Settings:** Click the gear icon (⚙️) in the Roo Code panel.
19+
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
2920
2. **Select Provider:** Choose "Unbound" from the "API Provider" dropdown.
30-
3. **Enter API Key:** Paste your Unbound API key into the "API Key" field.
31-
4. **Select Model:** Choose your desired model from the "Model ID" dropdown.
21+
3. **Enter API Key:** Paste your Unbound API key into the "Unbound API Key" field.
22+
4. **Select Model:** Choose your desired model from the "Model" dropdown.
3223

3324
## Tips and Notes
3425

35-
* **Pricing:** Unbound operates on a pay-per-use basis. Pricing varies depending on the model you choose. See the [Unbound documentation](https://docs.getunbound.ai/reference/pricing) for details.
36-
* **Base URL:** The base URL for the Unbound API (`https://api.getunbound.ai/v1`) is automatically configured in Roo Code. You should not need to modify this.
37-
* **Prompt Caching:** Some of the models offered by Unbound support prompt caching. Check the "Model Info" below the model dropdown after selecting a model to see if your chosen model has this feature.
38-
* **Security Focus:** Unbound emphasizes security features for enterprise use. If your organization has strict security requirements for AI usage, Unbound might be a good option.
26+
* **Security Focus:** Unbound emphasizes security features for enterprise use. If your organization has strict security requirements for AI usage, Unbound might be a good option.

0 commit comments

Comments
 (0)