> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pinaivu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Pinaivu's OpenAI-compatible API

The gateway exposes an OpenAI-compatible surface at
`https://api.pinaivu.com/v1`.

<CardGroup cols={2}>
  <Card title="Chat Completions" icon="message" href="/api-reference/introduction">
    `POST /v1/chat/completions`
  </Card>

  <Card title="Usage" icon="chart-line" href="/api-reference/introduction">
    `GET /v1/usage`
  </Card>
</CardGroup>

<Note>
  Full per-endpoint reference pages go here as the API surface is
  documented. This is placeholder structure for the Mintlify import.
</Note>
