Skip to content

Batch inference — OpenAI /v1/batches & Anthropic /v1/messages/batches #60

@JGoutin

Description

@JGoutin

Implement batch inference APIs backed by Amazon Bedrock batch inference.

OpenAI-compatible

  • POST /v1/batches
  • GET /v1/batches
  • GET /v1/batches/{batch_id}
  • POST /v1/batches/{batch_id}/cancel

Anthropic-compatible

  • POST /v1/messages/batches
  • GET /v1/messages/batches
  • GET /v1/messages/batches/{message_batch_id}
  • DELETE /v1/messages/batches/{message_batch_id}
  • POST /v1/messages/batches/{message_batch_id}/cancel
  • GET /v1/messages/batches/{message_batch_id}/results

REF:

Metadata

Metadata

Assignees

No one assigned

    Labels

    api chatChat API specificenhancementNew feature or request
    No fields configured for Feature.

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions