packages/kilo-docs/pages/ai-providers/glama.md
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/
Kilo 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-3-5-sonnet) These are generally recommended for best performance with Kilo Code.openai/o3-mini-high)Refer to the Glama documentation for the most up-to-date list of supported models.
{% tabs %} {% tab label="VSCode (Legacy)" %}
{% /tab %} {% tab label="VSCode" %}
Open Settings (gear icon) and go to the Providers tab to add Glama and enter your API key.
The extension stores this in your kilo.json config file. You can also edit the config file directly — see the CLI tab for the file format.
{% /tab %} {% tab label="CLI" %}
{% callout type="warning" %} Glama is not yet available as a CLI provider. Check the Kilo Code releases for updates on provider support. {% /callout %}
{% /tab %} {% /tabs %}