OpenArc 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Intel设备推理引擎,支持LLMs、VLMs等
OpenArc 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Intel设备推理引擎,支持LLMs、VLMs等
OpenArc 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install openarc
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install openarc
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/SearchSavior/OpenArc
cd OpenArc
pip install -e .
# 验证安装
python -c "import openarc; print('安装成功')"
# 命令行使用
openarc --help
# 基本用法
openarc input_file -o output_file
# Python 代码中调用
import openarc
# 示例
result = openarc.process("input")
print(result)
# openarc 配置文件示例(config.yml) app: name: "openarc" debug: false log_level: "INFO" # 运行时指定配置文件 openarc --config config.yml # 或通过环境变量配置 export OPENARC_API_KEY="your-key" export OPENARC_OUTPUT_DIR="./output"
[!NOTE] OpenArc is under active development.
OpenArc is an inference engine for Intel devices.
Serve LLMs, VLMs, Whisper, Kokoro-TTS, Qwen-TTS, Qwen-ASR, Embedding and Reranker models over OpenAI compatible endpoints, powered by OpenVINO on your device. Local, private, open source AI.
OpenArc is a community-driven effort to make acceleration from OpenVINO easier to access, deploy and leverage for our usecases.
If you are interested in using Intel devices for AI and machine learning, feel free to stop by our Discord, where we are tracking almost the whole stack, including development of llama.cpp SYCL backend.
Thanks to everyone on Discord for their continued support!
[!NOTE] Documentation lives here
/v1/models/v1/completions: llm only/v1/chat/completions/v1/audio/transcriptions: whisper, qwen3_asr/v1/audio/speech: kokoro only/v1/embeddings: qwen3-embedding #33 by @mwrothbe/v1/rerank: qwen3-reranker #39 by @mwrothbejinja templating with AutoTokenizersllama-bench style benchmarking for llm w/automatic sqlite database[!NOTE] Interested in contributing? Please open an issue before submitting a PR!
高性能AI工作流,支持多种模型
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,OpenArc 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | OpenArc |
| 原始描述 | 开源AI工作流:Inference engine for Intel devices. Serve LLMs, VLMs, Whisper, Kokoro-TTS, Embed。⭐444 · Python |
| Topics | agentic-aifastapiinference-engineopenvino-genaiopenvino-toolkitpython |
| GitHub | https://github.com/SearchSavior/OpenArc |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-25 · 更新时间:2026-05-26 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端