AI API FOR DEVELOPERS

One OpenAI-compatible API for GPT and Claude models.

WorldGate is built for server-side developers who want a simple model abstraction without losing visibility into price and usage.

Create an account
01

Change the base URL

Use a familiar OpenAI client and select a WorldGate model identifier. Streaming chat completions and standard message payloads are supported.

02

Keep credentials server-side

Create separate keys for services and revoke a compromised key without replacing every integration.

03

Observe token cost

The dashboard records input, output, cached, and total tokens with request status and latency.

QUICK START

One compatible endpoint.

Keep the key server-side and select a listed WorldGate model.

baseURL: "https://worldgateapi.com/v1"
apiKey: process.env.WORLDGATE_API_KEY
model: "gpt-5.5"

COMMON QUESTIONS

What developers ask

Does WorldGate support streaming?

Yes, the chat completions flow supports streamed responses.

Can I list models?

Yes, use the compatible models endpoint or dashboard catalogue.

Where should keys live?

Only in a trusted server environment, never public browser code.

Lower model cost. Clearer usage.

Start with one WorldGate API key.

Start building