DOCUMENTATION

Build with Clarity.
Integrate with Control.

This developer surface is ready for verified model endpoints and schemas once the first OUTAI release is cleared.

Overview

OUTAI will expose versioned model identifiers and structured capability metadata. Production endpoints should never silently switch model weights.

API preview

POST /v1/responses
Authorization: Bearer $OUTAI_API_KEY
Content-Type: application/json

{
  "model": "outai-reason-preview",
  "input": "Analyse the supplied evidence.",
  "response_format": { "type": "json_object" }
}

Playground

The public playground remains disabled until a cleared model endpoint is available.

No fake demo is connected. The button can be enabled after the API and abuse controls are operational.

Authentication

Use server-side API keys. Never expose production credentials in browser code.

Response contract

{
  "id": "resp_...",
  "model": "outai-reason-preview",
  "output": [],
  "evidence": [],
  "uncertainty": null,
  "usage": {}
}

Limits

Rate limits, supported context and pricing will be published per model release rather than guessed in advance.