PyPI
cohere
观察池 · 暂无正式排名
该项目当前未满足“两个有效维度 + 两种数据源”的主榜门槛。
— 未排名
可观测采用度当前有效 · 2026-09-12 82
动量缺失 —
关注度缺失 —
信号可信度 依据当前有数据的独立评分维度数量计算。
有限1/3 · 1 种数据源
项目介绍
The Cohere Python SDK allows access to Cohere models across many different platforms: the cohere platform, AWS (Bedrock, Sagemaker), Azure, GCP and Oracle OCI. For a full list of support and snippets, please take a look at the SDK support docs page.
Cohere documentation and API reference is available here.
You can set a system environment variable COAPIKEY to avoid writing your api key within your code, e.g. add export COAPIKEY=theapikeyforyouraccount in your /.zshrc or /.bashrc, open a new terminal, then code calling cohere.Client() will read this key.
The SDK supports streaming endpoints. To take advantage of this feature for chat, use chatstream.
The SDK supports Oracle Cloud…