

For Coding Plan Subscribers | For Pay-As-You-Go Users |
openai: https://vanchin.streamlake.ai/api/gateway/coding/v1 claude: https://vanchin.streamlake.ai/api/gateway/coding/kat-coder-pro-v2.5/claude-code-proxy Billing method: Each request consumes the quota included in your subscription. | openai: https://vanchin.streamlake.ai/api/gateway/v1/endpoints claude: https://vanchin.streamlake.ai/api/gateway/v1/endpoints/kat-coder-pro-v2.5/claude-code-proxy Billing method: You only pay for the tokens you actually use. |
Before configuration, make sure to remove the following Anthropic-related environment variables:
Refer to the official Claude Code documentation.
npm install -g @anthropic-ai/claude-code
Create the Claude Code settings file at ~/.claude/settings.json and add the following configuration.
{
"env": {
"ANTHROPIC_BASE_URL": "https://vanchin.streamlake.ai/api/gateway/coding/kat-coder-pro-v2.5/claude-code-proxy",
"ANTHROPIC_AUTH_TOKEN": "YOUR_API_KEY",
"API_TIMEOUT_MS": "3000000",
"ANTHROPIC_MODEL": "kat-coder-pro-v2.5",
"ANTHROPIC_SMALL_FAST_MODEL": "kat-coder-pro-v2.5",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "kat-coder-pro-v2.5",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "kat-coder-pro-v2.5",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "kat-coder-pro-v2.5"
}
}
cd /path/to/your/project
claude
Please fill in the following information:
Please fill in the following information:
Fill in the configuration as follows:
Refer to the official OpenCode documentation.
curl -fsSL https://opencode.ai/install | bash
npm i -g opencode-ai
Create theOpenCode settings file at ~/.config/opencode/opencode.json and add the following configuration.
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"streamlake": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://vanchin.streamlake.ai/api/gateway/coding/v1",
"apiKey": "YOUR_API_KEY"
},
"models": {
"kat-coder-pro-v2.5": {
"name": "kat-coder-pro-v2.5"
}
}
}
}
}
cd /path/to/your/project
opencode
Refer to the official Droid documentation.
curl -fsSL https://app.factory.ai/cli | sh
irm https://app.factory.ai/cli/windows | iex
Create the Droid settings file at ~/.factory/settings.json and add the following configuration.
{
"customModels": [
{
"model": "kat-coder-pro-v2.5",
"displayName": "kat-coder-pro-v2.5",
"baseUrl": "https://vanchin.streamlake.ai/api/gateway/coding/v1",
"apiKey": "YOUR_API_KEY",
"provider": "generic-chat-completion-api",
"maxOutputTokens": 128000
}
]
}
cd /path/to/your/project
droid
Cursor supports custom model configuration **only for Pro Plan or higher subscriptions**.
Download and install from the Cursor official website.
Go to Settings → Models and enter the following:
Click View All Models, then Add Custom Model, and enter: kat-coder-pro-v2.5