Models / Chat

InfraPriv Default

infrapriv/default
Cold
This model isn't serving live requests right now, so a call to it returns a 503. Requests submitted through the Batch API are queued and run as soon as it's back; status shows what's up.
Input
$0.50 / 1M
Output
$1.50 / 1M

Use it

Works with any OpenAI SDK: set the base URL, pass infrapriv/default as the model. Full reference in the docs.

curl https://infrapriv.com/api/v1/chat/completions \
  -H "Authorization: Bearer ip_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "infrapriv/default",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

About this model

Open weights, served from GPUs we operate when the model is live. Prompts and completions are not stored or read; billing is by token counts alone. Availability is on the status page. Weights, license, and benchmarks are on the Hugging Face model card.

Create an account to get an API key.