synthetic

    Pricing

    Synthetic can use either subscription or usage-based pricing. Choose the plan that works best for you.

    Subscription Packs

    1
    (1 pack)
    Price
    $1/day
    $30/mo
    Rate Limit
    500
    requests/5hr
    vs Claude
    3×
    higher limits
    Run any agent for $1/day.
    ✓Works with any agent framework
    ✓3x higher rate limits than Claude's $20/month plan
    ✓1 concurrent request per model (buy more packs to increase)
    ✓UI and API access

    Usage-based

    Agents for enterprise.
    ✓Works with any agent framework
    ✓UI and API access
    ✓All models are pay-per-token

    Run any agent for $1/day.

    ✓Works with any agent framework
    ✓3x higher rate limits than Claude's $20/month plan
    ✓1 concurrent request per model (buy more packs to increase)
    ✓UI and API access

    Agents for enterprise.

    ✓Works with any agent framework
    ✓UI and API access
    ✓All models are pay-per-token
    Sign upLog in
    All-inclusive pricing

    With your subscription, all always-on models are included for one flat monthly price. No per-token billing: just simple, predictable pricing.

    Switch to "Usage-based" to see token-based pricing for when you don't need a subscription.

    Standard models

    ModelContext lengthStatus
    MiniMaxAI/MiniMax-M2.5 187k tokens✓ Included
    moonshotai/Kimi-K2.6 256k tokens✓ Included
    nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 256k tokens✓ Included
    openai/gpt-oss-120b 128k tokens✓ Included
    Qwen/Qwen3-Coder-480B-A35B-Instruct 256k tokens✓ Included
    Qwen/Qwen3.5-397B-A17B 256k tokens✓ Included
    Qwen/Qwen3.6-27B (Beta!)256k tokens✓ Included
    zai-org/GLM-4.7 198k tokens✓ Included
    zai-org/GLM-4.7-Flash 192k tokens✓ Included
    zai-org/GLM-5.1 192k tokens✓ Included

    Embedding models

    What are embeddings?

    Embedding models convert text to special numerical coordinates, placing more-similar text closer to each other and less-similar text more distant: these coordinates are referred to as "embeddings". Embedding models are often used by AI-enabled tools for tasks like codebase indexing or search.

    The following embedding models are included in your subscription. There's no additional charge for using embeddings, and embeddings requests don't count against your subscription rate limit.

    ModelContext lengthStatus
    nomic-ai/nomic-embed-text-v1.5 8k tokens✓ Included
    Since embedding models aren't full LLMs and can't be used for chat — only for creating embedding coordinates — these models are only accessible via the API.

    Roo & KiloCode setup

    In the Codebase Indexing setup, select the "OpenAI Compatible" embedding provider and paste in your API key. Set "Model Dimension" to the embedding model's default dimension: in the case of nomic-ai/nomic-embed-text-v1.5, use 768.

    Make sure to copy the model string with an "hf:" prefix (short for "Hugging Face", the open-source code repository where these models are stored); for example, hf:nomic-ai/nomic-embed-text-v1.5

    Your configuration should look roughly like so:

    Screenshot
    Instructions for integrating with KiloCode and Roo Code
    Sign upLog in