Evidence
- Published
- 2026-05-21
- Updated
- 2026-06-08
- Reviewed
- 2026-06-08 0d ago
- Freshness
- fresh
公式 doc では曖昧なパラメータの挙動と相互作用を、プロバイダ横断で整理します。
Coverage
| Parameter | Focus | Evidence target | Status |
|---|
| temperature | サンプリング温度、top_p との相互作用 | unverified | 公開中 |
top_p | nucleus sampling、temperature との併用条件 | official docs + measured examples | 準備中 |
tool_choice | auto / required / named tool の差 | curl Before / After | 準備中 |
reasoning_effort | reasoning token、extended thinking、thinkingConfig | official docs + curl | 準備中 |
response_format / structured output | JSON mode、schema strictness | curl diff | 準備中 |
max_tokens / max_output_tokens | 入出力上限、プロバイダごとの名称差 | curl + schema comparison | 準備中 |
Reading Checklist
| Check | Why |
|---|
| 同名パラメータか | provider によって名称と適用範囲が違う |
| default が明記されているか | doc に無い場合は unverified として扱う |
| API と SDK の差があるか | SDK helper の抽象で HTTP payload が隠れることがある |