FastGPTFastGPT
Configuration/Model Configuration

TokenDance Integration Example

TokenDance integration example for FastGPT

TokenDance is a multi-provider AI API gateway that aggregates various mainstream large language models with support for OpenAI, Anthropic, Google GenAI, and other protocols. TokenDance's API is compatible with the OpenAI format, making it easy to integrate with FastGPT.

Before reading this guide, make sure you've read the Model Configuration Guide.

1. Get an API Key

  1. Visit TokenDance Console, register, and log in.
  2. Go to the API Keys page and click "Create Key".

Create API Key

  1. Once created, copy and securely store your API Key (it will only be displayed once).

Copy API Key

2. Add Models

The system includes some built-in mainstream models. If the model you need is not listed in the dropdown, you can enable it directly on the Model Configuration page or add it manually.

Common Models List

Model IDContextMax OutputDescription
deepseek-v4.1-flash1000K8KDeepSeek next-gen native multimodal high-speed model
glm-5.3-flash1000K8KZhipu GLM-5 native multimodal cost-effective reasoning model
qwen3-max256K8KQwen flagship model optimized for RAG and tool calling
kimi-k2.5256K8KMoonshot native multimodal model with vision and complex reasoning
minimax-m2.7200K8KMiniMax next-generation productivity and agent execution model

Note: TokenDance supports many more language, embedding, and multimodal models. For the complete list, see the TokenDance Models List.

3. Add a Model provider

On the Model providers page, click "Add Channel" and configure the TokenDance channel:

  • Name: Custom channel name, e.g., TokenDance
  • Protocol type: Select TokenDance (or OpenAI)
  • Proxy URL: Default URL is https://tokendance.space/gateway/v1
  • API Key: Enter the TokenDance API Key obtained in the previous step
  • Models: Select the enabled or added models (such as deepseek-v4.1-flash, glm-5.3-flash, etc.)

Add Model Provider

4. Test Models

After configuration, click the test button in the channel list to verify channel connectivity and model availability.

Channel Test

5. Associate Existing Channel

You can also find the corresponding model on the "Model Configuration" page, open "Associate Existing Channel", select and test whether the channel is working properly, and click "Associate".

Associate Existing Channel

Edit on GitHub

File Updated