# 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](https://titanml.gitbook.io/iris-documentation/titan-takeoff-inference-server "mention")

**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](https://titanml.gitbook.io/iris-documentation/titan-takeoff-inference-server/chat-and-playground-ui)
* Create inference servers that are local and private (think HF Inference Servers but local)
* [All for Generative models](https://titanml.gitbook.io/iris-documentation/titan-takeoff-inference-server/supported-models)

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

{% tab title="Titan Train 🎓" %}
[titan-train-finetuning-service](https://titanml.gitbook.io/iris-documentation/titan-train-finetuning-service "mention")

**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](https://titanml.gitbook.io/iris-documentation/titan-optimise-knowledge-distillation "mention")

**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](https://titanml.gitbook.io/iris-documentation/titan-optimise-knowledge-distillation/supported-models-and-tasks)
{% endtab %}
{% endtabs %}


---

# 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-documentation/overview/guide-to-titanml....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.
