Skip to main content
POST
/
v1
/
chat
/
completions
Create Chat Completion
curl --request POST \
  --url https://api.auriko.ai/v1/chat/completions \
  --header 'Authorization: Bearer <token>'
Creates a model response for the given chat conversation. Auriko routes the request to the optimal provider based on your routing preferences (cost, speed, throughput, etc.).

Auriko Extensions

Beyond OpenAI compatibility, this endpoint supports:
  • Multi-model routing: Use models[] instead of model to route across multiple models
  • Routing options: Control provider selection with the routing object
  • Provider extensions: Pass provider-specific parameters with extensions
  • Cost transparency: Response includes routing_metadata with cost breakdown
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.