This is the download and support page for the software
AiAPI is a cross-platform client that converts the Claude website into an OpenAI-compatible API, allowing you to use Claude's 100k context capability in any OpenAI-compatible software. What's even better is that it's free. Thanks to Claude.
- Cross-platform, works on Mac and Windows
- Based on Claude2, provides 100k context
- Compatible with OpenAI API, allowing direct reuse of existing OpenAI tools
- Supports the CookieCloud browser extension, which can automatically refresh and synchronize cookies
Please go to the Releases section of the repository.
- Currently, only the
/v1/chat/completions
endpoint and themessages
parameter are supported. The model used isclaude-2
.Stream
mode only. - Continuous conversation is supported, and the
messages
parameter will be automatically concatenated.