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
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.
13
12
14
13
## Supported Models
15
14
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.
25
16
26
17
## Configuration in Roo Code
27
18
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 (<Codiconname="gear" />) in the Roo Code panel.
29
20
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.
32
23
33
24
## Tips and Notes
34
25
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