1. Create or copy a TKEN key
Store the key as TKEN_API_KEY locally. Avoid pasting production keys into screenshots, issues or team chat.
Continue provider setup
Continue supports OpenAI-compatible provider settings. Point apiBase at https://www.tken.shop/v1 when you want to test TKEN model routing from a coding assistant workflow.
models:
- name: TKEN MiniMax
provider: openai
model: MiniMax-M2.7
apiBase: https://www.tken.shop/v1
apiKey: ${env:TKEN_API_KEY}
Use a small prompt and a low-risk file context first. Confirm the selected model responds as expected before using it on private repos or long-running agent tasks.
Store the key as TKEN_API_KEY locally. Avoid pasting production keys into screenshots, issues or team chat.
Configure Continue with provider openai, a TKEN model name and apiBase set to https://www.tken.shop/v1.
Test response quality, latency, tool behavior and cost before assigning large codebase tasks.
Use the same OpenAI-compatible endpoint in Continue, SDK tests and proxy tools so your team has one repeatable configuration.