Set PERPLEXITY_API_KEY, then run examples with Node 26:
node examples/search.ts
node examples/chat-completion.ts
node examples/chat-streaming.ts
node examples/responses.ts
node examples/responses-streaming.ts
node examples/embeddings.ts
node examples/contextualized-embeddings.ts
node examples/async-chat-completion.tsEach file is standalone and follows API shapes documented in api.md. Examples call live APIs and may incur usage.