Portkey AI Gateway gateway details

An enterprise-oriented AI Gateway focused on a unified interface, routing, fallback, observability, and logging; ideal for teams needing to govern multi-model calls.

Small amounts
Trial first

Overview

An enterprise-oriented AI Gateway focused on a unified interface, routing, fallback, observability, and logging; ideal for teams needing to govern multi-model calls.

Best for: For enterprise dev teams needing multi-provider governance, auditing, fallback, and cost attribution.

Availability and latency

Current status
Reachable
Latency reference
860 ms
/models check
Provider routing
Last verified
2026-07-01
Status notes
Leans toward enterprise governance, logging, and routing; good for managing multiple providers.

Supported models

OpenAIClaudeGeminiDeepSeekGrokQwenEmbedding

Pricing and multipliers

Pricing mode
Mainly SaaS plans and enterprise billing; model cost usually comes from the underlying providers you connect.
Price tags
High stability, Plan-based
Free quota
Refer to the official plans page.

Payment methods

Credit cardStripe

How to call the API

Usually you create an API key in the platform console, then replace the SDK's baseURL, model name, and auth details per the docs. Test streaming, function calling, error codes, and rate limits before launch.

import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.AI_GATEWAY_API_KEY,
  baseURL: "see the platform docs"
});

const response = await client.chat.completions.create({
  model: "gpt-4.1-mini",
  messages: [{ role: "user", content: "Test one call through an AI gateway." }]
});

Pros

  • Supported models: OpenAI, Claude, Gemini, DeepSeek, Grok, Qwen, Embedding.
  • Capabilities: OpenAI-compatible, Streaming, Function calling, Embeddings, Log query.
  • Documentation completeness: High; editorial stability score 4.4 / 5.

Cons

  • Not a plain low-cost relay; understand the relationship between gateway fees and underlying model fees.
  • Third-party relay pricing, models, and availability can change, so re-check them periodically.

Alternatives

OpenRouter

Details
Aggregator

A multi-model routing platform for developers; switch models by changing the base_url with the OpenAI SDK, ideal for teams comparing the quality and price of many models at once.

Models
OpenAI, Claude, Gemini, DeepSeek, Grok, Qwen and more
Payment
Credit card, Stripe, Free trial
Price
Billed per model and provider; some models offer free routing or free quota.

Vercel AI Gateway

Details
Cloud vendorHigh stability

Vercel's official AI Gateway, emphasizing unified model calls, failover, caching, and observability; ideal for apps already deployed on Vercel.

Models
OpenAI, Claude, Gemini, DeepSeek, Grok, Qwen and more
Payment
Credit card, Free trial
Price
Settled via your Vercel account and model usage; the docs stress the gateway itself adds no markup.

302.AI

Details
Aggregator

A tool and API aggregation platform covering text, image, video, and audio AI capabilities; ideal for individuals and small teams wanting one-stop access to many models.

Models
OpenAI, Claude, Gemini, DeepSeek, Grok, Qwen and more
Payment
Credit card, Free trial
Price
Billed per tool or model usage; the site lists separate prices per model.

OhMyGPT

Details
AggregatorPrepaidLow cost

A common API relay service among Chinese users; the site highlights aggregation of OpenAI, Claude, and Gemini plus multiple top-up methods.

Models
OpenAI, Claude, Gemini, DeepSeek, Grok, Qwen and more
Payment
Alipay, WeChat, USDT, PayPal, Stripe, Free trial
Price
Pay-as-you-go after top-up; the site lists per-model token prices.

FAQ

Is Portkey AI Gateway compatible with the OpenAI API?
This entry is marked as supporting the OpenAI-compatible format, but the exact base_url, model names, and parameters still follow the official docs.
Is Portkey AI Gateway ready for production?
Run a small-traffic load test, rate-limit test, and error-code test first, and confirm the billing rules; keep a backup provider for important workloads.

Risk

Risk notice

This site only organizes information about AI API relay services; it makes no guarantee about third-party platforms' stability, price, data security, or availability. Judge the risk yourself before use, and avoid uploading sensitive data, personal privacy, trade secrets, or core API keys to unknown platforms.