Evidence
- Published
- 2026-05-21
- Updated
- 2026-06-08
- Reviewed
- 2026-06-08 0d ago
- Freshness
- fresh
同一機能の実装差をプロバイダ横断で対照表化します。名称が似ていても、HTTP payload、
default、エラー形式、SDK helper の抽象が異なる前提で読みます。
Coverage
| Topic | Compare target | Primary risk | Status |
|---|
| tool calling | OpenAI tools / Anthropic tool_use / Google function calling | request schema と tool selection の差 | 公開中 |
| structured output | JSON mode、schema strictness、repair behavior | valid JSON と schema 準拠の混同 | 準備中 |
| streaming | event type、delta schema、finish reason | parser の provider lock-in | 準備中 |
| vision input | image payload、mime、URL/base64 | payload size と形式差 | 準備中 |
| prompt caching | cache marker、billing、TTL | provider ごとの課金・適用条件 | 準備中 |
Matrix Columns
| Column | 説明 |
|---|
| Request | curl payload のフィールド名と必須条件 |
| Response | status code、event、schema の差 |
| Failure | 壊れる条件、provider 移行時の落とし穴 |
| Evidence | official source、Verified、Measured、unverified |