# dify-plugin-tokener **Repository Path**: dify_ai/dify-plugin-tokener ## Basic Information - **Project Name**: dify-plugin-tokener - **Description**: Tokener.ai model provider plugin for Dify - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-28 - **Last Updated**: 2026-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tokener.ai for Dify ## Installation 1. Install the plugin from its GitHub repository or upload the `.difypkg` file from the latest release. 2. Create an API key in the [Tokener.ai Console](https://console.tokener.ai/keys). 3. Open **Settings → Model Provider → Tokener.ai** and enter the key. The API endpoint is fixed to `https://api.tokener.ai/v1`. The plugin does not accept provider keys, LiteLLM keys, organization IDs, or custom endpoints. ## Supported in 0.1.1 - OpenAI-compatible chat completions. - Credential and model-access validation through `GET /v1/models`. ## Usage In a Dify Workflow or Chatflow, add an LLM node, select **Tokener.ai**, and choose an available model. ## Sync models Model YAML is generated from the Tokener.ai public catalog: ```bash uv run python scripts/sync_catalog.py uv run python scripts/sync_catalog.py --check ``` Only LLM entries are generated. ## Support Open an issue in the [LangGenius repository](https://github.com/langgenius/dify-plugin-tokener/issues) and include the Dify version, plugin version, model ID, and request ID. Never include API keys or prompt content. ## License Apache License 2.0. See [LICENSE](LICENSE).