Skip to content

Commit cd7f77d

Browse files
authored
Update glama.md
1 parent cb123bb commit cd7f77d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/providers/glama.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,18 @@ Roo Code will automatically try to fetch a list of available models from the Gla
1616

1717
* **Anthropic Claude models:** (e.g., `anthropic/claude-3-5-sonnet`) These are generally recommended for best performance with Roo Code.
1818
* **OpenAI models:** (e.g., `openai/o3-mini-high`)
19-
* **Other providers and open-source models**
19+
* **Other providers and open-source models**
2020

2121
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}`.
2222

2323
## Configuration in Roo Code
2424

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 (<Codicon name="gear" />) in the Roo Code panel.
2626
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.
2828
4. **Select Model:** Choose your desired model from the "Model" dropdown.
2929

3030
## Tips and Notes
3131

3232
* **Pricing:** Glama operates on a pay-per-use basis. Pricing varies depending on the model you choose.
3333
* **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

Comments
 (0)