1> ## Documentation Index
2> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
3> Use this file to discover all available pages before exploring further.
4
5# 기능 가용성
6
7> Anthropic 구독 플랜, Anthropic Console, Amazon Bedrock, AWS의 Claude Platform, Google Vertex AI, Microsoft Foundry에서 사용 가능한 Claude Code 기능을 비교합니다.
8
9Claude Code CLI와 로컬에서 실행되는 모든 것은 모든 제공자에서 동일하게 작동합니다. 제공자별 설정 지침은 [엔터프라이즈 배포 개요](/ko/third-party-integrations)를 참조하십시오. 제공자에서 누락된 기능을 바로 확인하려면 [제공자별 요약](#summary-by-provider) 탭을 참조하십시오.
10
11아래 표에서 ✓는 사용 가능, ✗는 사용 불가능, "참고 사항"은 부분 지원에 대한 각주로 연결됩니다. ✓ 뒤의 한정자는 가용성을 해당 부분 집합으로 좁히며, "관리자 활성화"는 조직 관리자가 기능을 켤 때까지 기능이 꺼져 있음을 의미합니다.
12
13<h2 id="availability-by-model-provider">
14 모델 제공자별 가용성
15</h2>
16
17인증 방식에 따라 Claude Code가 도달할 수 있는 기능이 결정됩니다. 제공자에서 누락된 기능의 단일 목록은 [제공자별 요약](#summary-by-provider) 탭을 참조하십시오. 표에서 열을 찾으려면:
18
19* **Claude 구독**: claude.ai 계정으로 Pro, Max, Team 또는 Enterprise 플랜에 로그인합니다.
20* **Anthropic Console**: Anthropic API 키로 인증합니다.
21* **Amazon Bedrock**: Bedrock 모델 카탈로그에서 Claude 모델을 사용하고 `CLAUDE_CODE_USE_BEDROCK`을 설정합니다. [Mantle 엔드포인트](/ko/amazon-bedrock#use-the-mantle-endpoint) (`CLAUDE_CODE_USE_MANTLE`)는 이 열에 포함됩니다.
22* **AWS의 Claude Platform**: AWS Marketplace를 통해 Claude를 구입했지만 Anthropic API를 호출하고 `CLAUDE_CODE_USE_ANTHROPIC_AWS`를 설정합니다.
23* **Google Vertex AI**: Google 운영; `CLAUDE_CODE_USE_VERTEX`를 설정합니다.
24* **Microsoft Foundry**: Azure의 Anthropic 운영; `CLAUDE_CODE_USE_FOUNDRY`를 설정합니다.
25
26<h3 id="features-available-on-every-provider">
27 모든 제공자에서 사용 가능한 기능
28</h3>
29
30이러한 기능은 모든 제공자에서 동일하게 작동합니다:
31
32* [CLI](/ko/quickstart) 및 [Agent SDK](/ko/agent-sdk/overview)
33* [VS Code](/ko/vs-code) 및 [JetBrains](/ko/jetbrains) 확장
34* [Subagents](/ko/sub-agents), [hooks](/ko/hooks-guide), [commands](/ko/commands), [skills](/ko/skills)
35* [CLAUDE.md memory](/ko/memory), [plugins](/ko/plugins), [MCP servers](/ko/mcp)
36* [Checkpoints](/ko/checkpointing), [sandboxing](/ko/sandboxing), [Workflows](/ko/workflows)
37* [OpenTelemetry metrics](/ko/monitoring-usage) 및 [관리되는 설정 파일](/ko/settings#settings-files)
38
39<h3 id="features-that-require-a-claude-subscription">
40 Claude 구독이 필요한 기능
41</h3>
42
43이러한 기능은 claude.ai 계정으로 로그인해야 하며 Anthropic Console API 키 또는 타사 제공자에서는 도달할 수 없습니다:
44
45* [웹의 Claude Code](/ko/claude-code-on-the-web), 모바일의 Claude Code, [Slack의 Claude Code](/ko/slack)
46* [Claude Code Desktop](/ko/desktop)
47* [Routines](/ko/routines) (`/schedule`)
48* [Ultraplan](/ko/ultraplan) 및 [Ultrareview](/ko/ultrareview)
49* [Code Review](/ko/code-review): Team 및 Enterprise 플랜
50* [Remote Control](/ko/remote-control)
51* [Chrome 확장](/ko/chrome)
52* [Computer use](/ko/computer-use): Pro 및 Max 플랜
53* [Artifacts](/ko/artifacts): Team 및 Enterprise 플랜
54* [음성 받아쓰기](/ko/voice-dictation)
55
56Desktop은 부분적인 예외입니다: Enterprise 배포는 [관리되는 설정](https://support.claude.com/en/articles/12622667-enterprise-configuration)을 통해 Desktop을 Vertex AI 또는 게이트웨이 제공자로 라우팅할 수 있으며, [Cowork on 3P 연구 미리보기](https://claude.com/docs/cowork/3p/overview)는 Bedrock, Vertex AI, Foundry 또는 자체 호스팅 LLM 게이트웨이에서 Code 탭을 실행합니다. 이러한 기능의 플랜별 가용성은 [구독 플랜별 가용성](#availability-by-subscription-plan)을 참조하십시오.
57
58<h3 id="cli-capabilities-that-vary-by-provider">
59 제공자별로 다양한 CLI 기능
60</h3>
61
62이러한 기능은 로컬 CLI에서 작동하지만 모든 제공자가 노출하지 않는 서버 측 기능에 따라 달라집니다.
63
64<table>
65 <thead>
66 <tr>
67 <th>기능</th>
68 <th>Claude 구독</th>
69 <th>Anthropic Console</th>
70 <th>Amazon Bedrock</th>
71 <th>AWS의 Claude Platform</th>
72 <th>Google Vertex AI</th>
73 <th>Microsoft Foundry</th>
74 </tr>
75 </thead>
76
77 <tbody>
78 <tr>
79 <td>[웹 검색](/ko/tools-reference#websearch-tool-behavior)</td>
80 <td>✓</td>
81 <td>✓</td>
82 <td>✗</td>
83 <td>✓</td>
84 <td>참고 사항 <sup><a href="#fn1">1</a></sup></td>
85 <td>✓</td>
86 </tr>
87
88 <tr>
89 <td>[빠른 모드](/ko/fast-mode)</td>
90 <td>✓</td>
91 <td>✓</td>
92 <td>✗</td>
93 <td>✗</td>
94 <td>✗</td>
95 <td>✗</td>
96 </tr>
97
98 <tr>
99 <td>[자동 모드](/ko/auto-mode-config)</td>
100 <td>✓</td>
101 <td>✓</td>
102 <td>참고 사항 <sup><a href="#fn2">2</a></sup></td>
103 <td>✓</td>
104 <td>참고 사항 <sup><a href="#fn2">2</a></sup></td>
105 <td>참고 사항 <sup><a href="#fn2">2</a></sup></td>
106 </tr>
107
108 <tr>
109 <td>[Advisor](/ko/advisor)</td>
110 <td>✓</td>
111 <td>✓</td>
112 <td>✗</td>
113 <td>✗</td>
114 <td>✗</td>
115 <td>✗</td>
116 </tr>
117
118 <tr>
119 <td>[Channels](/ko/channels)</td>
120 <td>✓</td>
121 <td>✓</td>
122 <td>✗</td>
123 <td>✗</td>
124 <td>✗</td>
125 <td>✗</td>
126 </tr>
127
128 <tr>
129 <td>[`/loop` 예약된 작업](/ko/scheduled-tasks)</td>
130 <td>✓</td>
131 <td>✓</td>
132 <td>참고 사항 <sup><a href="#fn3">3</a></sup></td>
133 <td>✓</td>
134 <td>참고 사항 <sup><a href="#fn3">3</a></sup></td>
135 <td>참고 사항 <sup><a href="#fn3">3</a></sup></td>
136 </tr>
137
138 <tr>
139 <td>[GitHub Actions](/ko/github-actions) 및 [GitLab CI/CD](/ko/gitlab-ci-cd)</td>
140 <td>✓</td>
141 <td>✓</td>
142 <td>✓</td>
143 <td>✓</td>
144 <td>✓</td>
145 <td>✗</td>
146 </tr>
147 </tbody>
148</table>
149
150<h3 id="admin-and-analytics">
151 관리자 및 분석
152</h3>
153
154조직 수준의 제어 및 사용 현황 가시성입니다.
155
156<table>
157 <thead>
158 <tr>
159 <th>기능</th>
160 <th>Claude 구독</th>
161 <th>Anthropic Console</th>
162 <th>Amazon Bedrock</th>
163 <th>AWS의 Claude Platform</th>
164 <th>Google Vertex AI</th>
165 <th>Microsoft Foundry</th>
166 </tr>
167 </thead>
168
169 <tbody>
170 <tr>
171 <td>[분석 대시보드 및 API](/ko/analytics)</td>
172 <td>✓ (Team 및 Enterprise)</td>
173 <td>✓ <sup><a href="#fn5">5</a></sup></td>
174 <td>✗</td>
175 <td>✗</td>
176 <td>✗</td>
177 <td>✗</td>
178 </tr>
179
180 <tr>
181 <td>[서버 관리 설정](/ko/server-managed-settings)</td>
182 <td>✓ (Team 및 Enterprise)</td>
183 <td>✓ (Team 및 Enterprise)</td>
184 <td>✗</td>
185 <td>✗</td>
186 <td>✗</td>
187 <td>✗</td>
188 </tr>
189
190 <tr>
191 <td>[Zero Data Retention](/ko/zero-data-retention)</td>
192 <td>✓ (적격 Enterprise 계정)</td>
193 <td>✓ (적격 계정)</td>
194 <td>참고 사항 <sup><a href="#fn4">4</a></sup></td>
195 <td>✓ (적격 계정)</td>
196 <td>참고 사항 <sup><a href="#fn4">4</a></sup></td>
197 <td>참고 사항 <sup><a href="#fn4">4</a></sup></td>
198 </tr>
199 </tbody>
200</table>
201
202<span id="fn1" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>1</sup> Vertex AI에서는 Claude 4 모델 이상에서 웹 검색을 사용할 수 있습니다.<br />
203<span id="fn2" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>2</sup> `CLAUDE_CODE_ENABLE_AUTO_MODE`가 필요합니다. [자동 모드 구성](/ko/auto-mode-config)을 참조하십시오.<br />
204<span id="fn3" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>3</sup> `/loop every 2 hours`와 같은 명시적 간격은 모든 제공자에서 작동합니다. Bedrock, Vertex AI, Foundry에서는 `/loop`가 자신의 간격을 선택하거나 기본 유지 관리 프롬프트를 제공할 수 없으므로 간격이 없는 프롬프트는 10분마다 실행되고 인수가 없는 `/loop`는 사용 메시지를 표시합니다. [예약된 작업](/ko/scheduled-tasks)을 참조하십시오.<br />
205<span id="fn4" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>4</sup> 클라우드 제공자와의 계약에 따릅니다.<br />
206<span id="fn5" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>5</sup> 대시보드 및 API만 해당합니다. [기여도 메트릭](/ko/analytics#enable-contribution-metrics)은 claude.ai Team 또는 Enterprise 조직이 필요합니다.
207
208<Note>
209 [LLM 게이트웨이](/ko/llm-gateway)를 통해 인증하는 경우 기능 가용성은 게이트웨이가 전달하는 기본 제공자와 일치합니다. [Advisor](/ko/advisor)와 같은 일부 Anthropic 전용 기능은 게이트웨이가 요청을 Anthropic API로 그대로 전달하는 경우에만 작동합니다.
210</Note>
211
212<h3 id="summary-by-provider">
213 제공자별 요약
214</h3>
215
216각 탭은 해당 제공자에서 사용할 수 없거나 부분적으로 지원되는 기능을 나열하며, 대안이 있는 경우 대안을 제시합니다. 나열되지 않은 모든 기능은 Claude 구독과 동일하게 작동합니다. Bedrock, Vertex AI, Foundry, AWS의 Claude Platform에서는 Anthropic에 대한 오류 보고 및 원격 분석이 기본적으로 꺼져 있습니다. [API 제공자별 기본 동작](/ko/data-usage#default-behaviors-by-api-provider)에서 여전히 Anthropic에 도달하는 트래픽과 옵트아웃 방법을 확인하십시오.
217
218<Tabs>
219 <Tab title="Amazon Bedrock">
220 **사용 불가능:** 모든 [Claude 구독이 필요한 기능](#features-that-require-a-claude-subscription), 그리고 [웹 검색](/ko/tools-reference#websearch-tool-behavior), [빠른 모드](/ko/fast-mode), [Advisor](/ko/advisor), [Channels](/ko/channels), [분석 대시보드](/ko/analytics), [서버 관리 설정](/ko/server-managed-settings).
221
222 **부분 지원:**
223
224 * [Desktop](/ko/desktop): [Cowork on 3P 연구 미리보기](https://claude.com/docs/cowork/3p/overview)를 통해서만
225 * [자동 모드](/ko/auto-mode-config): `CLAUDE_CODE_ENABLE_AUTO_MODE` 설정
226 * [`/loop`](/ko/scheduled-tasks): 명시적 간격만
227 * [Zero Data Retention](/ko/zero-data-retention): AWS 계약에 따름
228
229 **대안:** 스케줄링의 경우 `/schedule` 대신 명시적 간격으로 [`/loop`](/ko/scheduled-tasks)를 사용하십시오. 클라우드 세션의 경우 [GitHub Actions](/ko/github-actions) 또는 [GitLab CI/CD](/ko/gitlab-ci-cd)를 사용하십시오. 웹 조회의 경우 특정 URL로 [WebFetch 도구](/ko/tools-reference#webfetch-tool-behavior)를 사용하십시오.
230 </Tab>
231
232 <Tab title="AWS의 Claude Platform">
233 **사용 불가능:** 모든 [Claude 구독이 필요한 기능](#features-that-require-a-claude-subscription), 그리고 [빠른 모드](/ko/fast-mode), [Advisor](/ko/advisor), [Channels](/ko/channels), [분석 대시보드](/ko/analytics), [서버 관리 설정](/ko/server-managed-settings).
234
235 **Bedrock에서 사용 불가능한 경우 사용 가능:** [웹 검색](/ko/tools-reference#websearch-tool-behavior), 옵트인 플래그 없이 [자동 모드](/ko/auto-mode-config), [`/loop` 자체 페이싱](/ko/scheduled-tasks).
236
237 **대안:** 스케줄링의 경우 `/schedule` 대신 [`/loop`](/ko/scheduled-tasks)를 사용하십시오. 클라우드 세션의 경우 [GitHub Actions](/ko/github-actions) 또는 [GitLab CI/CD](/ko/gitlab-ci-cd)를 사용하십시오.
238 </Tab>
239
240 <Tab title="Google Vertex AI">
241 **사용 불가능:** 모든 [Claude 구독이 필요한 기능](#features-that-require-a-claude-subscription), 그리고 [빠른 모드](/ko/fast-mode), [Advisor](/ko/advisor), [Channels](/ko/channels), [분석 대시보드](/ko/analytics), [서버 관리 설정](/ko/server-managed-settings).
242
243 **부분 지원:**
244
245 * [Desktop](/ko/desktop): [관리되는 설정](https://support.claude.com/en/articles/12622667-enterprise-configuration) 또는 [Cowork on 3P 연구 미리보기](https://claude.com/docs/cowork/3p/overview)를 통해
246 * [웹 검색](/ko/tools-reference#websearch-tool-behavior): Claude 4 모델 이상
247 * [자동 모드](/ko/auto-mode-config): `CLAUDE_CODE_ENABLE_AUTO_MODE` 설정
248 * [`/loop`](/ko/scheduled-tasks): 명시적 간격만
249 * [Zero Data Retention](/ko/zero-data-retention): Google Cloud 계약에 따름
250
251 **대안:** 스케줄링의 경우 `/schedule` 대신 명시적 간격으로 [`/loop`](/ko/scheduled-tasks)를 사용하십시오. 클라우드 세션의 경우 [GitHub Actions](/ko/github-actions) 또는 [GitLab CI/CD](/ko/gitlab-ci-cd)를 사용하십시오.
252 </Tab>
253
254 <Tab title="Microsoft Foundry">
255 **사용 불가능:** 모든 [Claude 구독이 필요한 기능](#features-that-require-a-claude-subscription), 그리고 [빠른 모드](/ko/fast-mode), [Advisor](/ko/advisor), [Channels](/ko/channels), [GitHub Actions](/ko/github-actions) 및 [GitLab CI/CD](/ko/gitlab-ci-cd), [분석 대시보드](/ko/analytics), [서버 관리 설정](/ko/server-managed-settings).
256
257 **부분 지원:**
258
259 * [Desktop](/ko/desktop): [Cowork on 3P 연구 미리보기](https://claude.com/docs/cowork/3p/overview)를 통해서만
260 * [자동 모드](/ko/auto-mode-config): `CLAUDE_CODE_ENABLE_AUTO_MODE` 설정
261 * [`/loop`](/ko/scheduled-tasks): 명시적 간격만
262 * [Zero Data Retention](/ko/zero-data-retention): Azure 계약에 따름
263
264 **대안:** 스케줄링의 경우 명시적 간격으로 [`/loop`](/ko/scheduled-tasks)를 사용하십시오.
265 </Tab>
266
267 <Tab title="Anthropic Console">
268 **사용 불가능:** 모든 [Claude 구독이 필요한 기능](#features-that-require-a-claude-subscription).
269
270 [제공자별로 다양한 CLI 기능](#cli-capabilities-that-vary-by-provider)의 모든 기능을 사용할 수 있으며, API 키가 Team 또는 Enterprise 조직에 속하는 경우 [서버 관리 설정](/ko/server-managed-settings)도 사용할 수 있습니다.
271 </Tab>
272</Tabs>
273
274<h2 id="availability-by-subscription-plan">
275 구독 플랜별 가용성
276</h2>
277
278Bedrock, Vertex AI, Foundry 또는 Anthropic Console API 키를 통해 인증하는 경우 이 섹션은 적용되지 않습니다. claude.ai 계정으로 로그인하면 플랜에 따라 아래 기능의 가용성이 결정됩니다.
279
280| 기능 | Pro | Max | Team | Enterprise |
281| :-------------------------------------------------------------------------------------- | :-- | :-- | :------ | :-------------------------------- |
282| [웹의 Claude Code](/ko/claude-code-on-the-web) | ✓ | ✓ | ✓ | ✓ <sup><a href="#fn6">6</a></sup> |
283| [Routines](/ko/routines) | ✓ | ✓ | ✓ | ✓ |
284| [Remote Control](/ko/remote-control) | ✓ | ✓ | 관리자 활성화 | 관리자 활성화 |
285| [Channels](/ko/channels) | ✓ | ✓ | 관리자 활성화 | 관리자 활성화 |
286| [Computer use](/ko/computer-use) | ✓ | ✓ | ✗ | ✗ |
287| Dispatch ([Desktop](/ko/desktop#sessions-from-dispatch)) | ✓ | ✓ | ✗ | ✗ |
288| [Code Review](/ko/code-review) | ✗ | ✗ | ✓ | ✓ |
289| [Artifacts](/ko/artifacts) | ✗ | ✗ | ✓ | 관리자 활성화 |
290| [분석 대시보드, API, 기여도 메트릭](/ko/analytics) | ✗ | ✗ | ✓ | ✓ |
291| [서버 관리 설정](/ko/server-managed-settings) | ✗ | ✗ | ✓ | ✓ |
292| [SSO](https://support.claude.com/en/articles/9266767-what-is-the-team-plan) | ✗ | ✗ | ✓ | ✓ |
293| SCIM | ✗ | ✗ | ✗ | ✓ |
294| [Compliance API](https://platform.claude.com/docs/en/api/admin-api/compliance/overview) | ✗ | ✗ | ✗ | ✓ |
295| [Zero Data Retention](/ko/zero-data-retention) | ✗ | ✗ | ✗ | ✓ <sup><a href="#fn7">7</a></sup> |
296
297<span id="fn6" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>6</sup> Enterprise에서는 프리미엄 시트 또는 Chat + Claude Code 시트가 필요합니다. [웹의 Claude Code](/ko/claude-code-on-the-web)를 참조하십시오.<br />
298<span id="fn7" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>7</sup> 표준 Enterprise 플랜에 포함되지 않습니다. 적격 계정의 경우 Anthropic에서 별도로 활성화해야 합니다. [Zero Data Retention](/ko/zero-data-retention)을 참조하십시오.
299
300가격 책정 및 전체 플랜 비교는 [Team 플랜](https://support.claude.com/en/articles/9266767-what-is-the-team-plan) 및 [Enterprise 플랜](https://support.claude.com/en/articles/9797531-what-is-the-enterprise-plan)을 참조하십시오.
301
302<h2 id="model-availability">
303 모델 가용성
304</h2>
305
306제공자 및 지역별로 사용 가능한 Claude 모델 및 컨텍스트 윈도우 크기는 [모델 구성](/ko/model-config) 및 [모델 개요](https://platform.claude.com/docs/en/about-claude/models/overview)를 참조하십시오. Vision, PDF 입력, 확장 사고는 Claude Code 기능이 아닌 모델 기능이며 모델을 제공하는 모든 제공자에서 작동합니다. [Prompt caching](/ko/prompt-caching)은 대부분의 제공자에서 동일하게 작동합니다. Bedrock에서는 모델별로 지원이 다릅니다.
307
308<h2 id="related-resources">
309 관련 리소스
310</h2>
311
312* [엔터프라이즈 배포 개요](/ko/third-party-integrations): 제공자 간 인증, 청구, 지역 비교
313* 제공자 설정 가이드: [Amazon Bedrock](/ko/amazon-bedrock), [AWS의 Claude Platform](/ko/claude-platform-on-aws), [Google Vertex AI](/ko/google-vertex-ai), [Microsoft Foundry](/ko/microsoft-foundry)
314* [플랫폼 및 통합](/ko/platforms): CLI, Desktop, IDE 확장, 웹, 모바일, CI/CD를 포함한 Claude Code가 실행되는 위치