Guides
LLM Providers
Set up Claude, OpenAI, Gemini, or local models
Supported Providers
Claude (Anthropic)
config.jsonjson
{
"provider": "claude",
"apiKey": "sk-ant-..."
}OpenAI
config.jsonjson
{
"provider": "openai",
"apiKey": "sk-..."
}Google Gemini
config.jsonjson
{
"provider": "gemini",
"apiKey": "AI..."
}Ollama (Local)
config.jsonjson
{
"provider": "ollama",
"baseUrl": "http://localhost:11434"
}No provider needed
Glance works without any LLM provider for basic screen reading and pointing. Providers unlock advanced reasoning and action capabilities.