Symbol |
+| `find.symbols({ query })` | 업무 공간 기호 찾기 | Symbol[] |
| `file.read({ query })` | 파일 보기 | `{ type: "raw" \| "patch", content: string }` |
-| `file.status({ query? })` | 트랙 된 파일 상태를 확인 | 파일[] |
+| `file.status({ query? })` | 트랙 된 파일 상태를 확인 | File[] |
`find.files`는 몇몇 선택적인 조회 분야를 지원합니다:
@@ -322,7 +322,7 @@ const content = await client.file.read({
---
-# # # # TUI
+#### TUI
| 방법 | 설명 | 응답 |
| ------------------------------ | ------------------------ | --------- |
@@ -353,7 +353,7 @@ await client.tui.showToast({
---
-# # # # # 가을
+##### 가을
| 방법 | 설명 | 응답 |
| ------------------- | -------------- | --------- |
diff --git a/packages/web/src/content/docs/ko/server.mdx b/packages/web/src/content/docs/ko/server.mdx
index f91cc0888..74ed47817 100644
--- a/packages/web/src/content/docs/ko/server.mdx
+++ b/packages/web/src/content/docs/ko/server.mdx
@@ -18,13 +18,13 @@ opencode serve [--port ` | `string[]` | `string[]` | `string[]` | -| `GET` | `/find/symbol?query=` | 업무공간 기호 찾기 |Symbol[]| -| `GET` | `/file?path=` | 파일 목록 및 디렉토리 | FileNode[]| -| `GET` | `/file/content?path=` | 파일 보기 |
FileContent| -| `GET` | `/file/status` | 트랙 된 파일에 대한 상태를 얻으십시오 |파일[]| +| 방법 | 경로 | 설명 | 응답 | +| ----- | ------------------------ | --------------------------------- | ----------------------------------------------------------------------------------------- | +| `GET` | `/find?pattern=` | 파일에서 텍스트 검색 | `path`, `lines`, `line_number`, `absolute_offset`, `submatches`가 포함된 일치 객체 배열 | +| `GET` | `/find/file?query= ` | 이름으로 파일/디렉터리 찾기 | `string[]` (경로) | +| `GET` | `/find/symbol?query=` | 워크스페이스 심볼 찾기 |Symbol[]| +| `GET` | `/file?path=` | 파일 및 디렉터리 목록 | FileNode[]| +| `GET` | `/file/content?path=` | 파일 읽기 |
FileContent| +| `GET` | `/file/status` | 추적 중인 파일 상태 가져오기 |File[]| #### `/find/file` 쿼리 매개 변수 diff --git a/packages/web/src/content/docs/ko/share.mdx b/packages/web/src/content/docs/ko/share.mdx index 7eab13b47..e7ca140ce 100644 --- a/packages/web/src/content/docs/ko/share.mdx +++ b/packages/web/src/content/docs/ko/share.mdx @@ -63,7 +63,7 @@ OpenCode는 대화가 공유되는 방법을 제어하는 세 가지 공유 모 --- -# # # # 비활성화 +#### 비활성화 `share` 옵션을 설정하여 완전히 공유할 수 있습니다. `"disabled"`에 [config file](/docs/config): diff --git a/packages/web/src/content/docs/ko/skills.mdx b/packages/web/src/content/docs/ko/skills.mdx index d555d0aa0..3a8f943e3 100644 --- a/packages/web/src/content/docs/ko/skills.mdx +++ b/packages/web/src/content/docs/ko/skills.mdx @@ -139,11 +139,11 @@ skill({ name: "git-release" }) } ``` -| 허가 | 행동 | 행동 | -| ------- | ------------------------------------- | ---- | -| `allow` | 기술 로드 즉시 | -| `deny` | 에이전트에서 숨겨진 기술, 액세스 거부 | -| `ask` | 사용자가 적재하기 전에 승인되었습니다 | +| 권한 | 동작 | +| --------- | ----------------------------------------- | +| `allow` | 기술이 즉시 로드됨 | +| `deny` | 에이전트에서 기술 숨김, 접근 거부 | +| `ask` | 로드 전에 사용자에게 승인 요청 | 패턴 지원 와일드 카드: `internal-*` 경기 `internal-docs`, `internal-tools`, 등. diff --git a/packages/web/src/content/docs/ko/themes.mdx b/packages/web/src/content/docs/ko/themes.mdx index a744df8c2..25e124b30 100644 --- a/packages/web/src/content/docs/ko/themes.mdx +++ b/packages/web/src/content/docs/ko/themes.mdx @@ -26,19 +26,19 @@ truecolor 지원 없이, 테마는 감소된 색깔 정확도로 나타날지도 OpenCode는 여러 내장 테마와 함께 제공됩니다. -| 이름 | 설명 | -| ---------------------- | -------------------------------------------------------------------------------- | -------------------------------------------- | -| `system` | 단말기의 배경 색상에 적응 | -| `tokyonight` | 【도쿄의 밤】(https://github.com/folke/tokyonight.nvim) 테마 | -| `everforest` | [Everforest]에 근거 | (https://github.com/sainnhe/everforest) 테마 | -| `ayu` | 【Ayu】(https://github.com/ayu-theme) 다크 테마 | -| `catppuccin` | [Catppuccin](https://github.com/catppuccin) 테마에 따라 다름 | -| `catppuccin-macchiato` | [Catppuccin](https://github.com/catppuccin) 테마에 따라 다름 | -| `gruvbox` | [Gruvbox]에 근거 | (https://github.com/morhetz/gruvbox) 테마 | -| `kanagawa` | 가나가와현에 기반을 두고 있습니다(https://github.com/rebelot/kanagawa.nvim) 테마 | -| `nord` | [Nord](https://github.com/nordtheme/nord) 테마에 근거 | -| `matrix` | 블랙 테마의 해커 스타일 그린 | -| `one-dark` | [Atom One]을 기반으로 합니다(https://github.com/Th3Whit3Wolf/one-nvim) 다크 테마 | +| 이름 | 설명 | +| ---------------------- | ------------------------------------------------------------------- | +| `system` | 터미널 배경 색상에 맞춰 자동으로 조정됨 | +| `tokyonight` | [Tokyonight](https://github.com/folke/tokyonight.nvim) 테마 기반 | +| `everforest` | [Everforest](https://github.com/sainnhe/everforest) 테마 기반 | +| `ayu` | [Ayu](https://github.com/ayu-theme) 다크 테마 기반 | +| `catppuccin` | [Catppuccin](https://github.com/catppuccin) 테마 기반 | +| `catppuccin-macchiato` | [Catppuccin](https://github.com/catppuccin) 테마 기반 | +| `gruvbox` | [Gruvbox](https://github.com/morhetz/gruvbox) 테마 기반 | +| `kanagawa` | [Kanagawa](https://github.com/rebelot/kanagawa.nvim) 테마 기반 | +| `nord` | [Nord](https://github.com/nordtheme/nord) 테마 기반 | +| `matrix` | 검은 배경에 녹색 텍스트의 해커 스타일 테마 | +| `one-dark` | [Atom One](https://github.com/Th3Whit3Wolf/one-nvim) Dark 테마 기반 | 그리고 더, 우리는 끊임없이 새로운 테마를 추가하고 있습니다. @@ -79,7 +79,7 @@ OpenCode는 사용자가 쉽게 테마를 만들 수 있도록 유연한 JSON --- -# # # # # Hierarchy의 +##### Hierarchy의 테마는 다음과 같은 순서에서 여러 디렉토리에서로드됩니다. 나중에 감독은 이전 것을 무시합니다. diff --git a/packages/web/src/content/docs/ko/tools.mdx b/packages/web/src/content/docs/ko/tools.mdx index 339981272..c3ac68266 100644 --- a/packages/web/src/content/docs/ko/tools.mdx +++ b/packages/web/src/content/docs/ko/tools.mdx @@ -45,7 +45,7 @@ description: Manage the tools an LLM can use. --- -# # # # # # bash +###### bash 프로젝트 환경에서 쉘 명령을 실행합니다. @@ -117,7 +117,7 @@ codebase에서 파일 내용을 읽으십시오. --- -# # # # 그라프 +#### 그라프 정규 표현식을 사용하여 파일 내용을 검색합니다. @@ -134,7 +134,7 @@ Codebase에서 빠른 콘텐츠 검색. 전체 regex 문법 및 파일 패턴 --- -# # # # glob +#### glob 패턴 매칭으로 파일 찾기. @@ -248,7 +248,7 @@ LSP 서버가 프로젝트에 사용할 수 있는 구성하려면 [LSP Servers] --- -# # # # todoread +#### todoread 기존의 todo 목록 읽기. @@ -269,7 +269,7 @@ LSP 서버가 프로젝트에 사용할 수 있는 구성하려면 [LSP Servers] --- -# # # # 웹 사이트 +#### 웹 사이트 Fetch 웹 콘텐츠. @@ -286,7 +286,7 @@ LLM을 fetch 및 웹 페이지를 읽을 수 있습니다. 온라인 리소스 --- -# # # # 웹 검색 +#### 웹 검색 웹 검색 @@ -366,7 +366,7 @@ MCP 서버 구성에 대한 [Learn more](/docs/mcp-servers). --- -# # # # Ignore 패턴 +#### Ignore 패턴 일반적으로 무시되는 파일을 포함하려면 프로젝트 루트에 `.ignore` 파일을 만듭니다. 이 파일은 명시적으로 특정 경로를 허용 할 수 있습니다. diff --git a/packages/web/src/content/docs/ko/troubleshooting.mdx b/packages/web/src/content/docs/ko/troubleshooting.mdx index 880940a53..e98b9cb0b 100644 --- a/packages/web/src/content/docs/ko/troubleshooting.mdx +++ b/packages/web/src/content/docs/ko/troubleshooting.mdx @@ -85,7 +85,7 @@ OpenCode는 디스크에서 로컬 플러그인을로드 할 수 있습니다. T --- -# # # # 캐시 삭제 +#### 캐시 삭제 플러그인을 비활성화하는 경우 도움이되지 않습니다 (또는 플러그인 설치가 붙어있다), 캐시를 삭제 그래서 OpenCode는 그것을 재구성 할 수 있습니다. @@ -214,7 +214,7 @@ OpenCode와 문제가 발생하면: --- -# # # # 모델 사용할 수 없습니다 +#### 모델 사용할 수 없습니다 1. 공급자와 정통한 확인 2. config의 모델명을 수정한다. @@ -273,7 +273,7 @@ Windows에서, `WIN+R`를 누르고 삭제하십시오: `%USERPROFILE%\.cache\op --- -# # # # 복사 / Linux에서 작동하지 않음 +#### 복사 / Linux에서 작동하지 않음 Linux 사용자는 다음과 같은 클립 보드 유틸리티 중 하나가 복사 / 붙여 넣기 기능에 설치해야합니다. diff --git a/packages/web/src/content/docs/ko/tui.mdx b/packages/web/src/content/docs/ko/tui.mdx index 57e275206..20415ab65 100644 --- a/packages/web/src/content/docs/ko/tui.mdx +++ b/packages/web/src/content/docs/ko/tui.mdx @@ -151,7 +151,7 @@ Markdown에 대한 현재 대화를 내보내고 기본 편집기에서 열립 --- -# # # # # # # 인 +###### 인 `AGENTS.md` 파일을 만들거나 업데이트하십시오. [더 알아보기](/docs/rules). @@ -187,7 +187,7 @@ Markdown에 대한 현재 대화를 내보내고 기본 편집기에서 열립 --- -# # # # # 재도 +##### 재도 이전 undone 메시지 Redo. `/undo`를 사용하는 후에만 유효한. @@ -256,7 +256,7 @@ Git 저장소**입니다. --- -# # # # # 취소 +##### 취소 대화에서 마지막 메시지. 가장 최근의 사용자 메시지, 모든 후속 응답 및 모든 파일 변경 제거. @@ -275,7 +275,7 @@ Git 저장소**입니다. --- -# # # # 공유 +#### 공유 Unshare 현재 세션. [더 알아보기](/docs/share#un-sharing). diff --git a/packages/web/src/content/docs/ko/web.mdx b/packages/web/src/content/docs/ko/web.mdx index e79d69d21..0d178603a 100644 --- a/packages/web/src/content/docs/ko/web.mdx +++ b/packages/web/src/content/docs/ko/web.mdx @@ -70,7 +70,7 @@ opencode web --mdns opencode web --mdns --mdns-domain myproject.local ``` -# # # # # # CORS +###### CORS CORS에 대한 추가 도메인을 허용하려면 (사용자 정의 frontends에 적합) : diff --git a/packages/web/src/content/docs/ko/zen.mdx b/packages/web/src/content/docs/ko/zen.mdx index aaf0cd43a..9d208ee77 100644 --- a/packages/web/src/content/docs/ko/zen.mdx +++ b/packages/web/src/content/docs/ko/zen.mdx @@ -62,37 +62,37 @@ OpenCode Zen은 OpenCode의 다른 공급자와 같습니다. 다음 API 엔드포인트를 통해 모델에 액세스할 수 있습니다. -| 모델명 | 모델명 | 엔드포인트 | AI SDK Package | -| ------------------- | ------------------ | -------------------------------------------------- | --------------------------- | ---------- | -| GPT 5.2 | gpt-5.2 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | 일본 | -| GPT 5.2 코덱 | gpt-5.2 코덱 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | -| GPT 5.1 | gpt-5.1 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | 후쿠오카현 | -| GPT 5.1 코덱 | gpt-5.1-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | -| GPT 5.1 코덱 맥스 | gpt-5.1-codex-max | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | -| GPT 5.1 코덱 미니 | gpt-5.1-codex-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | -| GPT 5 | gpt-5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | 일본 | -| GPT 5 코덱 | gpt-5-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | -| GPT 5 나노 | gpt-5-nano | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | -| 클로드손넷 4.5 | claude-sonnet-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | -| 클로드 아들넷 4 | 클로드슨넷-4 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | -| 클로드 하이쿠 4.5 | claude-haiku-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | -| 클로드 하이쿠 3.5 | claude-3-5-haiku | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | -| 클로드 오푸스 4.6 | claude-opus-4-6 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | -| 클로드 오푸스 4.5 | claude-opus-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | -| 클로드 오푸스 4.1 | 클로드오푸스-4-1 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | -| 젬니 3 프로 | 젬니 3 프로 | `https://opencode.ai/zen/v1/models/gemini-3-pro` | `@ai-sdk/google` | -| 젬니 3 플래시 | 젬니 3 플래시 | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` | -| 미니 맥스 M2.1 | minimax-m2.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | -| 미니 맥스 M2.1 무료 | 미니max-m2.1-무료 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | -| GLM 4.7 | glm-4.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | 일본 | -| GLM 4.7 무료 | glm-4.7-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | -| GLM 4.6 | glm-4.6 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | 일본 | -| 김이 K2.5 | kimi-k2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | -| 김이 K2.5 무료 | kimi-k2.5-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | -| 김이 K2 생각 | kimi-k2-thinking | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | -| 김이 K2 | kimi-k2 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | -| Qwen3 코더 480B | Qwen3- 코더 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | -| 빅클래스 | 빅클래스 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | +| 모델 | 모델 ID | 엔드포인트 | AI SDK 패키지 | +| ------------------ | ------------------ | -------------------------------------------------- | --------------------------- | +| GPT 5.2 | gpt-5.2 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5.2 Codex | gpt-5.2-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5.1 | gpt-5.1 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5.1 Codex | gpt-5.1-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5.1 Codex Max | gpt-5.1-codex-max | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5.1 Codex Mini | gpt-5.1-codex-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5 | gpt-5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5 Codex | gpt-5-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5 Nano | gpt-5-nano | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| Claude Sonnet 4.5 | claude-sonnet-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | +| Claude Sonnet 4 | claude-sonnet-4 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | +| Claude Haiku 4.5 | claude-haiku-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | +| Claude Haiku 3.5 | claude-3-5-haiku | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | +| Claude Opus 4.6 | claude-opus-4-6 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | +| Claude Opus 4.5 | claude-opus-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | +| Claude Opus 4.1 | claude-opus-4-1 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | +| Gemini 3 Pro | gemini-3-pro | `https://opencode.ai/zen/v1/models/gemini-3-pro` | `@ai-sdk/google` | +| Gemini 3 Flash | gemini-3-flash | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` | +| MiniMax M2.1 | minimax-m2.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | +| MiniMax M2.1 Free | minimax-m2.1-free | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` | +| GLM 4.7 | glm-4.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | +| GLM 4.7 Free | glm-4.7-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | +| GLM 4.6 | glm-4.6 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | +| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | +| Kimi K2.5 Free | kimi-k2.5-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | +| Kimi K2 Thinking | kimi-k2-thinking | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | +| Kimi K2 | kimi-k2 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | +| Qwen3 Coder 480B | qwen3-coder | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | +| Big Pickle | big-pickle | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | OpenCode config에서 [model id](/docs/config/#models) 형식 `opencode/`를 사용합니다. 예를 들어, GPT 5.2 Codex의 경우, @@ -114,42 +114,41 @@ https://opencode.ai/zen/v1/models 우리는 pay-as-you-go 모델을 지원합니다. 아래는 1M 토큰 \*\* 당 가격입니다. -| 모델 | 입력 | 출력 | 통번역 | 통번역 | -| ----------------- | ---- | ----- | ------ | ------ | --- | --- | -| 빅클래스 | 무료 | | 무료 | | | | -| MiniMax M2.1 무료 | | 무료 | | | | -| 최소 M2.1 | 0.30 | $1.20 | 0.10 | - | -| GLM 4.7 무료 | | 무료 | | | | | - -인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 -| GLM 4.6 | $0.60 | $2.20 | 0.10 | - | -| 김이 K2.5 무료 | | | 무료 | | | | | -| 김이 K2.5 | $0.60 | $3.00 | $0.08 | - | -| 김이 K2 생각 | $ 0.40 | $2.50 | - | - | -| 김이 K2 | 0.40 | $2.50 | - | - | -| Qwen3 코더 480B | $0.45 | $1.50 | - | - | -| 클로드손넷 4.5(≤ 200K 토큰) | $3.00 | $15.00 | $0.30 | $3.75 | -| 클로드손넷 4.5(> 200K 토큰) | $6.00 | $22.50 | $0.60 | $7.50 | -| 클로드 소네넷 4(≤ 200K 토큰) | $3.00 | $15.00 | $0.30 | $3.75 | -| 클로드 소네넷 4(> 200K 토큰) | $6.00 | $22.50 | $0.60 | $7.50 | -| 클레어 하이쿠 4.5 | $1.00 | $5.00 | $0.10 | $1.25 | -| 클레어 하이쿠 3.5 | $0.80 | $4.00 | $0.08 | $1.00 | -| 클로드 오푸스 4.6 (≤ 200K 토큰) | $5.00 | $25.00 | $0.50 | $6.25 | -| 클로드 오푸스 4.6 (> 200K 토큰) | $10.00 | $37.50 | $1.00 | $12.50 | -| 클로드 오푸스 4.5 | $5.00 | $25.00 | $0.50 | $6.25 | -인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 -| 젬니 3 프로 (≤ 200K 토큰) | $2.00 | $12.00 | $0.20 | - | -| 젬니 3 프로 (> 200K 토큰) | $4.00 | $18.00 | $0.40 | - | -인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 -인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 센터 -| GPT 5.2 코덱 | $1.75 | $14.00 | $0.175 | - | -인포메이션 인포메이션 인포메이션 인포메이션 인포메이션 -| GPT 5.1 코덱 | $1.07 | $8.50 | $0.107 | - | -| GPT 5.1 Codex Max | $10.00 | $0.125 | - | -| GPT 5.1 코덱 미니 | $0.25 | $2.00 | $0.025 | - | -| GPT 5 인| $1.07 | $8.50 | $0.107 | - | -| GPT 5 코드 | $1.07 | $8.50 | $0.107 | - | -| GPT 5 나노 | 무료 | | 무료 | | | | +| 모델 | 입력 | 출력 | 캐시 읽기 | 캐시 쓰기 | +| ---------------------------------- | ------ | ------ | ----------- | ----------- | +| Big Pickle | Free | Free | Free | - | +| MiniMax M2.1 Free | Free | Free | Free | - | +| MiniMax M2.1 | $0.30 | $1.20 | $0.10 | - | +| GLM 4.7 Free | Free | Free | Free | - | +| GLM 4.7 | $0.60 | $2.20 | $0.10 | - | +| GLM 4.6 | $0.60 | $2.20 | $0.10 | - | +| Kimi K2.5 Free | Free | Free | Free | - | +| Kimi K2.5 | $0.60 | $3.00 | $0.08 | - | +| Kimi K2 Thinking | $0.40 | $2.50 | - | - | +| Kimi K2 | $0.40 | $2.50 | - | - | +| Qwen3 Coder 480B | $0.45 | $1.50 | - | - | +| Claude Sonnet 4.5 (≤ 200K tokens) | $3.00 | $15.00 | $0.30 | $3.75 | +| Claude Sonnet 4.5 (> 200K tokens) | $6.00 | $22.50 | $0.60 | $7.50 | +| Claude Sonnet 4 (≤ 200K tokens) | $3.00 | $15.00 | $0.30 | $3.75 | +| Claude Sonnet 4 (> 200K tokens) | $6.00 | $22.50 | $0.60 | $7.50 | +| Claude Haiku 4.5 | $1.00 | $5.00 | $0.10 | $1.25 | +| Claude Haiku 3.5 | $0.80 | $4.00 | $0.08 | $1.00 | +| Claude Opus 4.6 (≤ 200K tokens) | $5.00 | $25.00 | $0.50 | $6.25 | +| Claude Opus 4.6 (> 200K tokens) | $10.00 | $37.50 | $1.00 | $12.50 | +| Claude Opus 4.5 | $5.00 | $25.00 | $0.50 | $6.25 | +| Claude Opus 4.1 | $15.00 | $75.00 | $1.50 | $18.75 | +| Gemini 3 Pro (≤ 200K tokens) | $2.00 | $12.00 | $0.20 | - | +| Gemini 3 Pro (> 200K tokens) | $4.00 | $18.00 | $0.40 | - | +| Gemini 3 Flash | $0.50 | $3.00 | $0.05 | - | +| GPT 5.2 | $1.75 | $14.00 | $0.175 | - | +| GPT 5.2 Codex | $1.75 | $14.00 | $0.175 | - | +| GPT 5.1 | $1.07 | $8.50 | $0.107 | - | +| GPT 5.1 Codex | $1.07 | $8.50 | $0.107 | - | +| GPT 5.1 Codex Max | $1.25 | $10.00 | $0.125 | - | +| GPT 5.1 Codex Mini | $0.25 | $2.00 | $0.025 | - | +| GPT 5 | $1.07 | $8.50 | $0.107 | - | +| GPT 5 Codex | $1.07 | $8.50 | $0.107 | - | +| GPT 5 Nano | Free | Free | Free | - | You might notice Claude Haiku 3.5 사용 역사. 이것은 세션의 제목을 생성하는 데 사용되는 [low cost model](/docs/config/#models)입니다. -- cgit v1.2.3