powertokens platform through two provider paths:
- OpenAI Compatible provider for text models that work through
/v1/chat/completions. - Anthropic provider with a custom base URL for Anthropic-path models validated as default tool-workflow choices.
Choose a path
OpenAI Compatible setup
Create a provider profile in Kilo Code:
Verify the same path with:
Anthropic provider setup
Use Kilo Code’s Anthropic provider when you want the Claude/Anthropic path:
Kilo Code’s Anthropic provider appends
/messages to Custom base URL. Set the field to the version path https://baze-api.powerbuyin.top/v1 so the final request reaches the platform’s /v1/messages endpoint.
Recommended Anthropic tool-workflow models:
When you verify the Anthropic path with curl, use the full endpoint path:
Models not recommended for Anthropic provider
Use these models through OpenAI Compatible, not through the Anthropic provider, even if model discovery declaresanthropic:
Validation checklist
- Send a tiny prompt that only asks for
ok. - Run one real code-edit task and confirm Kilo Code can read files, propose edits, and finish.
- If you enabled streaming, validate a long response.
- Validate tool calling, image input, and caching separately before relying on them.