AI推理平台 是 AI Skill Hub 本期精选AI工具之一。综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
AI推理平台 是一款基于 TypeScript 开发的开源工具,专注于 ai、cloudnative、kubernetes 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
AI推理平台 是一款基于 TypeScript 开发的开源工具,专注于 ai、cloudnative、kubernetes 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g airunway # 方式二:npx 直接运行(无需安装) npx airunway --help # 方式三:项目依赖安装 npm install airunway # 方式四:从源码运行 git clone https://github.com/kaito-project/airunway cd airunway npm install npm start
# 命令行使用
airunway --help
# 基本用法
airunway [options] <input>
# Node.js 代码中使用
const airunway = require('airunway');
const result = await airunway.run(options);
console.log(result);
# airunway 配置说明 # 查看配置选项 airunway --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AIRUNWAY_CONFIG="/path/to/config.yml"
<img src="./frontend/public/logo.png" alt="AI Runway Logo" width="200">
Deploy and manage large language models on Kubernetes — no YAML required.
[!NOTE] AI Runway is still under heavy development and the APIs are not currently considered stable. Feedback is welcome! ❤️
AI Runway gives you a web UI and a unified Kubernetes CRD (ModelDeployment) to deploy models across multiple inference providers. Browse HuggingFace, pick a model, click deploy.
ModelDeployment API across all providerskubectl configuredhelm CLI installed```bash
kubectl apply -f https://raw.githubusercontent.com/kaito-project/airunway/main/deploy/controller.yaml
kubectl apply -f https://raw.githubusercontent.com/kaito-project/airunway/main/deploy/dashboard.yaml kubectl port-forward -n airunway-system svc/airunway 3001:80 ```
Open http://localhost:3001 — see deployment docs for more options.
apiVersion: airunway.ai/v1alpha1
kind: ModelDeployment
metadata:
name: my-model
spec:
model:
id: "Qwen/Qwen3-0.6B"
The controller automatically selects the best engine and provider, creates provider-specific resources, and reports unified status. See CRD Reference for details.
Download the latest release and run:
./airunway
Open http://localhost:3001
macOS: Remove quarantine if needed: xattr -dr com.apple.quarantine airunway
高质量的AI推理平台,支持Kubernetes原生部署
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,AI推理平台 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | airunway |
| 原始描述 | 开源AI工具:✈️ Kubernetes-native platform for deploying and managing AI inference across mul。⭐82 · TypeScript |
| Topics | aicloudnativekubernetestypescript |
| GitHub | https://github.com/kaito-project/airunway |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。