AtlasCloud MASS vendor adapter for Toonflow.
atlascloud.ts is a standalone TypeScript configuration file that plugs AtlasCloud text, image, and video models into Toonflow.
- Supports OpenAI-compatible text models through
https://api.atlascloud.ai/v1 - Supports image and video generation through
https://api.atlascloud.ai/api/v1 - Includes polling logic for asynchronous media tasks
- Provides model-specific request mapping for Nano Banana, Seedance, and Wan
atlascloud.ts: main vendor adapter file for Toonflow
- Text chat model integration
- Image generation and image-edit style reference input
- Video generation with model-specific payload shaping
- Network retry handling and task polling helpers
- Bilingual comments for easier maintenance
- The adapter expects Toonflow runtime globals such as
axios,pollTask,logger, andcreateOpenAICompatible - Media references are currently passed as Base64 inputs
- TTS export is reserved but intentionally left blank in this version
- Copy
atlascloud.tsinto Toonflow's vendor configuration location. - Fill in the AtlasCloud API key inside Toonflow vendor settings.
- Keep the default text and media base URLs unless AtlasCloud provides a dedicated endpoint.
Recommended remote repository:
git remote add origin git@github.com:AtlasCloudAI/AtlasCloudxToonflow-configuration-file.git这是一个给 Toonflow 使用的 AtlasCloud MASS 供应商配置文件。
atlascloud.ts是主配置文件- 已补充中英文注释,便于二次维护
- 已整理图片、视频请求体构造逻辑
- 适合单独作为一个轻量配置仓库维护