Anthropic互換API
API |
リクエストメソッド |
リクエストパス |
説明 |
|---|---|---|---|
| Create a Message | POST | /api/anthropic/v1/messages |
Anthropicメッセージの作成 |
| List Anthropic Models | GET | /api/anthropic/v1/models |
Anthropicモデル一覧の取得 |
| Create a Message (Default Base) | POST | /api/v1/messages |
Anthropic Messages(デフォルトのベースURL) |
OpenAI互換API
API |
リクエストメソッド |
リクエストパス |
説明 |
|---|---|---|---|
| Create Chat Completion | POST | /api/v1/chat/completions |
OpenAIチャット補完 |
| Create Embedding | POST | /api/v1/embeddings |
OpenAI Embeddings |
| List Models | GET | /api/v1/models |
OpenAI互換モデル一覧の取得 |
| Rerank | POST | /api/v1/rerank |
再ランキング |
| Reranks | POST | /api/v1/reranks |
再ランキング |
| Create Response | POST | /api/v1/responses |
OpenAI Responses |
Vertex AI互換API
API |
リクエストメソッド |
リクエストパス |
説明 |
|---|---|---|---|
| Generate Content | POST | /api/vertex-ai/v1/publishers/{provider}/models/{model}:generateContent |
Vertex AIコンテンツ生成 |
| Stream Generate Content | POST | /api/vertex-ai/v1/publishers/{provider}/models/{model}:streamGenerateContent |
Vertex AIストリーミングコンテンツ生成 |
Model Router画像・動画API
API |
リクエストメソッド |
リクエストパス |
説明 |
|---|---|---|---|
| Create Image Generation | POST | /api/v1/images/generations |
OpenAI互換画像生成(非同期処理に対応) |
| Create Video Generation | POST | /api/v1/videos/generations |
画像からの動画生成(非同期処理、X-Async: enable) |
| Retrieve Task Status | GET | /api/v1/tasks/{task_id} |
画像または動画の非同期生成タスクのステータス取得 |
画像モデルAPI
API |
リクエストメソッド |
リクエストパス |
説明 |
|---|---|---|---|
| General text-to-image | POST | /api/v1/images/generations |
汎用テキスト・画像変換モデル |
| Third-party text-to-image | POST | /api/v1/publishers/{provider}/models/{model}:generateContent |
サードパーティ製テキスト・画像変換モデル |
| Third-party image-to-image | POST | /api/v1/publishers/{provider}/models/{model}:generateContent |
サードパーティ製画像・画像変換/画像編集モデル |
OpenAI互換バッチ・ファイルAPI
API |
リクエストメソッド |
リクエストパス |
説明 |
|---|---|---|---|
| Upload File | POST | /api/v1/files |
Batchファイルのアップロード |
| List Files | GET | /api/v1/files |
Batchファイル一覧の取得 |
| Retrieve File | GET | /api/v1/files/{file_id} |
Batchファイル情報の取得 |
| Delete File | DELETE | /api/v1/files/{file_id} |
Batchファイルの削除 |
| Get File Content | GET | /api/v1/files/{file_id}/content |
Batchファイルの内容の取得 |
| Get File Content (POST) | POST | /api/v1/files/{file_id}/content |
Batchファイルの内容の取得 |
| Create Batch | POST | /api/v1/batches |
Batchタスクの作成 |
| List Batches | GET | /api/v1/batches |
Batchタスク一覧の取得 |
| Retrieve Batch | GET | /api/v1/batches/{batch_id} |
Batchタスクの取得 |
| Retrieve Batch (POST) | POST | /api/v1/batches/{batch_id} |
Batchタスクの取得 |
| Cancel Batch | POST | /api/v1/batches/{batch_id}/cancel |
Batchタスクのキャンセル |