Configuration modes
You can configure Prism Vertex in one of two modes:Standard mode
Full Vertex AI access with project ID, location, and service account authentication. Supports all model providers.
Express mode
Simplified API key-only configuration. Limited to Google Gemini models only.
How configuration works
Prism Vertex automatically detects which mode to use based on the configuration options you provide:Check for project ID and location
If both
project_id and location are present, the provider uses Standard mode.Fall back to Express mode
If
project_id or location are omitted, the provider automatically switches to Express mode endpoints.Configuration location
Add your Vertex configuration to your Prism configuration file atconfig/prism.php:
Shared configuration
All Vertex AI model providers (Gemini, Anthropic, Meta, Mistral, etc.) read from the samevertex configuration block. You don’t need separate configurations for different model families.
If you need different settings for a specific provider (like a different region for Anthropic models), you can add a provider-specific override. See the Standard mode documentation for details.
Next steps
Standard mode setup
Configure with project ID, location, and service account credentials
Express mode setup
Configure with just an API key for quick setup
Authentication methods
Learn about service account and API key authentication