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.