Skip to main content

Crate siumai_provider_cohere

Crate siumai_provider_cohere 

Source
Expand description

siumai-provider-cohere

Cohere provider implementation for siumai.

This crate exposes Cohere’s native unified provider surface:

  • chat (/v2/chat)
  • embedding (/v2/embed)
  • rerank (/v2/rerank)

Modules§

provider_options
Provider-owned typed option structs (Cohere-specific). Provider-owned typed option structs for Cohere.
providers
Provider-owned clients and builders.
standards
Protocol standards owned by this crate.