AI Skill Hub 强烈推荐:骆驼 是一款优质的AI工具。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
骆驼 是一款基于 Rust 开发的开源工具,专注于 inference、llm、rust 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
骆驼 是一款基于 Rust 开发的开源工具,专注于 inference、llm、rust 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:cargo install(推荐) cargo install camelid # 方式二:从源码编译 git clone https://github.com/timtoole02/Camelid cd Camelid cargo build --release # 二进制在 ./target/release/camelid
# 查看帮助 camelid --help # 基本运行 camelid [options] <input> # 详细使用说明请查阅文档 # https://github.com/timtoole02/Camelid
# camelid 配置说明 # 查看配置选项 camelid --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CAMELID_CONFIG="/path/to/config.yml"
Camelid uses the toolchain pinned in rust-toolchain.toml. The React/Vite web UI in frontend/ is embedded in the engine binary.
(cd frontend && npm ci && npm run build)
cargo build --release --locked --bin camelid
See the contributor quick start for prerequisites and development setup.
Model downloads are typically 1–8 GB. For the simplest setup, install the desktop app and download a model from its Models page.
camelid serve exposes the browser UI and API on the same port. Read the loaded model ID from GET /v1/models, then call the chat-completions endpoint:
curl http://127.0.0.1:8181/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "Llama 3.2 3B Instruct",
"messages": [{"role": "user", "content": "Why is local inference useful?"}],
"max_tokens": 128,
"temperature": 0
}'
Camelid also supports /v1/responses, /v1/embeddings, /v1/rerank, streaming, local image input on supported VLM rows, function tools, structured text formats, conversations, and optional local SQLite storage. The machine-readable route and feature inventory is available from /api/capabilities.
Start with one of these five options. Support applies to exact model files, quantizations, and tested execution paths; see the compatibility ledger for each model's limits.
| Best for | Model | Pull ID |
|---|---|---|
| **First chat** | Llama 3.2 3B Instruct Q8_0 | 3b_instruct_q8 |
| Small end-to-end test (~1.2 GB) | TinyLlama 1.1B Chat Q8_0 | tinyllama |
| Compact Windows CPU or tested M4 Metal chat (~2.9 GB) | LFM2.5 2.6B Q8_0 | lfm2_5_2_6b |
| Local embeddings (CPU) | Nomic Embed Text v1.5 Q8_0 | nomic |
| Chat on a 16 GB Apple Silicon Mac | Mistral 7B Instruct v0.3 Q8_0 | mistral |
Llama 3.2 3B and LFM2.5 have support limited to the documented exact-file smoke tests; broader context, hardware, and behavior do not inherit that support.
Browse the full catalog and validation details, including coding, vision, and experimental models. Gemma 4 12B-It QAT Q4_0 is available for a tested 16 GB M4 Mac, with validation pending. Download availability does not imply verified support.
<a id="full-camelid-pull-catalog"></a> <a id="multimodal-image-chat"></a> <a id="embeddings-and-reranking"></a>
For image chat and embeddings and reranking, see the model guide for supported files and setup.
高性能本地AI推理工具
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,骆驼 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | Camelid |
| 原始描述 | 开源AI工具:Camelid: a Rust-native local inference backend with evidence-gated model compati。⭐94 · Rust |
| Topics | inferencellmrust |
| GitHub | https://github.com/timtoole02/Camelid |
| License | MIT |
| 语言 | Rust |
收录时间:2026-06-25 · 更新时间:2026-06-26 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。