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

> 채팅창 우하단 모델 선택기 — 사용 가능 LLM 중 선택 + 모델별 단가에 따른 과금 연결

# Model selector

# 모델 선택기

**경로**: 채팅창 **우하단** 모델 선택기 드롭다운

<Frame>
  <img src="https://mintcdn.com/dnotitia-328335e7/3mgjFAVO5t1rKplH/images/image-24.png?fit=max&auto=format&n=3mgjFAVO5t1rKplH&q=85&s=c967796e64ade81fcf8f762fc72ea9dd" alt="Image" width="1535" height="661" data-path="images/image-24.png" />
</Frame>

## 개요

현재 세션에서 사용할 LLM 을 선택합니다. 선택한 모델에 따라 **응답 품질·속도·과금 단가** 가 달라집니다.

<Warning>
  **에이전트 생성 시 모델 등록 필수**

  드롭다운에 나타나는 모델은 [Console → Agent 생성](/console/agent-ops/agent/agent-create) 단계에서 **엔드포인트 탭에 연결한 Inference Endpoint** 에 해당합니다. 에이전트에 연결되지 않은 모델은 채팅 UI 드롭다운에 **표시되지 않습니다**.

  복수 모델을 선택적으로 사용하려면 에이전트 생성·수정 시 여러 Endpoint 를 연결해두세요.
</Warning>

## 선택 가능 모델 예시

| 카테고리               | 모델                          | 특성                        |
| ------------------ | --------------------------- | ------------------------- |
| **Premium**        | `anthropic/claude-opus-4.5` | 최고 품질·복잡 추론·긴 컨텍스트. 단가 높음 |
| **Balanced**       | `openai/gpt-5.2`            | 품질·속도·비용 균형               |
| **Cost-optimized** | `openai/gpt-oss-120b`       | 저렴, 일반 질의·대량 처리           |
| **Custom**         | 조직에서 등록한 Inference Endpoint | 프라이빗 모델·전용 엔드포인트          |

정확한 목록은 조직에 등록된 Inference Endpoint 설정에 따라 다릅니다.

## 모델별 과금 (KRW / 1M tokens)

선택한 모델에 따라 **입력·출력 토큰당 단가가 달라지며** 빌링에 반영됩니다.

| 모델                          | 입력    | 출력     |
| --------------------------- | ----- | ------ |
| `openai/gpt-5.2`            | 3,045 | 24,360 |
| `anthropic/claude-opus-4.5` | 8,700 | 43,500 |
| `openai/gpt-oss-120b`       | 68    | 331    |

전체 가격표·최신 단가: [**Billing → AI 모델 가격**](/billing#ai-모델-가격-krw--1m-tokens) 공식 가격 안내: [seahorse.dnotitia.ai/ko/pricing/](https://seahorse.dnotitia.ai/ko/pricing/)

<Info>
  **모델 목록 구성** 모델 목록은 관리자가 설정한 Inference Endpoint 에 따라 달라집니다. 등록·관리: [System Admin → Inference Endpoints](/internal/system-admin/settings/inference-endpoints)
</Info>

<Warning>
  **모델 변경 시점** 선택한 모델은 **다음 사용자 메시지부터** 적용됩니다. 이미 진행 중인 응답 생성에는 영향을 주지 않습니다.
</Warning>

<Warning>
  **비용 주의** Premium 모델(`claude-opus-4.5` 등)은 저비용 모델 대비 **10배 이상 비쌀 수 있습니다**. 단순 질의는 Balanced/Cost-optimized 모델로도 충분합니다.

  사용량은 [Billing → 사용량 내역](/billing/billing-history) 에서 실시간 확인 가능.
</Warning>

## 관련 문서

* [Billing (빌링)](/billing) — 구독 플랜·모델 단가 전체
* [사용량 내역](/billing/billing-history) — 모델별 사용량·비용 추적
* [Inference Endpoints (운영)](/internal/system-admin/settings/inference-endpoints) — 모델 등록·관리
* [Tool Call](/agent-chat/ui/tool-call) — 도구 호출도 모델 단가에 포함
