Endpoints
Use two clients when you need both runtime and S3-style file operations:S3-Compatible File Routes
ModRouter registers file routes under/bedrock/files:
Example:
Batch Jobs
ModRouter registers Bedrock model invocation job routes:
Example shape:
Provider Notes
- Bedrock-native batch jobs are S3-backed.
- OpenAI batches use
/openai/v1/batchesand JSONL input files. - Anthropic message batches use
/anthropic/v1/messages/batcheswith inline requests.
