Provider: Google Vertex AI
Provider: Google Vertex AI
Use Respan Gateway to call Google Vertex AI models (gemini-3.5-flash, gemini-3-pro, Anthropic Claude on Vertex, and the rest) while keeping unified observability (logs, cost, latency, reliability) in Respan.
Quick setup
Add credits (recommended)
Top up credits to pay through Respan. No Google Cloud project required, Respan handles provider auth and billing.
Prefer to route through your own Google Cloud project? See Use your own Google Vertex AI key.
Send your first request
Pick the integration that matches your stack. The base URL is https://api.respan.ai/api and the only key needed is your RESPAN_API_KEY.
Vercel AI SDK
Respan API
Use @ai-sdk/openai and point createOpenAI at the Respan gateway. Pass any Vertex model with the vertex_ai/ prefix.
More integrations
Vertex AI models work with every Respan gateway integration:
Switch models
Change the model parameter to call any supported model through the same client. Use the vertex_ai/ prefix to disambiguate when routing across providers. Browse the full list on the Models page.
Use your own Google Vertex AI key (BYOK)
Credits are the default path. If you’d rather bill Google Cloud directly, attach your own service-account credentials.
Global (UI)
Per-request (Code)
Google credentials can be tricky. Follow this walkthrough if you need help finding the required fields:
Override credentials per model (Optional)
Use credential_override when one model on a request should use a different Vertex project than the default.
Log without proxying (Optional)
Already calling Vertex AI directly? Send logs to Respan asynchronously to track cost, latency, and performance for those external calls.
See the logging guide for the full setup.