> For the complete documentation index, see [llms.txt](https://titanml.gitbook.io/iris-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://titanml.gitbook.io/iris-documentation/overview/guide-to-titanml....md).

# Guide to TitanML...

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

{% tabs %}
{% tab title="Titan Takeoff 🛫" %}
[Titan Takeoff 🛫: Inference Server](/iris-documentation/titan-takeoff-inference-server.md)

**What does it do?**&#x20;

* [Super fast optimised inference, even on local hardware like CPUs](https://youtu.be/LvrEO_lNjcA)
* Quickly experiment with inferencing different LLMs
* [Create local versions of ChatGPT & The Playground](/iris-documentation/titan-takeoff-inference-server/chat-and-playground-ui.md)
* Create inference servers that are local and private (think HF Inference Servers but local)
* [All for Generative models](/iris-documentation/titan-takeoff-inference-server/supported-models.md)

**Supported models:** Most OS Generative model architectures
{% endtab %}

{% tab title="Titan Train 🎓" %}
[Titan Train 🎓: Finetuning Service](/iris-documentation/titan-train-finetuning-service.md)

**What does it do?**&#x20;

* Fine-tuning of language models
* Using QLoRA for super efficient training
* Super simple, only a few lines of code
* Don't worry about infrastructure - all hosted by TitanML

**Supported models:** Both generative and non-generative language models
{% endtab %}

{% tab title="Titan Optimise ✨" %}
[Titan Optimise ✨: Knowledge Distillation](/iris-documentation/titan-optimise-knowledge-distillation.md)

**What does it do?**&#x20;

* Compression of Natural Language Understanding tasks
* Helps when latency, memory, or cost is a severe bottleneck
* Uses the latest compression techniques like pruning & knowledge distillation for non-generative tasks

**Supported models:** [Non-generative models](/iris-documentation/titan-optimise-knowledge-distillation/supported-models-and-tasks.md)
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://titanml.gitbook.io/iris-documentation/overview/guide-to-titanml....md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
