Make your first request
Send a compatible request and read the normalized response, usage, and charge.
View quickstartOne accountable API surface for model access, routing, failover, usage, and billing.
Send a compatible request and read the normalized response, usage, and charge.
View quickstartUse only models published for your project and inspect capability evidence before dispatch.
The live catalogue is unavailable; model choices are server-defined.
Browse modelsKeep auth, retries, timeouts, aborts, and streaming iteration typed.
A stateless chat completion request. Start with the tested cURL shape, then move to the SDK.
curl "$INFERENCEPASS_API_BASE/v1/chat/completions" \
-H "Authorization: Bearer $INFERENCEPASS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.6-sol","messages":[{"role":"user","content":"Explain what InferencePass is in one sentence."}],"stream":false,"max_completion_tokens":128,"temperature":0.7}'