cohere · Schema

Cohere Embedding

Represents the embedding output from the Cohere Embed API, including vector representations in multiple numeric formats.

Properties

Name Type Description
id string Unique identifier for the embedding request.
embeddings object Container for embedding vectors organized by type. Each type maps to an array of embedding vectors.
texts array The text entries for which embeddings were returned.
images array The image entries for which embeddings were returned.
View JSON Schema on GitHub