API PROTOCOLS
APIプロトコルと互換ルート
実際の検索は提供元名ではなく、「OpenAI Compatible API」「Claude Messages API」「Gemini API」のようなプロトコル語から始まることが多くあります。プロトコルの流れを見える化することで、現実の接続判断に近づきます。
プロトコル頁
5
各プロトコル頁では、認証方式、標準 API アドレスの形、提供元、次の動きをまとめて確認できます。
追跡中の提供元
18
これは抽象ページではなく、各ルートが実在の提供元につながっています。
続けて検証可能
18
プロトコル層のあと、そのまま実地検証と可売性判断へ進めます。
データ注記
プロトコルルートは 2026-05-11 時点の提供元カタログ、代表モデル、API アドレス、検証対応状況を整理したものです。公式ドキュメントの代替ではなく、接続判断を先に助けるためのページです。
Protocol pages should connect new releases back to real API choices
Protocol intent often follows a new release. Keep fresh models close to the API decision instead of burying them in the long catalog.
最新レーダー
Claude Sonnet 4.6
Anthropic · Claude 更新シグナル
グローバルモデル路線Claude入力価格 $3コンテキスト 1M
Why it is worth opening now:Claude Sonnet 4.6 は“最新モデル”系の高意図検索を受け止める入口です。
See API fit
最新レーダー
Gemini 3.1 Pro Preview
Google · Gemini 更新シグナル
グローバルモデル路線Gemini入力価格 $2コンテキスト 1.0M
Why it is worth opening now:Gemini 3.1 Pro Preview は“最新モデル”系の高意図検索を受け止める入口です。
See API fit
最新レーダー
DeepSeek R1 0528
DeepSeek · R1 更新シグナル
中国モデル路線R1入力価格 $0.45コンテキスト 164K
Why it is worth opening now:DeepSeek R1 0528 は“最新モデル”系の高意図検索を受け止める入口です。
See API fit
最新レーダー
Grok 4.20
xAI · Grok 更新シグナル
グローバルモデル路線Grok入力価格 $3コンテキスト 2M
Why it is worth opening now:Grok 4.20 は“最新モデル”系の高意図検索を受け止める入口です。
See API fit
先に主流のプロトコルルートから見る
OpenAI Compatible API や Claude Messages API のような言葉から来たなら、まず主流プロトコルルートを追うほうが速いです。
OpenAI-compatible API
OpenAI-compatible API routes
This is the most practical protocol route for real integration demand. Many procurement and developer decisions collapse into one question: can it plug in like OpenAI?
認証方式: Bearer token / Authorization14 providers
エンドポイント形状
/v1/models + /v1/chat/completions
代表提供元
Anthropic Messages API
Anthropic Messages API routes
The real Anthropic question is not only whether you can buy Claude, but whether the Messages API fits your workflow, tool use, and security posture.
認証方式: x-api-key + anthropic-version1 providers
エンドポイント形状
/v1/messages
代表提供元
Google Gemini API
Gemini API routes
Gemini becomes valuable when multimodal and long-context requirements are real, so the API shape, model coverage, and media readiness matter more than brand heat alone.
認証方式: API key query param1 providers
エンドポイント形状
/v1beta/models/{model}:generateContent
代表提供元
GLM JWT route
GLM JWT API routes
The sticking point for GLM is often not the model itself but how JWT auth and the compatible route are implemented. Once that is clear, enterprise decisions move faster.
認証方式: JWT from API key1 providers
エンドポイント形状
/api/paas/v4/chat/completions
代表提供元
DashScope compatible mode
DashScope compatible API routes
The Qwen route matters because DashScope exposes both native semantics and compatible mode. Many people are really asking whether they can plug it in immediately through the compatible route.
認証方式: Bearer token / compatible mode1 providers
エンドポイント形状
/compatible-mode/v1/chat/completions
代表提供元