Download the OpenAPI 3.0 specification for the Requesty Inference API. Use it with your favorite API client, code generator, or testing tool.Documentation Index
Fetch the complete documentation index at: https://docs.requesty.ai/llms.txt
Use this file to discover all available pages before exploring further.
Inference API Spec
OpenAPI spec for inference endpoints (chat, embeddings, images, audio, models).
What’s included
The Inference API spec covers all endpoints onrouter.requesty.ai:
| Endpoint | Method | Description |
|---|---|---|
/v1/chat/completions | POST | Create chat completion |
/v1/messages | POST | Create message (Anthropic format) |
/v1/responses | POST | Create response (Responses API) |
/v1/embeddings | POST | Create embedding |
/v1/audio/speech | POST | Create speech (TTS) |
/v1/audio/transcriptions | POST | Create transcription (STT) |
/v1/images/generations | POST | Create image |
/v1/images/edits | POST | Edit image |
/v1/models | GET | List models |
Usage examples
Import the spec into popular tools:- Postman: Import > Link > paste the spec URL
- Insomnia: Application > Import > From URL
- OpenAPI Generator:
openapi-generator-cli generate -i <spec-url> -g <language> - Swagger UI: Paste the spec URL into the explore bar