OpenAI-compatible free-model gateway

One API for free AI models.

Connect provider keys once, sync a live free-only catalog, and use auto or exact routes for chat, image, image analysis, and speech without exposing provider credentials.

529Free models
20Providers
3Modalities
4API routes
Setup flow

Connect once, then route every free model.

Add provider keys, sync the live catalog, choose an auto or exact route, and call OpenAI-style endpoints from your apps.

01Connect

Add provider API keys once.

02Discover

Browse the live free catalog.

03Route

Use auto or exact provider paths.

04Build

Call OpenAI-style endpoints.

Built for free-model routing

Provider sync, auto fallback, and server-side keys keep the catalog useful after setup.

Try auto route
Intelligent routing
One policy for every route

Health, modality, and availability choose the best fallback path.

Auto fallback

Requests move across configured providers when a route is unavailable.

Provider health

Live checks keep unhealthy providers out of the request path.

OpenProvider

free-route policy

SyncFallbackKeys
API endpoints

OpenAI-style routes for every supported workflow.

Keep your app integration simple while OpenProvider handles provider-specific routing behind the scenes.

Base URL/v1AuthOpenProvider keyRoutingauto or exact
OpenProvider gatewayPOST
ChatPOST/v1/chat/completionsText and tool-ready conversations.
ImagePOST/v1/images/generationsGenerate images through configured providers.
Image analysisPOST/v1/images/analyzeRoute visual understanding requests.
SpeechPOST/v1/audio/speechCreate speech from text prompts.
Provider credentials stay server-side while apps call OpenProvider keys.