Choose a model
Compare supported models, providers, context windows, and input/output pricing in one catalog.
Browse model catalogBuild text, vision, image, audio, and video features through one OneInfer API key. Compare models and pricing, test requests, monitor usage, and scale into managed endpoints from one platform.
OneInfer removes the provider-by-provider setup loop so your team can evaluate models and begin integrating from one place.
Compare supported models, providers, context windows, and input/output pricing in one catalog.
Browse model catalogCreate and manage your OneInfer key from the console. The same credential works across the unified API surface.
Create API keyUse a familiar OpenAI-compatible request shape, select a model ID, and start building without provider-specific setup.
Open playgroundUse an OpenAI-compatible chat request for supported language models. Your OneInfer key handles access while the model ID selects the workload you want to run.
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "your-model-id",
"messages": [
{ "role": "user", "content": "Explain this request" }
]
}'The API sits inside the wider OneInfer control plane, connecting model discovery, access, execution, observability, billing, and the path to dedicated infrastructure.
Use a consistent OneInfer surface for language, vision, image, audio, and video workloads.
Move between frontier, open, and specialist models without rebuilding authentication and billing for every provider.
See model input and output rates before integration, then monitor credit usage from the console.
Track requests, usage, model behavior, and spend from the same control plane used to manage access.
Use OneInfer routing to balance model fit, provider availability, latency, and cost for supported workloads.
Move demanding workloads to intelligent endpoints or dedicated deployments without leaving the platform.
Explore models and ship your first integration using shared, usage-based access.
Explore modelsControl routing and combine endpoints when traffic, reliability, or model selection becomes more complex.
Open consoleProvision dedicated model capacity when your workload needs isolated resources and predictable control.
View deploymentsStart in the catalog, test your request in the playground, and use the same OneInfer account as your application grows.