Skip to main content

Cohere

Cohere is a Canadian startup that provides natural language processing models to help companies improve human-computer interaction.

Requisites

To use Cohere models, you need to have the following credential information. You can get them by signing up at Cohere's website.

Required credentials:

  • COHERE_API_KEY: Your Cohere API key for authentication.

Supported Models

Embed English v3.0

  • Model schema id: cohere/embed-english-v3.0

A model that allows for text to be classified or turned into embeddings. English only.

  • Embedding size: 1024
  • Input token limit: 512
  • Max batch size: 96

Embed English Light v3.0

  • Model schema id: cohere/embed-english-light-v3.0
  • Embedding size: 384
  • Input token limit: 512
  • Max batch size: 96

Embed English Light v2.0

  • Model schema id: cohere/embed-english-light-v3.0
  • Embedding size: 1024
  • Input token limit: 512
  • Max batch size: 96

Embed Multilingual v3.0

  • Model schema id: cohere/embed-multilingual-v3.0
  • Embedding size: 1024
  • Input token limit: 512
  • Max batch size: 96

Embed Multilingual Light v3.0

  • Model schema id: cohere/embed-multilingual-light-v3.0
  • Embedding size: 384
  • Input token limit: 512
  • Max batch size: 96

Embed Multilingual v2.0

  • Model schema id: cohere/embed-multilingual-v2.0
  • Embedding size: 968
  • Input token limit: 512
  • Max batch size: 96