# beeapi-img **Repository Path**: felikschen/beeapi-img ## Basic Information - **Project Name**: beeapi-img - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-06 - **Last Updated**: 2026-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BeeAPI Image Studio 一个运行在本地浏览器中的 BeeAPI 图片生成客户端。API Key 由浏览器随单次请求发送到本地代理,再转发到固定的 BeeAPI 图片生成端点;项目不会把密钥写入文件。 ## 运行 ```powershell npm start ``` 打开 。 ## 安全边界 - 本地服务只监听 `127.0.0.1`。 - 上游地址固定为 `https://beeapi.ai/v1/images/generations`。 - API Key 不会被日志记录或持久化。 - 请勿将 API Key 写入源码或提交到版本库。