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
Copy file name to clipboardExpand all lines: docs/providers/glama.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,19 +16,18 @@ Roo Code will automatically try to fetch a list of available models from the Gla
16
16
17
17
***Anthropic Claude models:** (e.g., `anthropic/claude-3-5-sonnet`) These are generally recommended for best performance with Roo Code.
18
18
***OpenAI models:** (e.g., `openai/o3-mini-high`)
19
-
***Other providers and open-source models**
19
+
***Other providers and open-source models**
20
20
21
21
Refer to the [Glama documentation](https://glama.ai/models) for the most up-to-date list of supported models and their IDs. Use the complete model ID in the form of `{provider}/{model-name}`.
22
22
23
23
## Configuration in Roo Code
24
24
25
-
1.**Open Roo Code Settings:** Click the gear icon (⚙️) in the Roo Code panel.
25
+
1.**Open Roo Code Settings:** Click the gear icon (<Codiconname="gear" />) in the Roo Code panel.
26
26
2.**Select Provider:** Choose "Glama" from the "API Provider" dropdown.
27
-
3.**Enter API Key:** Paste your Glama API key into the "API Key" field.
27
+
3.**Enter API Key:** Paste your Glama API key into the "Glama API Key" field.
28
28
4.**Select Model:** Choose your desired model from the "Model" dropdown.
29
29
30
30
## Tips and Notes
31
31
32
32
***Pricing:** Glama operates on a pay-per-use basis. Pricing varies depending on the model you choose.
33
33
***Prompt Caching:** Glama supports prompt caching, which can significantly reduce costs and improve performance for repeated prompts.
34
-
***Model Specific Information**: Some models, like Claude 3 models, may support additional features like prompt caching. This information will appear below the model selector when using the Glama provider.
0 commit comments