Docs
Documentation
Low-friction setup guides, public API reference, and tool-specific instructions for DirtCheapAI.
Quick reference
Core public endpoints you will use most often.
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| POST | /api/v1/chat/completions | Bearer API key | OpenAI-compatible chat completions with streaming support |
| POST | /api/v1/messages | Bearer API key | Anthropic-compatible messages with streaming support |
| GET | /api/v1/models | Public | Get the current public model catalog |