https://leaiai.cn
https://leaiai.cn/v1
https://leaiai.cn/v1/chat/completions注意: 不同客户端可能需要使用不同的 BASE_URL,建议依次尝试以上地址
https://leaiai.cn 适用于anthropic格式接口 如:claude
https://leaiai.cn/v1 适用与openai格式接口 如:ChatGPT
https://leaiai.cn/v1/chat/completions 适用与openai格式接口 如:ChatGPT
{
"base_url": "https://leaiai.cn",
"api_key": "your_token_here",
"model": "selected_model_name"
}提示:建议先在聊天页面进行测试,确认配置正确后再进行开发集成