mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-27 06:28:50 +00:00
23 lines
403 B
Markdown
23 lines
403 B
Markdown
---
|
|
orphan: true
|
|
---
|
|
|
|
# remote::gemini
|
|
|
|
## Description
|
|
|
|
Google Gemini inference provider for accessing Gemini models and Google's AI services.
|
|
|
|
## Configuration
|
|
|
|
| Field | Type | Required | Default | Description |
|
|
|-------|------|----------|---------|-------------|
|
|
| `api_key` | `str \| None` | No | | API key for Gemini models |
|
|
|
|
## Sample Configuration
|
|
|
|
```yaml
|
|
api_key: ${env.GEMINI_API_KEY}
|
|
|
|
```
|
|
|