Anthropic API
SharePOST/api/v1/messages
Change your base URL to KiteRouter. Everything else stays the same.
1client = anthropic.Anthropic( 2 base_url="https://kiterouter.com/api/v1", 3 api_key="kr-your-api-key", 4)
1const client = new Anthropic({ 2 baseURL: 'https://kiterouter.com/api/v1', 3 apiKey: 'kr-your-api-key', 4})