ENDPOINTS
Production inference through one familiar API.
Run production AI models instantly through OpenAI-compatible endpoints with pay-per-usage pricing.
from openai import OpenAI
client = OpenAI(
base_url="https://model.inferx.net/v1",
api_key=INFERX_API_KEY,
)
stream = client.chat.completions.create(
model="deepseek-v4-flash",
messages=[{"role": "user", "content": "Hello"}],
stream=True,
)OpenAI-compatible requestRun in Playground
WHY DEVELOPERS SWITCH IN MINUTES
Change one line. Keep the interface you know.
The OpenAI client, request shape, streaming behavior, and application architecture stay familiar.THE MEANINGFUL CHANGE
base_url="https://model.inferx.net/v1"- OpenAI compatible
- Change only base_url
- Production-ready endpoints
- Pay per usage
- Hundreds of hosted models
MODEL MARKETPLACE
Popular endpoints, ready now.
COMPATIBILITY
Works with the tools you already use.
InferX is OpenAI-compatible. Switch by changing yourbase_url.AI Coding Agents
OpenCodePi CodeOpenClawHermesContinue
Frameworks & SDKs
OpenAILangChainLiteLLMLlamaIndexVercel AI SDKOpen WebUI
Compatibility references only. No partnership or endorsement is implied.
ENDPOINT PRICING
Compare representative production models.
USD per 1M tokens. Maintained in the shared InferX model catalog.
ModelInputOutputCached input
MimoMimo v2.5Xiaomi
$0.09$0.19$0.015Use endpoint 



