OpenAI-compatible · GPT-5.5 / GPT-5.5-compatible · Private beta

Low-latency AI API, routed for reliability.

UrielAPI provides a clean OpenAI-compatible /v1/chat/completions endpoint with multi-provider routing, streaming support, prepaid credit control, and detailed usage analytics.

Base URLhttps://api.urielapi.com/v1
Models11 text models
StreamingSupported
Billingprepaid pay-as-you-go

Fast routing

Requests are routed to currently healthy providers using TTFT-first scoring and failover before stream commitment.

Prepaid control

Customers use prepaid credit. Usage is tracked by input, output, short context, long context, and cached input when available.

Simple integration

Use your API key with OpenAI-compatible clients, curl, Open WebUI-style setups, custom applications, or the UrielAPI web chat.

OpenAI-compatible AI API for developers

UrielAPI is built for developers looking for a low-latency GPT-5.5 API, a GPT-5.5-compatible API, or an OpenAI-compatible LLM API gateway with streaming chat completions, prepaid billing, provider failover, and transparent customer usage analytics.

Pricing

UrielAPI uses prepaid credit. Customers add credit first, then usage is deducted by actual input and output token usage. There is no subscription lock-in and no automatic renewal. Unused prepaid credit can be refunded on request, subject to abuse review, payment processor fees, and already-completed usage.

Trial Pack

$2 credit

Private beta trial access for developers who want to test latency, streaming reliability, and compatibility before buying more credit.

No subscription. Contact @UrielAPI to activate.

Starter Credit

$10+

Prepaid API credit for OpenAI-compatible clients, web apps, automations, Open WebUI-style setups, and prototypes.

Credit is deducted by model-specific token pricing.

Pay as you go

per token

Each model has its own input and output token price. You only pay for completed usage recorded by the router.

Usage is visible in the customer dashboard.

Commercial access

custom

Larger usage, business accounts, and invoice-based billing can be arranged manually.

Contact @UrielAPI.

Supported text models

Model Input price Output price Context Max output
GPT-5.5
gpt-5.5
$3.50 / 1M$25.00 / 1M256,00016,384
GPT-5.4
gpt-5.4
$1.75 / 1M$12.00 / 1M1,000,00016,384
GPT-5.4 Mini
gpt-5.4-mini
$0.50 / 1M$3.50 / 1M256,00016,384
Claude Sonnet 4.5
claude-sonnet-4-5
$2.00 / 1M$12.00 / 1M256,00016,384
Claude Haiku 4.5
claude-haiku-4-5
$0.60 / 1M$4.00 / 1M256,00016,384
Claude Opus 4.7
claude-opus-4-7
$4.00 / 1M$22.00 / 1M256,00016,384
Claude Haiku 4.5
claude-haiku-4-5-20251001
$0.60 / 1M$4.00 / 1M256,00016,384
Claude Sonnet 4.6
claude-sonnet-4-6
$2.00 / 1M$12.00 / 1M256,00016,384
Claude Opus 4.6
claude-opus-4-6
$4.00 / 1M$22.00 / 1M256,00016,384
Claude Opus 4.8
claude-opus-4-8
$4.00 / 1M$22.00 / 1M256,00016,384
Grok 4.20 Fast
grok-4.20-fast
$0.50 / 1M$1.50 / 1M256,00016,384

UrielAPI provides commercially licensed model access through authorized provider relationships. Model availability, routing, context length, and pricing may vary by endpoint and provider configuration.

Contact @UrielAPI Customer dashboard

Quick curl test

curl https://api.urielapi.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.5","messages":[{"role":"user","content":"Say hello"}],"stream":true}'