# Types & Limits

- [List TTS Models](https://docs.twintune.ai/twintune/types-and-limits/list-tts-models.md)
- [Inference Job](https://docs.twintune.ai/twintune/types-and-limits/inference-job.md): Represents an inference job that has been created through the API.
- [VC Model](https://docs.twintune.ai/twintune/types-and-limits/vc-model.md): Represents the models created by Twintune for the use of the API
- [Paginated Response](https://docs.twintune.ai/twintune/types-and-limits/paginated-response.md): All list endpoints will return a paginated response of this form.
- [Pagination Meta](https://docs.twintune.ai/twintune/types-and-limits/pagination-meta.md): Meta properties on each paginated request.
- [Rate Limits](https://docs.twintune.ai/twintune/types-and-limits/rate-limits.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.twintune.ai/twintune/types-and-limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
