{
"id": "google",
"label": "Google",
"icon": "🔵",
"docs_path": "/providers/models",
"hook_aliases": [],
"env_vars": ["GOOGLE_API_KEY"],
"default_model": "google/gemini-2.5",
"models": [
"google/gemini-2.5-pro",
"google/gemini-2.5-flash"
],
"catalog_url": null,
"auth": [
{
"id": "api-key",
"label": "Google API key",
"hint": "Google AI / Gemini API key",
"kind": "api_key"
}
]
}