> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-partner-nodes-consolidate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LLMs

> Use large language models (LLMs) for chat, prompt writing, and vision inside ComfyUI workflows through Partner Nodes

## Overview

ComfyUI Partner Nodes give you access to large language models (LLMs) from leading providers. These nodes take text and images as input and return text, which makes them useful for prompt writing, image captioning, and conversation alongside your generation nodes.

### Browse LLM partners

<CardGroup cols={3}>
  <Card title="Claude" icon="message-circle" href="/tutorials/partner-nodes/anthropic/claude">
    Strong reasoning and instruction following from Anthropic
  </Card>

  <Card title="Gemini" icon="message-circle" href="/tutorials/partner-nodes/google/gemini">
    Multimodal reasoning that interprets images and returns rich text prompts
  </Card>

  <Card title="OpenAI Chat" icon="message-circle" href="/tutorials/partner-nodes/openai/chat">
    Chat models with strong general-purpose reasoning and image understanding
  </Card>

  <Card title="OpenRouter LLM" icon="message-circle" href="/tutorials/partner-nodes/openrouter/llm">
    Access many different LLM providers through a single integration
  </Card>
</CardGroup>

## What you can do with LLMs

* **Prompt writing**: Generate or refine prompts for your image, video, and 3D workflows
* **Image captioning & understanding**: Describe images or answer questions about their content
* **Conversation**: Chat with a multimodal model inside your workflow
* **Agentic tasks**: Break down, plan, and orchestrate generation steps across nodes

## Choosing a model by provider

* **Claude** (Anthropic) — strong reasoning and instruction following; excellent at structured prompt engineering
* **Google Gemini** (Google) — multimodal reasoning that interprets images and returns rich text prompts
* **OpenAI Chat** (OpenAI) — chat models with strong general-purpose reasoning and image understanding
* **OpenRouter LLM** (OpenRouter) — access many different LLM providers through a single integration

## All LLM partners

| Partner    | Models                                                    |
| ---------- | --------------------------------------------------------- |
| Anthropic  | [Claude](/tutorials/partner-nodes/anthropic/claude)       |
| Google     | [Gemini](/tutorials/partner-nodes/google/gemini)          |
| OpenAI     | [OpenAI Chat](/tutorials/partner-nodes/openai/chat)       |
| OpenRouter | [OpenRouter LLM](/tutorials/partner-nodes/openrouter/llm) |

See [Pricing](/tutorials/partner-nodes/pricing) for per-model rates, and [Concurrency Limits](/tutorials/partner-nodes/concurrency-limits) for usage caps.
