presenton Agent工作流 是 AI Skill Hub 本期精选Agent工作流之一。已获得 5.0k 颗 GitHub Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
presenton Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
presenton Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g presenton # 方式二:npx 直接运行(无需安装) npx presenton --help # 方式三:项目依赖安装 npm install presenton # 方式四:从源码运行 git clone https://github.com/presenton/presenton cd presenton npm install npm start
# 命令行使用
presenton --help
# 基本用法
presenton [options] <input>
# Node.js 代码中使用
const presenton = require('presenton');
const result = await presenton.run(options);
console.log(result);
# presenton 配置说明 # 查看配置选项 presenton --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export PRESENTON_CONFIG="/path/to/config.yml"
<p align="center"> <img src="./readme_assets/images/logo.png" alt="Presenton" /> </p>
<p align="center"> <a href="https://presenton.ai/download"><strong>Quickstart</strong></a> · <a href="https://presenton.ai/explore"><strong>Templates</strong></a> · <a href="https://docs.presenton.ai/"><strong>Docs</strong></a> · <a href="https://www.youtube.com/@presentonai"><strong>Youtube</strong></a> · <a href="https://discord.gg/9ZsKKxudNE"><strong>Discord</strong></a> </p>
<p align="center"> <a href="https://github.com/presenton/presenton/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue?style=flat" alt="Apache2.0" /></a> <a href="https://github.com/presenton/presenton"><img src="https://img.shields.io/github/stars/presenton/presenton?style=flat" alt="Stars" /></a> <a href="https://presenton.ai/"><img src="https://img.shields.io/badge/Platform-Docker%20%7C%20Windows%20%7C%20macOS%20%7C%20Linux-lightgrey?style=flat" alt="Platform" /></a> </p>
<p align="center"> <a href="https://trendshift.io/repositories/18582?utm_source=repository-badge&utm_medium=badge&utm_campaign=badge-repository-18582" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/repositories/18582" alt="presenton%2Fpresenton | Trendshift" width="250" height="55" /></a> </p>
Create presentations from a prompt, an uploaded document, or your own PowerPoint design. Choose from built-in templates, bring your preferred AI provider and API key, polish manually with drag-edit interface and export a fully editable deck.
<p align="center"> <img src="./readme_assets/images/drag-and-edit.gif" alt="Drag-and-drop editing in the Presenton slide editor" /> </p>
<p align="center"> <img src="./readme_assets/images/features.png" alt="Presenton features: custom designs, AI generation, bring your own API key, and built-in templates" /> </p>
<p align="center"> <img src="./readme_assets/images/chatgpt-2-1.png" alt="Create presentations with your existing ChatGPT subscription: secure and private, with instant access and no API keys" /> </p>
#
The lists below match the environment variables forwarded in this repository’s docker-compose.yml (production, production-gpu, development, and development-gpu). Put values in a .env file next to the compose file, or export them before docker compose up. The Electron app backend can read the same names when run outside Docker.
Other optional variables exist in code (for example advanced Mem0 paths, LiteParse runners, or FAST_API_INTERNAL_URL when Next.js and FastAPI are not same-origin); they are not wired in docker-compose.yml. Supported names are discoverable from servers/fastapi/utils/get_env.py and the Next.js server utilities under servers/nextjs/.
- CAN_CHANGE_KEYS=[true/false]: Set to false if you want to keep API keys hidden and make them unmodifiable. - PRESENTON_PUBLIC_URL: Optional browser-reachable Presenton origin, for example http://localhost:5001 or https://slides.example.com. Set this when an MCP client reaches Presenton through a Docker-internal hostname; generated download, edit, and preview links use this origin instead. - PRESENTATION_GENERATION_MODE=[both/standard/smart]: Controls which presentation generation mode is available in the UI and which generation tools the MCP server exposes. Defaults to both. A single-mode value hides the mode selector and forces that mode; smart also hides template and custom-template features and tools. See the presentation generation modes guide for configuration examples and mode behavior. - LLM=[openai/deepseek/google/vertex/azure/bedrock/openrouter/fireworks/together/cerebras/anthropic/litellm/lmstudio/ollama/custom/codex]: Select the text LLM. - OPENAI_API_KEY: Required if LLM is openai. - OPENAI_MODEL: Required if LLM is openai (default: gpt-4.1). - DEEPSEEK_API_KEY: Required if LLM is deepseek. - DEEPSEEK_MODEL: Required if LLM is deepseek (default: deepseek-chat). - DEEPSEEK_BASE_URL: Optional if LLM is deepseek (default: https://api.deepseek.com). - GOOGLE_API_KEY: Required if LLM is google. - GOOGLE_MODEL: Required if LLM is google (default: models/gemini-2.0-flash). - VERTEX_MODEL: Required if LLM is vertex (default: gemini-2.5-flash). - VERTEX_API_KEY: Optional auth path for LLM=vertex (Vertex Express). - VERTEX_PROJECT / VERTEX_LOCATION: Optional auth path for LLM=vertex when using GCP project credentials (do not combine with VERTEX_API_KEY). - VERTEX_BASE_URL: Optional Vertex gateway/base URL override. - AZURE_OPENAI_MODEL: Required if LLM is azure (deployment/model name). - AZURE_OPENAI_API_KEY: Required if LLM is azure. - AZURE_OPENAI_API_VERSION: Required if LLM is azure (for example 2024-10-21). - AZURE_OPENAI_ENDPOINT / AZURE_OPENAI_BASE_URL: At least one is required if LLM is azure. - AZURE_OPENAI_DEPLOYMENT: Optional deployment override for LLM is azure. - BEDROCK_REGION: Optional if LLM is bedrock (default: us-east-1). - BEDROCK_MODEL: Required if LLM is bedrock. Use a standard model ID (example: us.anthropic.claude-3-5-haiku-20241022-v1:0) or a full inference profile ARN for newer models (example: Claude Sonnet 4.6). Passed through to Bedrock Converse as modelId. See Amazon Bedrock guide. - BEDROCK_API_KEY: Optional if LLM is bedrock (API key auth; alternative to AWS keys). - BEDROCK_AWS_ACCESS_KEY_ID / BEDROCK_AWS_SECRET_ACCESS_KEY: Required together if LLM is bedrock and BEDROCK_API_KEY is not set. - BEDROCK_AWS_SESSION_TOKEN: Optional session token for LLM is bedrock. - BEDROCK_PROFILE_NAME: Optional AWS profile name for LLM is bedrock. - OPENROUTER_API_KEY: Required if LLM is openrouter. - OPENROUTER_MODEL: Required if LLM is openrouter (default: openai/gpt-4o). - OPENROUTER_BASE_URL: Optional if LLM is openrouter (default: https://openrouter.ai/api/v1). - OPENROUTER_PROVIDER_ORDER: Optional comma-separated OpenRouter provider routing order. - OPENROUTER_ALLOW_FALLBACKS=[true/false]: Optional OpenRouter fallback override. - OPENROUTER_REQUIRE_PARAMETERS=[true/false]: Only route to providers supporting every request parameter. - OPENROUTER_DATA_COLLECTION=[allow/deny]: Optional OpenRouter data-collection policy. - OPENROUTER_ZDR=[true/false]: Optional OpenRouter zero-data-retention requirement. - FIREWORKS_API_KEY: Required if LLM is fireworks. - FIREWORKS_MODEL: Required if LLM is fireworks (example: accounts/fireworks/models/llama-v3p1-8b-instruct). - FIREWORKS_BASE_URL: Optional if LLM is fireworks (default: https://api.fireworks.ai/inference/v1). - TOGETHER_API_KEY: Required if LLM is together. - TOGETHER_MODEL: Required if LLM is together (example: openai/gpt-oss-20b). - TOGETHER_BASE_URL: Optional if LLM is together (default: https://api.together.ai/v1). - CEREBRAS_API_KEY: Required if LLM is cerebras. - CEREBRAS_MODEL: Required if LLM is cerebras (default: llama-3.3-70b). - CEREBRAS_BASE_URL: Optional if LLM is cerebras (default: https://api.cerebras.ai/v1). - ANTHROPIC_API_KEY: Required if LLM is anthropic. - ANTHROPIC_MODEL: Required if LLM is anthropic (default: claude-3-5-sonnet-20241022). - CODEX_MODEL: Required if LLM is codex (Codex OAuth flow; compose maps host port 1455 for the callback). - CUSTOM_LLM_URL: OpenAI-compatible base URL if LLM is custom. The server must implement POST /v1/chat/completions; a provider-specific completion endpoint is not sufficient. - CUSTOM_LLM_API_KEY: API key if LLM is custom. - CUSTOM_MODEL: Model id if LLM is custom. - LITELLM_BASE_URL: LiteLLM proxy or gateway base URL if LLM is litellm. - LITELLM_API_KEY: Optional API key if LLM is litellm. - LITELLM_MODEL: Required if LLM is litellm (default: gpt-4.1). - LMSTUDIO_BASE_URL: Optional LM Studio base URL if LLM is lmstudio (default: http://localhost:1234/v1; /v1 is auto-appended when omitted). - LMSTUDIO_API_KEY: Optional API key if LLM is lmstudio. - LMSTUDIO_MODEL: Required if LLM is lmstudio (example: openai/gpt-oss-20b). - DISABLE_THINKING=[true/false]: If true, disables “thinking” for providers that support it (including DeepSeek). - WEB_GROUNDING=[true/false]: If true, enables web search by default. - WEB_SEARCH_PROVIDER=[auto/native/searxng/tavily/exa]: Selects the web search mode. auto uses native search for OpenAI, Google, and Anthropic, and otherwise leaves web search off unless you choose an external provider.
5, maximum 10).balanced).100). Must be a positive integer.All advanced text-provider settings are optional. Use Reset advanced settings in Settings or onboarding to remove overrides and inherit application/provider defaults.
Use when LLM is ollama:
http://host.docker.internal:11434 from Docker).llama3.2:3b).start.js): optional install + ollama serve. Default false (development / production compose).Mem0 uses local Qdrant + SQLite (OSS); memory is scoped per presentation.
By default the Docker runtime now points Mem0 at a local Ollama-compatible LLM endpoint, so it no longer needs an OpenAI key just to initialize. If you want to use OpenAI instead, set MEM0_LLM_BASE_URL/MEM0_LLM_API_KEY to your OpenAI-compatible endpoint and key. Docker images install the default spaCy model (en_core_web_sm) during build so Mem0 can start without extra setup on each run.
| Variable | Purpose |
|---|---|
| **MEM0_ENABLED** | **true**/false (compose default **true**). |
| **MEM0_LLM_MODEL** | Mem0 LLM model name (compose default **llama3.1:latest** or OLLAMA_MODEL). |
| **MEM0_LLM_API_KEY** | Mem0 LLM API key placeholder for OpenAI-compatible clients (compose default **ollama**). |
| **MEM0_LLM_BASE_URL** | Mem0 LLM base URL (compose default **OLLAMA_URL** or http://host.docker.internal:11434). |
| **MEM0_DIR** | Root directory (compose default **/app_data/mem0**). |
| **MEM0_EMBEDDER_PROVIDER** | Embedder backend (compose default **fastembed**). |
| **MEM0_EMBEDDER_MODEL** | Model id (compose default **BAAI/bge-small-en-v1.5**). |
| **MEM0_EMBEDDING_DIMS** | Vector size (compose default **384**). |
| **MEM0_SPACY_MODEL** | Optional spaCy model override (default **en_core_web_sm**). |
| **MEM0_REQUIRE_SPACY_MODEL** | Keep as **true** (default). Set to false only if you intentionally want Mem0 to run without spaCy lemmatization. |
| Variable | Purpose |
|---|---|
| **LITEPARSE_DPI** | OCR render DPI (compose default **120**). |
| **LITEPARSE_NUM_WORKERS** | Worker count (compose default **1**). |
true for all services so migrations run on startup.These variables match docker-compose.yml. IMAGE_PROVIDER selects the backend (pexels, pixabay, gemini_flash, nanobanana_pro, dall-e-3, gpt-image-1.5, comfyui, open_webui). Use OPENAI_API_KEY for OpenAI image modes and GOOGLE_API_KEY for Gemini image modes (same keys as the LLM section).
true). Set to false to generate images one at a time when the provider has strict rate limits.standard).medium)./v1/images/* endpoint (LiteLLM, Azure, vLLM Gateways, etc.).The parallel image generation option applies everywhere images are generated: initial presentation generation, slide editing and regeneration, direct image requests, and assistant image tools.
Presenton supports multiple accounts with a private workspace for each user. The first account becomes the primary administrator and can create, reset, or remove other accounts from Admin → Users.
Existing single-user installations are upgraded automatically: the current account becomes the primary administrator, while its presentations, templates, tasks, and other owned data stay attached to the same account.
On a new installation, open Presenton and follow the account setup screen. For an unattended Docker deployment, you can create the primary administrator on first boot with environment variables:
docker run -it --name presenton \
-p 5001:80 \
-e AUTH_USERNAME=admin \
-e AUTH_PASSWORD=change-this-password \
-v "./app_data:/app_data" \
ghcr.io/presenton/presenton:latest
Usernames must contain at least 3 characters, and new passwords must contain at least 8 characters. Older six- or seven-character passwords remain valid after an upgrade.
| Variable | Purpose |
|---|---|
| **AUTH_USERNAME** | Username used to create the primary administrator on first boot. It can also change the username during a rotation or recovery. |
| **AUTH_PASSWORD** | Password used for first-time setup, rotation, or recovery. Required when using either flag below. |
| **AUTH_OVERRIDE_FROM_ENV**=[true/false] | Replace the primary administrator's credentials from the environment on the next startup. Use this for a deployment-managed credential rotation. |
| **RESET_AUTH**=[true/false] | Recover access to the existing primary administrator without replacing the account or its data. |
Presenton Cloud is an optional, installation-wide generation provider. It is not an authentication method for the self-hosted instance. Create or sign in to the local administrator account first, then connect Presenton from provider onboarding.
Only the local administrator can connect, replace, or disconnect the provider. The browser displays a short device code and opens the hosted Presenton approval page. After approval, the delegated access and rotating refresh tokens are encrypted at rest and stored as one global provider credential; they are never returned to the browser or stored per local user.
Selecting Presenton as the text provider saves LLM=presenton. Presentation generation and document uploads then use the Presenton Cloud API and its token. Connecting the provider alone does not change generation: when another provider is selected, the existing local generation pipeline remains unchanged. Disconnecting revokes and removes the global credentials and deselects Presenton.
No OAuth client registration, client secret, or environment configuration is required. Official builds contain the cloud URL and first-party public device-flow client ID.
To rotate credentials from the environment:
docker stop presenton
docker rm presenton
docker run -it --name presenton \
-p 5001:80 \
-e AUTH_USERNAME=admin \
-e AUTH_PASSWORD=new-secure-password \
-e AUTH_OVERRIDE_FROM_ENV=true \
-v "./app_data:/app_data" \
ghcr.io/presenton/presenton:latest
For account recovery, use the same command with RESET_AUTH=true instead of AUTH_OVERRIDE_FROM_ENV=true. Both operations preserve the administrator's user ID and owned data, and invalidate existing browser sessions and API keys. Remove the one-time flag after the successful startup.
[!IMPORTANT] Do not remove authentication fields from app_data/userConfig.json to reset access. Presenton stores a hashed recovery copy of the primary administrator credentials and the session-signing secret there. Use the recovery variables above to preserve the database account and its ownership links.
To sign out, open Settings → Other → Sign out.
Presenton exposes a client-neutral MCP 2025-11-25 Streamable HTTP endpoint at /mcp. When authentication is enabled, REST API and MCP clients use the same administrator-provisioned, user-scoped API key. Browser JWT cookies are not accepted as MCP credentials.
1. An administrator creates the target Presenton user, then calls POST /api/v1/admin/api-keys from an authenticated admin session with {"user_id":"...","label":"My API client","expiry_days":90}. The response contains the new key. Listing and revocation use GET /api/v1/admin/api-keys and POST /api/v1/admin/api-keys/{api_key_id}/revoke. An administrator can securely reveal a key again with GET /api/v1/admin/api-keys/{api_key_id}/token.
2. Configure any Streamable HTTP MCP client to send the generated sk-presenton-... key on every request:
{
"servers": {
"presenton": {
"url": "http://localhost:5001/mcp",
"type": "http",
"headers": {
"Authorization": "Bearer sk-presenton-0123456789abcdef.REPLACE_WITH_SECRET"
}
}
},
"inputs": []
}
Notes:
- This example uses VS Code's .vscode/mcp.json format. Use the equivalent Streamable HTTP and bearer-header configuration in Open WebUI or any other conforming MCP client. - API keys retain an Argon2 authentication hash and an encrypted, admin-only recoverable copy. They expire by default after 90 days and represent exactly the selected Presenton user. The same key authenticates general REST endpoints and MCP, but cannot sign in to the browser or change admin/provider settings. - The API key is exchanged inside the MCP process for a short-lived internal user session. The long-lived key is never forwarded to presentation APIs. - Revoking the key through the admin API takes effect immediately. - Standard, Smart Mode, and template generation tools return an async task ID. Poll get_job_status until completed or error; template listing is immediate. - MCP exposes only the polling Smart workflow (start_smart_presentation followed by get_job_status) so Standard and Smart generation use the same job model. - upload_template_assets accepts one PPTX and its replacement fonts in a single call, then returns the data needed by start_template_generation. - upload_files accepts reference documents and images as base64 and returns user-scoped paths that can be passed unchanged to Standard or Smart generation. - MCP is not available in the Electron desktop app (PRESENTON_ELECTRON=true). Electron runs with DISABLE_AUTH=true by default, and the MCP server is disabled there to avoid auth conflicts.
Note: LLM and image variables above are forwarded fromdocker-compose.ymlwhen set in.env.
<br> <br>
Docker Run Examples by Provider
Same variables as compose; use -e instead of .env when running docker run directly.
- Using OpenAI <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="openai" -e OPENAI_API_KEY="******" -e IMAGE_PROVIDER="dall-e-3" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using Google <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="google" -e GOOGLE_API_KEY="******" -e IMAGE_PROVIDER="gemini_flash" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using Vertex AI (API key mode) <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="vertex" -e VERTEX_API_KEY="******" -e VERTEX_MODEL="gemini-2.5-flash" -e IMAGE_PROVIDER="gemini_flash" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using Azure OpenAI <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="azure" -e AZURE_OPENAI_API_KEY="****" -e AZURE_OPENAI_MODEL="gpt-4.1" -e AZURE_OPENAI_API_VERSION="2024-10-21" -e AZURE_OPENAI_ENDPOINT="https://YOUR-RESOURCE.openai.azure.com" -e IMAGE_PROVIDER="pexels" -e PEXELS_API_KEY="****" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using Amazon Bedrock (on-demand model ID) — see docs/amazon-bedrock.md for inference profiles, IAM, and troubleshooting. <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="bedrock" -e BEDROCK_REGION="us-east-1" -e BEDROCK_AWS_ACCESS_KEY_ID="****" -e BEDROCK_AWS_SECRET_ACCESS_KEY="**" -e BEDROCK_MODEL="us.anthropic.claude-3-5-haiku-20241022-v1:0" -e IMAGE_PROVIDER="pexels" -e PEXELS_API_KEY="****" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using Amazon Bedrock (inference profile ARN, e.g. Claude Sonnet 4.6) <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="bedrock" -e BEDROCK_REGION="us-east-1" -e BEDROCK_AWS_ACCESS_KEY_ID="****" -e BEDROCK_AWS_SECRET_ACCESS_KEY="**" -e BEDROCK_MODEL="arn:aws:bedrock:us-east-1:YOUR_ACCOUNT_ID:inference-profile/us.anthropic.claude-sonnet-4-6" -e IMAGE_PROVIDER="pexels" -e PEXELS_API_KEY="****" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using Fireworks <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="fireworks" -e FIREWORKS_API_KEY="****" -e FIREWORKS_MODEL="accounts/fireworks/models/llama-v3p1-8b-instruct" -e IMAGE_PROVIDER="pexels" -e PEXELS_API_KEY="****" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using Together AI <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="together" -e TOGETHER_API_KEY="****" -e TOGETHER_MODEL="openai/gpt-oss-20b" -e IMAGE_PROVIDER="pexels" -e PEXELS_API_KEY="****" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using Ollama <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="ollama" -e OLLAMA_MODEL="llama3.2:3b" -e IMAGE_PROVIDER="pexels" -e PEXELS_API_KEY="*******" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using Anthropic <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="anthropic" -e ANTHROPIC_API_KEY="****" -e IMAGE_PROVIDER="pexels" -e PEXELS_API_KEY="****" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using LM Studio (local) <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e LLM="lmstudio" -e LMSTUDIO_BASE_URL="http://host.docker.internal:1234" -e LMSTUDIO_MODEL="openai/gpt-oss-20b" -e IMAGE_PROVIDER="pexels" -e PEXELS_API_KEY="******" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Using OpenAI Compatible LLM API <pre><code class="language-bash">docker run -it -p 5001:80 -e CAN_CHANGE_KEYS="false" -e LLM="custom" -e CUSTOM_LLM_URL="http://***" -e CUSTOM_LLM_API_KEY="" -e CUSTOM_MODEL="llama3.2:3b" -e IMAGE_PROVIDER="pexels" -e PEXELS_API_KEY="*****" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
- Running Presenton with GPU Support To use GPU acceleration with Ollama models, you need to install and configure the NVIDIA Container Toolkit. This allows Docker containers to access your NVIDIA GPU. Once the NVIDIA Container Toolkit is installed and configured, you can run Presenton with GPU support by adding the --gpus=all flag: <pre><code class="language-bash">docker run -it --name presenton --gpus=all -p 5001:80 -e LLM="ollama" -e OLLAMA_MODEL="llama3.2:3b" -e IMAGE_PROVIDER="pexels" -e PEXELS_API_KEY="*******" -e CAN_CHANGE_KEYS="false" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
This routes all slide image requests through your OpenAI-compatible gateway (LiteLLM, Azure, vLLM, etc.) while keeping the text LLM configuration independent: <pre><code class="language-bash">docker run -it --name presenton -p 5001:80 -e IMAGE_PROVIDER="openai_compatible" -e OPENAI_COMPAT_IMAGE_BASE_URL="https://proxy.example.com/v1" -e OPENAI_COMPAT_IMAGE_API_KEY="******" -e OPENAI_COMPAT_IMAGE_MODEL="gpt-image-1" -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest</code></pre>
#
Generate Presentation
<p> <strong>Endpoint:</strong> <code>/api/v1/ppt/presentation/generate</code><br> <strong>Method:</strong> <code>POST</code><br> <strong>Content-Type:</strong> <code>application/json</code> </p>
<p> <strong>Authentication (API key):</strong><br> All <code>/api/v1/</code> routes except the public authentication endpoints require authentication. An administrator creates an access key under <strong>Admin → API keys</strong>. Send that <code>sk-presenton-...</code> key as <code>Authorization: Bearer YOUR_KEY</code>. API keys act as their owning user and cannot call browser-session-only administrator endpoints. </p>
Request Body
| Parameter | Type | Required | Description |
|---|
| 原始名称 | presenton |
| 原始描述 | 开源AI工作流:Open-Source AI Presentation Generator and API (Gamma, Beautiful AI, Decktopus Al。⭐5.0k · JavaScript |
| Topics | AI演示生成工作流自动化PowerPoint自动化API接口开源工具 |
| GitHub | https://github.com/presenton/presenton |
| License | Apache-2.0 |
| 语言 | JavaScript |
收录时间:2026-05-16 · 更新时间:2026-05-19 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端