> For the complete documentation index, see [llms.txt](https://craft-agent.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://craft-agent.gitbook.io/home/core-concepts/ai-models.md).

# AI Models

Craft Agent supports multiple AI models from leading providers. You can use different models in different nodes within the same workflow.

## Available Models

Models are loaded dynamically from the platform. The following are commonly available:

### Included Models (Use Credits)

| Model             | Provider | Best For                           |
| ----------------- | -------- | ---------------------------------- |
| **GPT-4o Mini**   | OpenAI   | Fast, cost-effective tasks         |
| **GPT-4.1**       | OpenAI   | Complex reasoning, code generation |
| **Llama 4 Scout** | Meta     | Open-source, general purpose       |
| **Gemini Flash**  | Google   | Fast processing                    |

### Premium Models (Bring Your Own Key Required)

These premium models require a Pro plan with your own API key connected in Settings.

| Model                 | Provider       | Best For                       |
| --------------------- | -------------- | ------------------------------ |
| **Claude Sonnet 4**   | Anthropic      | Analysis, writing, coding      |
| **Claude 3.7 Sonnet** | Anthropic      | Advanced reasoning             |
| **Gemini 2.5 Pro**    | Google         | Multi-modal, long context      |
| **DeepSeek V3.2**     | DeepSeek       | High performance reasoning     |
| **Qwen3 235B**        | Alibaba (Qwen) | High performance, open weights |

> **Note:** With your own API key you can access additional models beyond those listed here.

## Choosing the Right Model

| Task             | Recommended Model        | Why                    |
| ---------------- | ------------------------ | ---------------------- |
| Quick summaries  | GPT-4o Mini              | Fast, cheap            |
| Complex analysis | GPT-4.1, Claude Sonnet 4 | Best reasoning         |
| Creative writing | Claude Sonnet 4          | Natural, varied output |
| Code generation  | GPT-4.1, Claude Sonnet 4 | Strong coding ability  |
| Long documents   | Gemini 2.5 Pro           | Large context window   |

## Model Settings

Each Model node lets you configure:

| Setting         | Description                                  |
| --------------- | -------------------------------------------- |
| **Model**       | Which AI model to use                        |
| **Temperature** | Creativity level (0 = precise, 1 = creative) |

## Credits

Each workflow execution costs **1 credit**, regardless of which model is used.

> **Note:** Actual API costs when using BYOK depend on the model provider's pricing.

***

> **Pro tip:** Start with a cheaper model to test your workflow, then switch to a more powerful one when you're happy with the design.
