Phaseo CLI creates and manages Kilo Code’s dedicated key. Add it as a custom provider in the extension.
Create the credential
- Open Kilo Code in VS Code.
- Select the settings icon, open Providers, then select Add custom provider.
- Enter these values:
- If no model is discovered, add ID
anthropic/claude-sonnet-4.6 manually.
- Select Submit, then choose the Phaseo model.
Kilo displays the selection as phaseo/anthropic/claude-sonnet-4.6: phaseo is the local provider ID, while the rest is sent to Phaseo as the model ID.
Verify
Ask Kilo Code to reply with PHASEO_KILO_OK, then confirm the request appears in Phaseo activity.
Remove
Delete the custom provider in Kilo Code, then run:
The CLI cannot clear private extension storage, but removal revokes the key.
Troubleshooting
No models are discovered
Add the model manually. Discovery through /models is not required.
Authentication fails
Replace the saved value with phaseo integrations credential kilo-code and keep the Base URL exactly as shown.
The model name looks different
Select phaseo/<Phaseo model ID> in Kilo, but do not add phaseo/ inside the model ID field.
Last modified on August 14, 2026