- Install the plugin from its GitHub repository or upload the
.difypkgfile from the latest release. - Create an API key in the Tokener.ai Console.
- Open Settings → Model Provider → Tokener.ai and enter the key.
The API endpoint is fixed to https://api.tokener.dev/v1. The plugin does
not accept provider keys, LiteLLM keys, organization IDs, or custom endpoints.
- OpenAI-compatible chat completions.
- Credential and model-access validation through
GET /v1/models.
In a Dify Workflow or Chatflow, add an LLM node, select Tokener.ai, and choose an available model.
Model YAML is generated from the Tokener.ai public catalog:
uv run python scripts/sync_catalog.py
uv run python scripts/sync_catalog.py --checkOnly LLM entries are generated.
Open an issue in the LangGenius repository and include the Dify version, plugin version, model ID, and request ID. Never include API keys or prompt content.
Apache License 2.0. See LICENSE.