diff options
| author | Frank <[email protected]> | 2026-04-24 14:05:29 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-04-24 14:05:29 -0400 |
| commit | d01ad4c4992f931e334eaeac1baf7001e9d8f4f7 (patch) | |
| tree | 431d375103a31e5fd06bb89ecf78c471e0a46877 /packages/web/src/content/docs/ja | |
| parent | 28025a0f36c710a9db70502e04320b2d18b0d8e2 (diff) | |
| download | opencode-d01ad4c4992f931e334eaeac1baf7001e9d8f4f7.tar.gz opencode-d01ad4c4992f931e334eaeac1baf7001e9d8f4f7.zip | |
zen: gpt-5.5
Diffstat (limited to 'packages/web/src/content/docs/ja')
| -rw-r--r-- | packages/web/src/content/docs/ja/zen.mdx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/ja/zen.mdx b/packages/web/src/content/docs/ja/zen.mdx index ee84dc917..0d142a73f 100644 --- a/packages/web/src/content/docs/ja/zen.mdx +++ b/packages/web/src/content/docs/ja/zen.mdx @@ -55,6 +55,8 @@ OpenCode Zen は、OpenCode のほかのプロバイダーと同じように動� | Model | Model ID | Endpoint | AI SDK Package | | --------------------- | --------------------- | -------------------------------------------------- | --------------------------- | +| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | | GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | | GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | | GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | @@ -95,7 +97,7 @@ OpenCode Zen は、OpenCode のほかのプロバイダーと同じように動� | Hy3 Preview Free | hy3-preview-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | | Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | -OpenCode 設定で使う [model id](/docs/config/#models) は `opencode/<model-id>` 形式です。たとえば、GPT 5.4 では設定に `opencode/gpt-5.4` を使用します。 +OpenCode 設定で使う [model id](/docs/config/#models) は `opencode/<model-id>` 形式です。たとえば、GPT 5.5 では設定に `opencode/gpt-5.5` を使用します。 --- @@ -142,6 +144,8 @@ https://opencode.ai/zen/v1/models | Gemini 3.1 Pro (≤ 200K tokens) | $2.00 | $12.00 | $0.20 | - | | Gemini 3.1 Pro (> 200K tokens) | $4.00 | $18.00 | $0.40 | - | | Gemini 3 Flash | $0.50 | $3.00 | $0.05 | - | +| GPT 5.5 | $5.00 | $30.00 | $0.50 | - | +| GPT 5.5 Pro | $60.00 | $360.00 | $60.00 | - | | GPT 5.4 | $2.50 | $15.00 | $0.25 | - | | GPT 5.4 Pro | $30.00 | $180.00 | $30.00 | - | | GPT 5.4 Mini | $0.75 | $4.50 | $0.075 | - | |
