aiduct
Unified AI API Provider
One OpenAI-compatible API for every model you ship.
Chat models from OpenAI, Anthropic, DeepSeek. Image, video, audio from fal, BFL, Stability, Luma, Kling, and more. Route, meter, and monitor — all from one dashboard.
One API, every model
Chat (GPT, Claude, DeepSeek), image (Flux, Recraft), video, audio — routed through a single OpenAI-compatible endpoint.
Zero-SDK-change
Point the official OpenAI SDK at our gateway. No client rewrites, no learning curve. Stream/non-stream/tools all supported.
Usage you can trust
Per-key authentication, latency and token counters logged on every call, dashboards out of the box.
Quick startPOST /v1/chat/completions
curl https://api.aiduct.ai/v1/chat/completions \
-H "Authorization: Bearer sk-..." \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-sonnet-4-5",
"messages": [{"role":"user","content":"Hello!"}]
}'