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

# Comfy Router API 개요

> Comfy Router API의 작동 방식: 모델 ID당 하나의 라우트이며, 검색, 스키마, 대기 중인 요청, 오류, 결제에 대한 가이드를 제공합니다.

모델을 선택하고 스키마를 확인한 뒤 `POST /v2/models/{provider}/{model}`를 호출하세요. 라우트와 인증은 모든 모델에서 동일하게 유지됩니다. 각 모델은 자체 네이티브 요청 본문을 받고 자체 네이티브 결과를 반환합니다.

## 가이드

<CardGroup cols={2}>
  <Card title="모델 찾아보기" icon="magnifying-glass" href="/ko/development/comfy-router/discover-models">
    카탈로그를 나열하고, 페이지를 넘기며, 모델 하나의 항목을 읽습니다.
  </Card>

  <Card title="스키마와 결과" icon="brackets-curly" href="/ko/development/comfy-router/schemas">
    모델의 입력 및 출력 스키마를 가져오고 결과를 읽습니다.
  </Card>

  <Card title="대기 중인 요청" icon="list-check" href="/ko/development/comfy-router/queue">
    지금 실행을 제출하고, 나중에 폴링, 수집 또는 취소합니다.
  </Card>

  <Card title="오류와 재시도" icon="rotate" href="/ko/development/comfy-router/errors">
    오류 응답을 읽고 두 번 과금되지 않고 재시도합니다.
  </Card>

  <Card title="결제" icon="receipt" href="/ko/development/comfy-router/billing">
    과금 대상, 정책 거부 시 결제, 사용량 대조 방법입니다.
  </Card>
</CardGroup>

## 모델별 예시

* [Google Gemini](/ko/development/comfy-router/models/google/gemini/code)
* [Nano Banana 2](/ko/development/comfy-router/models/google/nano-banana-2/code)
* [Nano Banana 2 Lite](/ko/development/comfy-router/models/google/nano-banana-2-lite/code)
* [Nano Banana Pro](/ko/development/comfy-router/models/google/nano-banana-pro/code)
* [FLUX 1.1 Pro Ultra](/ko/development/comfy-router/models/black-forest-labs/flux-1-1-pro-ultra-image/code)
* [FLUX Kontext](/ko/development/comfy-router/models/black-forest-labs/flux-1-kontext/code)
* [FLUX Video Upscale](/ko/development/comfy-router/models/black-forest-labs/flux-video-upscale/code)
* [FLUX 3 Video](/ko/development/comfy-router/models/black-forest-labs/flux-3-video/code)
* [Ideogram 4](/ko/development/comfy-router/models/ideogram/ideogram-v4/code)

## 다음

* [빠른 시작](/ko/development/comfy-router/quickstart): 설치, 호출, 이미지 저장.
* [모델](/ko/development/comfy-router/models): 카탈로그를 찾아보고 모델별 요청 예시를 확인합니다.
* [헤더](/ko/development/comfy-router/headers): 인증, 멱등성, 요청 ID, 재시도 간격 조정.
* [API 레퍼런스](/ko/development/comfy-router/reference): 엔드포인트 파라미터, 스키마, 응답 코드.
