Integrations
Platforms and workflow tools
This page is also plain Markdown
Add .md to any docs URL to read the page as plain text: https://atptoken.ai/docs/platforms.md. Useful when you want to hand the whole page to an assistant.
| Tool | Where the settings live | Model list |
|---|---|---|
| Dify | Settings → Model Providers | added one at a time, by hand |
| n8n | the OpenAI credential's Base URL field | read from GET /v1/models |
| Field | Value |
|---|---|
| Model Name | the model id from GET /v1/models |
| API Key | your atp-… key |
| API Base URL | https://api.atptoken.ai/v1 |
| Model context size | the model's real context window |
| Upper bound for max tokens | the model's real output limit |
| Function Call Type | Tool Call if you want agents to use tools |
| Vision Support | Support for models that accept images |
Use the AI Agent node, not the OpenAI node's Message a model
The OpenAI node's own Message a model action has an open bug with custom base URLs: the credential test passes but the request returns 404 at runtime. AI Agent plus an OpenAI Chat Model sub-node is the path that works.
Next steps