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

# GPT-5.6 models 출시

> GPT-5.6 models를 이제 사용할 수 있습니다. Codex, external tools, multi-step agent workflows용 gpt-5.6-luna, gpt-5.6-sol 및 gpt-5.6-terra가 포함됩니다.

Release date: July 10, 2026

BetterToken은 이제 GPT-5.6 model family를 supports합니다. <a href={"https://bettertoken.ai/pricing"}>모델 광장</a>에서 currently available **GPT provider** model IDs와 live pricing을 확인한 다음 OpenAI-compatible protocol을 통해 Codex, OpenCode, OpenClaw, Cursor, Cline, Zed 또는 other external tools에서 사용하세요.

new model IDs는 다음과 같습니다.

| Model ID        | 적합한 용도                                                                                           |
| --------------- | ------------------------------------------------------------------------------------------------ |
| `gpt-5.6-sol`   | Complex reasoning, large codebases, multi-step agent tasks 및 long-running coding workflows       |
| `gpt-5.6-terra` | Everyday coding, interactive development, common agent tasks 및 balanced capability와 cost         |
| `gpt-5.6-luna`  | batch assistance, quick Q\&A, simple rewrites, small tool calls처럼 speed와 cost가 중요한 lighter tasks |

## 주요 특징

* **three model tiers**: OpenAI는 high-reasoning work, balanced everyday tasks, lighter high-volume tasks에 GPT-5.6 Sol, Terra, Luna를 positions합니다.
* **coding agents에 더 적합**: OpenAI는 coding-agent, terminal workflow, tool-coordination tasks 전반의 improvements를 highlights합니다.
* **external tools 지원 준비**: OpenAI Help Center는 Sol, Terra, Luna가 OpenAI API를 통해 available하다고 confirms합니다. BetterToken에서는 **GPT provider**와 `https://www.bettertoken.ai/v1`를 사용하세요.
* **workload별 선택**: complex work에는 `gpt-5.6-sol`, daily development에는 `gpt-5.6-terra`, lighter 또는 cost-sensitive requests에는 `gpt-5.6-luna`로 start하세요.

## Setup guidance

Codex 또는 other OpenAI-compatible tools에서는 matching setup guide를 따르세요.

* **Base URL**: `https://www.bettertoken.ai/v1`
* **provider**: **GPT provider**를 choose합니다.
* **Model name**: <a href={"https://bettertoken.ai/pricing"}>모델 광장</a>에서 current model ID를 copy합니다.

<Note>
  model plaza에 shown되지 않은 model name을 hardcode하지 마세요. Model availability, pricing, routing status는 live <a href={"https://bettertoken.ai/pricing"}>모델 광장</a>을 따릅니다.
</Note>

## Quick start

1. BetterToken API Key를 create합니다.
2. tool에서 Base URL을 `https://www.bettertoken.ai/v1`로 set합니다.
3. model plaza에서 current `gpt-5.6-sol`, `gpt-5.6-terra` 또는 `gpt-5.6-luna` model ID를 copy합니다.
4. small coding task를 먼저 run한 다음 Dashboard에서 request usage를 verify합니다.

다음 setup guides 중 하나를 사용하세요.

* [Codex CLI 및 Codex App setup](/ko/ai-tools/codex)
* [OpenCode setup](/ko/ai-tools/opencode)
* [Cline에서 OpenAI-compatible API setup](/ko/faq/cline/openai-compatible-api)

## 선택 방법

어디서 start할지 모르겠다면 task complexity로 choose하세요.

* large codebase understanding, cross-file edits, test repair, long debugging loops 및 stronger reasoning이 필요한 agent tasks에는 `gpt-5.6-sol`를 사용합니다.
* everyday coding, code explanation, routine refactors, documentation 및 most interactive development tasks에는 `gpt-5.6-terra`를 사용합니다.
* lightweight Q\&A, batch assistance, simple text processing, low-latency tool calls 및 high-volume cost-sensitive requests에는 `gpt-5.6-luna`를 사용합니다.

## FAQ

### 어떤 model을 먼저 try해야 하나요?

most everyday coding에는 `gpt-5.6-terra`로 start하세요. task에 deeper reasoning이 필요하면 `gpt-5.6-sol`로 move하고 latency가 더 중요하면 `gpt-5.6-luna`를 사용하세요.

### current price는 어디에서 찾을 수 있나요?

current pricing과 availability는 live <a href={"https://bettertoken.ai/pricing"}>모델 광장</a>에서 확인하세요. prices는 change될 수 있으므로 이 page에서는 hardcode하지 않습니다.

### tool이 Model not found를 report하면 어떻게 해야 하나요?

model plaza에서 model ID를 again copy하고 selected model이 GPT provider에서 available한지 confirm하며 `https://www.bettertoken.ai/v1`를 verify하세요. more checks는 [model selection guide](/ko/faq/model-calling/model-selection-guide)를 참조하세요.

## Official sources

* [GPT-5.6: ambition에 맞춰 scale하는 Frontier intelligence](https://openai.com/index/gpt-5-6/)
* [ChatGPT의 GPT-5.6](https://help.openai.com/en/articles/20001354)
* [OpenAI GPT-5.6 Sol, Terra 및 Luna를 GitHub Copilot에서 사용 가능](https://github.blog/changelog/2026-07-09-openais-gpt-5-6-sol-terra-and-luna-are-now-available-in-github-copilot/)
