Using Glama With Roo Code
Glama provides access to a variety of language models through a unified API, including models from Anthropic, OpenAI, and others. It offers features like prompt caching and cost tracking.
Website: https://glama.ai/
Getting an API Key
- Sign Up/Sign In: Go to the Glama sign-up page. Sign up using your Google account or name/email/password.
- Get API Key: After signing up, navigate to the API Keys page to get an API key.
- Copy the Key: Copy the displayed API key.
Supported Models
Roo Code will automatically try to fetch a list of available models from the Glama API. Some models that are commonly available through Glama include:
- Anthropic Claude models: (e.g.,
anthropic/claude-3-5-sonnet
) These are generally recommended for best performance with Roo Code. - OpenAI models: (e.g.,
openai/o3-mini-high
) - Other providers and open-source models
Refer to the Glama documentation for the most up-to-date list of supported models.
Configuration in Roo Code
- Open Roo Code Settings: Click the gear icon () in the Roo Code panel.
- Select Provider: Choose "Glama" from the "API Provider" dropdown.
- Enter API Key: Paste your Glama API key into the "Glama API Key" field.
- Select Model: Choose your desired model from the "Model" dropdown.
Tips and Notes
- Pricing: Glama operates on a pay-per-use basis. Pricing varies depending on the model you choose.
- Prompt Caching: Glama supports prompt caching, which can significantly reduce costs and improve performance for repeated prompts.