Skip to content

Instantly share code, notes, and snippets.

@ochilab
Created August 20, 2026 09:28
Show Gist options
  • Select an option

  • Save ochilab/9751973b6b38e6a221f160eb568da764 to your computer and use it in GitHub Desktop.

Select an option

Save ochilab/9751973b6b38e6a221f160eb568da764 to your computer and use it in GitHub Desktop.
OpenCodeでbedrockのGPTモデルを呼び出す設定
{
"$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