Getting Started
Welcome to the Vertex Proxy API documentation. This API provides a proxy layer for Google Vertex AI services.
Base URL
https://api.vertex-proxy.example.com
Authentication
All API requests require an API key:
Authorization: Bearer YOUR_API_KEY
Endpoints
POST/v1/chat/completions
Generate chat completions using Vertex AI models.
GET/v1/models
List available models.
POST/v1/embeddings
Generate embeddings for input text.