Add provider credentials and provider-specific settings for standalone Otari Gateway deployments.
Each provider entry in the config file supports:
Field | Description |
| Provider API key |
| Custom API base URL (optional) |
| Extra client options: |
Vertex AI
Vertex AI requires additional fields instead of a simple API key:
providers:
vertexai:
credentials: "/app/service_account.json"
project: "my-gcp-project"
location: "us-central1"
The credentials field points to a Google Cloud service account JSON file.
Source: mozilla-ai/otari/docs/configuration.md
