Hubridge
Unified AI Model API Gateway

One Key, Many Models

OpenAI-compatible APIs · Pay-as-you-go · Full console for usage and billing

Why Hubridge

From model selection to API calls and usage monitoring — all in one place

Get started in 3 steps

Make your first API call within minutes after signing up

  1. 1

    Create an API key

    Create a token in the console and copy the full secret (e.g. sk-xxx).

  2. 2

    Pick a model

    Choose a model from the plaza and note its name and pricing.

  3. 3

    Send your first request

    Point your client at the Gateway URL with your API key for an OpenAI-style response.

curl
curl -X POST "$YOUR_GATEWAY/v1/chat/completions" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d {
    "model": "gpt-4o",
    "messages": [{"role": "user", "content": "Hello!"}]
  }

See docs and the model plaza for Gateway URL and supported model names.

Popular models

High-demand models available on the platform, billed per token

View all models

Developer docs

From quick start to full API reference