llama-stack-mirror/llama_stack/providers/registry
Eran Cohen 1f421238b8 feat: Add Google Vertex AI inference provider support
- Add new Vertex AI remote inference provider with litellm integration
- Support for Gemini models through Google Cloud Vertex AI platform
- Uses Google Cloud Application Default Credentials (ADC) for authentication
- Added VertexAI models: gemini-2.5-flash, gemini-2.5-pro, gemini-2.0-flash.
- Updated provider registry to include vertexai provider
- Updated starter template to support Vertex AI configuration
- Added comprehensive documentation and sample configuration

Signed-off-by: Eran Cohen <eranco@redhat.com>
2025-07-24 09:49:23 +03:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
agents.py fix: only load mcp when enabled in tool_group (#2621) 2025-07-04 20:27:05 +05:30
datasetio.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
eval.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
files.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
inference.py feat: Add Google Vertex AI inference provider support 2025-07-24 09:49:23 +03:00
post_training.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
safety.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
scoring.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
telemetry.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
tool_runtime.py fix: only load mcp when enabled in tool_group (#2621) 2025-07-04 20:27:05 +05:30
vector_io.py docs: minor fix of the pgvector provider spec description (#2847) 2025-07-21 22:10:35 -07:00