Implement if compatible with Bedrock sessions:
-
POST /v1/responses (with store=true)
-
GET /v1/responses/{response_id}
-
DELETE /v1/responses/{response_id}
-
GET /v1/responses/{response_id}/input_items
-
POST /v1/responses/{response_id}/cancel
-
POST /v1/conversations
-
GET /v1/conversations/{conversation_id}
-
POST /v1/conversations/{conversation_id}
-
DELETE /v1/conversations/{conversation_id}
-
POST /v1/conversations/{conversation_id}/items
-
GET /v1/conversations/{conversation_id}/items/{item_id}
-
DELETE /v1/conversations/{conversation_id}/items/{item_id}
-
GET /v1/conversations/{conversation_id}/items
-
POST /v1/chat/completions (with store=true)
-
GET /V1/chat/completions/{completion_id}
-
POST /v1/chat/completions/{completion_id}
-
DELETE /v1/chat/completions/{completion_id}
-
GET /v1/chat/completions
-
GET /V1/chat/completions/{completion_id}/messages
REF:
Implement if compatible with Bedrock sessions:
POST /v1/responses (with
store=true)GET /v1/responses/{response_id}
DELETE /v1/responses/{response_id}
GET /v1/responses/{response_id}/input_items
POST /v1/responses/{response_id}/cancel
POST /v1/conversations
GET /v1/conversations/{conversation_id}
POST /v1/conversations/{conversation_id}
DELETE /v1/conversations/{conversation_id}
POST /v1/conversations/{conversation_id}/items
GET /v1/conversations/{conversation_id}/items/{item_id}
DELETE /v1/conversations/{conversation_id}/items/{item_id}
GET /v1/conversations/{conversation_id}/items
POST /v1/chat/completions (with
store=true)GET /V1/chat/completions/{completion_id}
POST /v1/chat/completions/{completion_id}
DELETE /v1/chat/completions/{completion_id}
GET /v1/chat/completions
GET /V1/chat/completions/{completion_id}/messages
REF: