Access the latest open models for applications that handle patient data, without negotiating separate provider agreements. Sign your BAA, swap your endpoint and API key, and start building today.
// npm install openai
import OpenAI from 'openai';
const client = new OpenAI({
baseURL: 'https://llm.medsender.com/v1',
apiKey: process.env.MEDSENDER_LLM_API_KEY,
});
const completion = await client.chat.completions.create({
model: 'fast',
messages: [
{ role: 'system', content: 'You are a clinical intake assistant. Answer in one sentence.' },
{ role: 'user', content: 'Why would a primary care office send a referral to a cardiologist?' },
],
max_tokens: 256,
});
console.log(completion.choices[0].message.content);# pip install openai
import os
from openai import OpenAI
client = OpenAI(
base_url="https://llm.medsender.com/v1",
api_key=os.environ["MEDSENDER_LLM_API_KEY"],
)
completion = client.chat.completions.create(
model="fast", messages=[{"role":"user", "content":"Hello"}],
max_tokens=256,
)1,000+ independent practices trust Medsender










Trusted by practices from 1 location to 250+
Before you can launch features that use patient data, your team has provider requirements to work through. Provider approvals and security reviews can add days or weeks before launch.
Work through provider terms, including contract negotiation where required.
Work through the provider’s signing process before sending patient data.
Get answers on processing locations, prompt retention, and training policies.
Confirm which endpoints and request settings fall under the agreement.
Your patient-data features can’t go live until these requirements are resolved.
Medsender handles the provider agreements and simplifies BAA coverage, so your team can focus on building.
Use the official OpenAI SDKs for Python or Node with one API call.
Build features that handle patient data without negotiating a separate BAA with each model provider.
Access the latest open-source models as they’re released, at competitive prices.
Pay published model rates plus a 5% service fee. Prepay with credits that draw down as you use them.
Get Developer Console access, accept the agreement, sign your BAA, and create your API key.
Sign up with your work email and select LLM inference.
Review and accept the agreement through the self-serve console.
Review and sign your BAA online.
Create a key in the console, add credits, and make your first request.
Get access to the latest open models for your healthcare application. No minimum spend, and no charge for your BAA.
Get Developer Console access