> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mira.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Models

> Step-by-step guide to installing and setting up Mira Flows SDK for your project

**Mira Flows** provides access to a selection of **Large Language Models (LLMs)** that serve as the computational engine for flows. Each model offers specific capabilities and performance characteristics suitable for different use cases. 🚀✨

***

## Model Attributes

<br />

| **Component**  | **Description**           | **Required** | **Example**                |
| -------------- | ------------------------- | ------------ | -------------------------- |
| **Provider**   | AI service provider       | Yes          | `"meta"`                   |
| **Model Name** | Specific model identifier | Yes          | `"llama-3.3-70b-instruct"` |

***

## Available Models

<br />

| **Provider**  | **Model Name**           |
| ------------- | ------------------------ |
| **openai**    | `gpt-4o`                 |
| **anthropic** | `claude-3.5-sonnet`      |
| **meta**      | `llama-3.3-70b-instruct` |
