cohere-typescript-sdk
Installation
SKILL.md
Cohere TypeScript SDK Reference
Official Resources
- Docs & Cookbooks: https://github.com/cohere-ai/cohere-developer-experience
- API Reference: https://docs.cohere.com/reference/about
Installation
npm install cohere-ai
# or yarn add cohere-ai
# or pnpm add cohere-ai
Client Setup
import { CohereClientV2 } from "cohere-ai";