Skip to main content
JieKou AI provides an Anthropic SDK-compatible API service, making it easy to integrate into your existing applications. If you have already developed an application using the Anthropic SDK, you only need to replace the base URL and API Key with the JieKou AI API address and API Key. Please refer to the integration guide below.

Supported Models

Currently, only the following models support Anthropic SDK compatibility:

Quick Start

1. Install the Anthropic SDK

2. Initialize the Client

The Anthropic SDK will try to retrieve the API Key and base URL from the environment variables ANTHROPIC_API_KEY and ANTHROPIC_BASE_URL, respectively. You can also specify them through parameters when initializing the client.
  • Set via environment variables
  • Set parameters when initializing the Anthropic client

3. Call the API