ReqLLM. Providers. AmazonBedrock. Cohere
(ReqLLM v1.14.0)
View Source
Cohere model family support for AWS Bedrock.
Currently supports Cohere embedding models (cohere.embed-v4) on AWS Bedrock.
Supported Models
cohere.embed-v4:0- Cohere Embed v4 with support for text and image embeddings
Input Modes
Cohere Embed v4 supports three input modes:
- Text-only - Pass strings directly via the
textparameter - Image-only - Pass base64-encoded images via
:imagesprovider option - Mixed (interleaved) - Pass content parts via
:inputsprovider option
Summary
Functions
Formats text, images, or mixed content into Cohere embedding request format for Bedrock.
Parses Cohere embedding response into OpenAI-compatible format.