cohere-hello-world
Installation
SKILL.md
Cohere Hello World
Overview
Three minimal working examples: Chat completion, text embedding, and search reranking. Each demonstrates a core Cohere API v2 endpoint.
Prerequisites
- Completed
cohere-install-authsetup cohere-aipackage installedCO_API_KEYenvironment variable set
Instructions
Example 1: Chat Completion
import { CohereClientV2 } from 'cohere-ai';
const cohere = new CohereClientV2();