# What is Iris Takeoff? 🦅

{% hint style="danger" %}
These docs are outdated! Please check out <https://docs.titanml.co/docs/category/titan-takeoff> for the latest information on the Titan Takeoff server.\
\
If there's anything that's not covered there, please contact us on our [discord](https://discord.com/invite/83RmHTjZgf).
{% endhint %}

Iris Takeoff is an inference server designed for the super fast inference and deployment of large language models (LLMs) built by [TitanML](https://www.titanml.co/).&#x20;

Iris Takeoff is designed to be as easy as possible to start experimenting with and deploying generative text models with accelerated inference on both CPU and NVIDIA GPUs.&#x20;

You can check out the kinds of results you can achieve with the Takeoff server!!

{% embed url="<https://www.youtube.com/watch?v=LvrEO_lNjcA>" %}


---

# 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://titanml.gitbook.io/iris-takeoff-documentation/what-is-iris-takeoff.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.
