
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
!https://github.com/user-attachments/assets/75173cf4-2502-4710-998b-6b81740ae1bd
Tired of wasting thousands of dollars on API subscriptions to support all your automations? What if there was a free alternative?
The 100% FREE No-Code Architects Toolkit API processes different types of media. It is built in Python using Flask.
The API can convert audio files. It creates transcriptions of content. It translates content between languages. It adds captions to videos. It can do very complicated media processing for content creation. The API can also manage files across multiple cloud services like Google Drive, Amazon S3, Google Cloud Storage, and Dropbox.
You can deploy this toolkit in several ways. It works with Docker. It runs on Google Cloud Platform. It functions on Digital Ocean. You can use it with any system that hosts Docker.
Easily replace services like *** Whisper, Cloud Convert, Createomate, JSON2Video, PDF(dot)co, Placid and OCodeKit.
Want help? Join a supportive community and get dedicated tech support.
Join the ONLY community where you learn to leverage AI automation and content to grow your business (and streamline your biz).
Who's this for?
Get courses, community, support, daily calls and more.
Join the No-Code Architects Community today!
Each endpoint is supported by robust payload validation and detailed API documentation to facilitate easy integration and usage.
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/image/convert/image_to_video.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/image/screenshot_webpage.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/media/convert/media_convert.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/media/convert/media_to_mp3.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/media/download.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/media/feedback.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/media/media_transcribe.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/media/silence.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/media/metadata.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/toolkit/authenticate.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/toolkit/test.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/toolkit/job_status.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/toolkit/jobs_status.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/video/caption_video.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/video/concatenate.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/video/thumbnail.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/video/cut.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/video/split.md
https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/video/trim.md
bashdocker build -t no-code-architects-toolkit .
API_KEY
S3_ENDPOINT_URL
S3_ACCESS_KEY
S3_SECRET_KEY
S3_BUCKET_NAME
S3_REGION
GCP_SA_CREDENTIALS
GCP_BUCKET_NAME
MAX_QUEUE_LENGTH
GUNICORN_WORKERS
GUNICORN_TIMEOUT
LOCAL_STORAGE_PATH
bashdocker run -d -p 8080:8080 \ # Authentication (required) -e API_KEY=your_api_key \ # Cloud storage provider (choose one) # s3 # #-e S3_ENDPOINT_URL=https://nyc3.digitaloceanspaces.com \ #-e S3_ACCESS_KEY=your_access_key \ #-e S3_SECRET_KEY=your_secret_key \ #-e S3_BUCKET_NAME=your_bucket_name \ #-e S3_REGION=nyc3 \ # Or # GCP Storage # #-e GCP_SA_CREDENTIALS='{"your":"service_account_json"}' \ #-e GCP_BUCKET_NAME=your_gcs_bucket_name \ # Local storage configuration (optional) -e LOCAL_STORAGE_PATH=/tmp \ # Performance tuning (optional) -e MAX_QUEUE_LENGTH=10 \ -e GUNICORN_WORKERS=4 \ -e GUNICORN_TIMEOUT=300 \ no-code-architects-toolkit
This API can be deployed to various cloud platforms:
The Digital Ocean App platform is pretty easy to set up and get going, but it can cost more then other cloud providers.
Important: Long running processes
You need to use the "webhook_url" (for any request that exceeds 1 min) in your API payload to avoid timeouts due to CloudFlair proxy timeout.
If you use the webhook_url, there is no limit to the processing length.
Sometimes difficult for people to install (especially on Google Business Workspaces), lots of detailed security exceptions.
However this is one of the cheapest options with great performance because you're only charged when the NCA Toolkit is processesing a request.
Outside of that you are not charged.
Imporatnt: Requests exceeding 5+ minutes can be problemactic
GCP Run will terminate long rununing processes, which can happen when processing larger files (whether you use the webhook_url or not).
However, when your processing times are consistant lower than 5 minutes (e.g. you're only process smaller files), it works great! The performance is also great and as soon as you stop making requests you stop paying.
They also have a GPU option that might be usable for better performance (untested).
You can use these instructions to deploy the NCA Toolkit to any linux server (on any platform)
You can more easily control performance and cost this way, but requires more technical skill to get up and running (not much though).
For local development with integrated S3-compatible storage and workflow automation:
base_url: Your deployed API URLx-api-key: Your API key configured during installationWe welcome contributions from the public! If you'd like to contribute to this project, please follow these steps:
If you want to add new API endpoints, check out our Adding Routes Guide to learn how to use the dynamic route registration system.
Thank you for your contributions!
Get courses, community, support daily calls and more.
Join the No-Code Architects Community today!
This project is licensed under the GNU General Public License v2.0 (GPL-2.0).
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

来自真实用户的反馈,见证轩辕镜像的优质服务