jspahrsummers / anthropic-sdk-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anthropic Python SDK

This python repo provides access to Anthropic's safety-first language model APIs.

For more information on our APIs, please check the confidential documentation portal.

How to use

pip install .
export ANTHROPIC_API_KEY=<insert token here>
python examples/basic_sync.py
python examples/basic_stream.py

About


Languages

Language:Python 100.0%