Onboarding design partners now

State-of-the-art open source models. Covered by BAA.

Get HIPAA-compliant inference for the latest frontier open-source models - at a fraction of the cost of OpenAI/Anthropic etc.

https://api.openmedrouter.com/inference/v1
from openai import OpenAI
client = OpenAI(
api_key=os.environ.get("OPENMEDROUTER_API_KEY"),
base_url="https://api.openmedrouter.com/inference/v1"
)
stream = client.chat.completions.create(
model="glm-5.2",
messages=[{"role": "user", "content": "..."}]
)
Cheaper than closed-source on Azure/Bedrock
~10xCheaper than closed-source on Azure/Bedrock
Open source models available now
8+Open source models available now
Unified API - OpenRouter-style routing
1Unified API - OpenRouter-style routing
For enterprise-grade HIPAA-compliance
BAAFor enterprise-grade HIPAA-compliance

Model catalog

The latest open source models - not on Azure or Bedrock

One API, every model. Swap models with a single parameter, the same way you would with OpenRouter. Run the latest open source models behind HIPAA-compliant infrastructure.

  • Z.ai logo

    GLM 5.2

    $1.4/M Input $4.4/M Output 1048576 Context

  • Moonshot logo

    Kimi K2.7 Code

    $0.95/M Input $4/M Output 262144 Context

  • Qwen logo

    Qwen3.7 Plus

    $0.4/M Input $1.6/M Output 262144 Context

  • MiniMax logo

    Minimax M3

    $0.3/M Input $1.2/M Output 512000 Context

  • DeepSeek logo

    DeepSeek-V4-Pro

    $1.74/M Input $3.48/M Output 1048576 Context

  • Moonshot logo

    Kimi K2.6

    $0.95/M Input $4/M Output 262144 Context

  • MiniMax logo

    MiniMax M2.7

    $0.3/M Input $1.2/M Output 196608 Context

  • DeepSeek logo

    DeepSeek-V4-Flash

    $0.14/M Input $0.28/M Output 1048576 Context

Cost comparison

Closed-source on Azure & Bedrock costs up to ~10x more

Open source models are served on optimized inference infrastructure, and the savings are passed through to you.

Closed-source on Azure OpenAI / Bedrock

Indicative cost baseline

~10x baseline~$30/ 1M tokens
  • Ecosystem built to push expensive, proprietary models
  • Limited open-source model catalog (no access to GLM 5.2, DeepSeek V4, etc.)
  • Rigid vendor lock-in to their specific cloud infrastructure
OpenMed Router

Open source models, unified API

Pass-through optimized inference pricing

~1x baseline~$3/ 1M tokens
  • Frontier-level intelligence at a fraction of proprietary model costs
  • Unlock access to the world's best open-source models
  • Flexible routing commitment spent dynamically across any model or provider

How it works

From waitlist to production in three steps

A single integration gets you from prototype to HIPAA-compliant production inference - with the model flexibility healthcare teams need.

01

One unified API

OpenRouter-style routing across the full open source catalog. Change models with a single parameter - no re-architecting when something better ships.

02

HIPAA-compliant by default

AES-256 encryption in transit and at rest. Isolated inference, access controls, and audit logging. Enterprise-grade AI governance.

03

Deploy & scale

Fast deployment across your organisation with the OpenAI SDK. Scale effortlessly with the one API for any model. Keep up to date with the latest models - no vendor lock-in.

Python

import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ.get("OPENMEDROUTER_API_KEY"),
base_url="https://api.openmedrouter.com/inference/v1"
)
stream = client.chat.completions.create(
model="glm-5.2",
messages=[{"role": "user", "content": "Write a discharge summary for this patient"}],
stream=True
)
for chunk in stream:
if chunk.choices[0].delta.content:
print(chunk.choices[0].delta.content, end="")

Compliance & trust

Built for healthcare

Enterprise HIPAA Compliance

Sign a comprehensive BAA with confidence. Protect patient data (PHI) via zero-retention isolated inference, end-to-end AES-256 encryption (in transit and at rest), and strict least-privilege access controls.

Continuous Audit & AI Governance

Maintain full visibility with real-time access logs and cryptographic inference audit trails. Configure custom retention windows to cleanly support your institutional security reviews and compliance postures.

FAQ

HIPAA, BAAs, and open source models - answered

Join the waitlist

Be first in line for HIPAA-compliant open source inference

We are currently onboarding design partners, with general availability is coming soon! Join the waitlist to be prioritized - we'll reach out with a qualification call and early access.

Step 1 of 2

We'll never share your details.

By joining the waitlist you agree to be contacted by OpenMed Router about the design partner program.