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

# LLM

> ComfyUI의 Partner Nodes를 통해 워크플로 안에서 대규모 언어 모델(LLM)을 대화, 프롬프트 작성, 비전에 활용합니다

## 개요

ComfyUI Partner Nodes를 사용하면 주요 공급자가 제공하는 대규모 언어 모델(LLM)에 액세스할 수 있습니다. 이 노드들은 텍스트와 이미지를 입력으로 받아 텍스트를 반환하므로, 생성 노드와 함께 프롬프트 작성, 이미지 캡셔닝, 대화에 활용하기 좋습니다.

### LLM 파트너 찾아보기

<CardGroup cols={3}>
  <Card title="Claude" icon="message-circle" href="/ko/tutorials/partner-nodes/anthropic/claude">
    Anthropic의 강력한 추론 및 지시 수행 능력
  </Card>

  <Card title="Gemini" icon="message-circle" href="/ko/tutorials/partner-nodes/google/gemini">
    이미지를 해석하고 풍부한 텍스트 프롬프트를 반환하는 멀티모달 추론
  </Card>

  <Card title="OpenAI Chat" icon="message-circle" href="/ko/tutorials/partner-nodes/openai/chat">
    강력한 범용 추론과 이미지 이해를 갖춘 채팅 모델
  </Card>

  <Card title="OpenRouter LLM" icon="message-circle" href="/ko/tutorials/partner-nodes/openrouter/llm">
    단일 통합으로 다양한 LLM 공급자에 액세스
  </Card>
</CardGroup>

## LLM으로 할 수 있는 작업

* **프롬프트 작성**: 이미지, 비디오, 3D 워크플로의 프롬프트를 생성하거나 개선합니다
* **이미지 캡셔닝 및 이해**: 이미지를 설명하거나 이미지 콘텐츠에 대한 질문에 답변합니다
* **대화**: 워크플로 안에서 멀티모달 모델과 대화합니다
* **에이전트 작업**: 노드 전반의 생성 단계를 세분화하고 계획하며 조율합니다

## 공급자별 모델 선택

* **Claude**(Anthropic): 강력한 추론과 지시 수행 능력을 갖추고 있으며 구조화된 프롬프트 엔지니어링에 탁월합니다
* **Google Gemini**(Google): 이미지를 해석하고 풍부한 텍스트 프롬프트를 반환하는 멀티모달 추론을 제공합니다
* **OpenAI Chat**(OpenAI): 강력한 범용 추론과 이미지 이해를 갖춘 채팅 모델입니다
* **OpenRouter LLM**(OpenRouter): 단일 통합으로 다양한 LLM 공급자에 액세스할 수 있습니다

## 모든 LLM 파트너

| 파트너        | 모델                                                           |
| ---------- | ------------------------------------------------------------ |
| Anthropic  | [Claude](/ko/tutorials/partner-nodes/anthropic/claude)       |
| Google     | [Gemini](/ko/tutorials/partner-nodes/google/gemini)          |
| OpenAI     | [OpenAI Chat](/ko/tutorials/partner-nodes/openai/chat)       |
| OpenRouter | [OpenRouter LLM](/ko/tutorials/partner-nodes/openrouter/llm) |

모델별 요금은 [가격](/ko/tutorials/partner-nodes/pricing)을, 사용량 상한은 [동시성 제한](/ko/tutorials/partner-nodes/concurrency-limits)을 참고하세요.
