Continue provider setup

Use TKEN as an OpenAI-compatible provider in Continue

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.

Continue config pattern OpenAI-compatible
models:
  - name: TKEN MiniMax
    provider: openai
    model: MiniMax-M2.7
    apiBase: https://www.tken.shop/v1
    apiKey: ${env:TKEN_API_KEY}
Custom apiBase for OpenAI-compatible providers
Good fit for coding-assistant experiments
Keep keys outside shared config files

Test before changing daily workflow

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.

Base URL
https://www.tken.shop/v1
Config field
apiBase
Secret
TKEN_API_KEY
First check
One chat completion

Setup checklist

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.

2. Add a TKEN model entry

Configure Continue with provider openai, a TKEN model name and apiBase set to https://www.tken.shop/v1.

3. Verify behavior with a small task

Test response quality, latency, tool behavior and cost before assigning large codebase tasks.

Disclosure: TKEN is an independent third-party API gateway. It is not affiliated with Continue or with the upstream model providers referenced on this page.

Add TKEN to Continue

Use the same OpenAI-compatible endpoint in Continue, SDK tests and proxy tools so your team has one repeatable configuration.