Language

    Hippo Token

    Developer-friendly platform with the latest open-source models — built for development and production, with maximum privacy and no vendor lock-in.

    30 seconds to set up · No credit card needed

    How do you get started?

    Change one line. That's it.

    Point your existing OpenAI SDK to Hippo Token. No new dependencies, no rewriting — just a different base URL.

    quickstart.py
    from openai import OpenAI
    
    client = OpenAI(
        base_url="https://api.openhippo.io/v1",
        api_key="YOUR_API_KEY",
    )
    
    response = client.chat.completions.create(
        model="openai/gpt-oss-120b",
        messages=[{"role": "user", "content": "Hello!"}],
    )
    print(response.choices[0].message.content)

    Works with your stack?

    Compatible with thousands of apps.

    Your existing tools and workflows stay intact. No migration project, no retraining — we handle the technical compatibility.

    Automation
    n8n
    n8n
    Zapier
    Zapier
    Make
    Make
    ·
    AI Coding
    Claude Code
    Claude Code
    OpenCode
    OpenCode
    Cline
    Cline
    Continue
    Continue
    ·
    Chat & RAG
    Open WebUI
    Open WebUI
    LibreChat
    LibreChat
    AnythingLLM
    AnythingLLM
    ·
    LLM Workflows
    Flowise
    Flowise
    LangFlow
    LangFlow
    Dify
    Dify
    ·
    Local AI
    Jan
    Jan
    LM Studio
    LM Studio
    ·
    1000+ more

    What does it cost?

    Pay per token, no minimums

    No seats, no commitments. Scale from prototype to production without renegotiating.

    ModelInput / 1M tokensOutput / 1M tokens
    BAAI/bge-reranker-base0.02
    mistralai/Ministral-3-3B-Instruct-25120.03€0.10
    nvidia/Nemotron-3-Nano-Omni-30B-A3B0.05€0.20
    openai/gpt-oss-120b0.15€0.60
    Qwen/Qwen3-Embedding-0.6B0.02
    Qwen/Qwen3.6-27B0.32€3.20
    zai-org/GLM-OCR0.02€0.03
    LEW Green Data Center

    Where do our managed services actually run?

    The LEW Green Data Center — where our AI lives.

    Our infrastructure runs in the LEW Green Data Center, powered by 100% renewable energy from the river Lech. This isn't just a hosting choice — it's a statement. Powerful AI doesn't have to cost the planet.

    By operating our own hardware in a sovereign, GDPR-compliant facility, we guarantee that your data never leaves European soil. No US cloud dependencies, no compromises on privacy — just clean energy and full control.

    See what runs here

    Spin up a key in 30 seconds

    Move off whenever you want — same SDK, same models, your own infrastructure.