Created
August 20, 2026 09:28
-
-
Save ochilab/9751973b6b38e6a221f160eb568da764 to your computer and use it in GitHub Desktop.
OpenCodeでbedrockのGPTモデルを呼び出す設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "model": "amazon-bedrock/global.openai.gpt-5.6-luna", | |
| "provider": { | |
| "amazon-bedrock": { | |
| "models": { | |
| "global.openai.gpt-5.6-luna": { | |
| "options": { | |
| "additionalModelRequestFields": { | |
| "reasoning": { | |
| "effort": "none" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "options": { | |
| "region": "us-east-1", | |
| "profile": "default" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment