Provider adapter template for JavaScript apps that need an OpenAI-compatible API base URL.
Default API base:
https://www.tken.shop/v1
Get an API key:
https://www.tken.shop/?utm_source=github&utm_medium=readme&utm_campaign=tken_ai_sdk_provider_template
npm install
cp .env.example .env
npm run demo- a small OpenAI-compatible provider wrapper
- a streaming-friendly request shape
- cheap and premium route names
- demo mode for local testing without credentials
TKEN_API_KEY=your_tken_api_key
TKEN_BASE_URL=https://www.tken.shop/v1
DEFAULT_MODEL=free-model
PREMIUM_MODEL=premium-gpt
DEMO_MODE=trueThis project is TKEN-related tooling. It is not affiliated with OpenAI, Anthropic, ChatGPT, Claude, Codex, OpenClaw, Cursor, Windsurf, or Open WebUI.