30 lines
790 B
Markdown
30 lines
790 B
Markdown
---
|
||
title: "Jan"
|
||
type: entity
|
||
tags:
|
||
- "ai-chat"
|
||
- "local-ai"
|
||
- "open-source"
|
||
sources: [expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend]
|
||
last_updated: 2026-05-02
|
||
---
|
||
|
||
## Overview
|
||
Jan(26k stars)是一款开源本地 AI 应用,支持 Remote Model 配置接入远程 API。
|
||
|
||
## Key Facts
|
||
- **GitHub Stars**:26k
|
||
- **License**:AGPL
|
||
- **特点**:完全本地运行,数据不离开设备
|
||
- **集成方式**:Remote Model 配置
|
||
|
||
## Integration with Hermes Agent
|
||
通过 Remote Model 配置:
|
||
- **API URL**:`http://<host>:8642/v1/chat/completions`
|
||
- **认证**:Bearer Token(`API_SERVER_KEY`)
|
||
|
||
## Related Pages
|
||
- [[expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend]]
|
||
- [[hermes-agent]](via Hermes-Agent.md)
|
||
- [[OpenAI-Compatible-API]]
|