Get an API key from Google AI Studio
Configuration
- YAML
- JSON (Deprecated)
config.yaml
Check out a more advanced configuration here
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gobi CLI v1.4.49 is live š Learn how you can leverage the CLI with our MCP Cookbooks
models:
- name: <MODEL_NAME>
provider: gemini
model: <MODEL_ID>
apiKey: <YOUR_GEMINI_API_KEY>
{
"models": [
{
"title": "<MODEL_NAME>",
"provider": "gemini",
"model": "<MODEL_ID>",
"apiKey": "<YOUR_GEMINI_API_KEY>"
}
]
}