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 CHANGEbase_url="https://model.inferx.net/v1"
    • OpenAI compatible
    • Change only base_url
    • Production-ready endpoints
    • Pay per usage
    • Hundreds of hosted models

    COMPATIBILITY

    Works with the tools you already use.

    InferX is OpenAI-compatible. Switch by changing your base_url.

    AI Coding Agents

    OpenCodePi CodeOpenClawHermesContinue

    Frameworks & SDKs

    OpenAILangChainLiteLLMLlamaIndexVercel AI SDKOpen WebUI

    Compatibility references only. No partnership or endorsement is implied.