Skip to main content
Kilo Code can connect to the 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 the path by protocol support. OpenAI-compatible support does not mean the same model can also be used through the Anthropic provider. If you need to choose the endpoint first, see Text model protocols and endpoints.

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:
Use these models through OpenAI Compatible, not through the Anthropic provider, even if model discovery declares anthropic:

Validation checklist

  1. Send a tiny prompt that only asks for ok.
  2. Run one real code-edit task and confirm Kilo Code can read files, propose edits, and finish.
  3. If you enabled streaming, validate a long response.
  4. Validate tool calling, image input, and caching separately before relying on them.

Troubleshooting