> 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 %}
