类库
› gproxy
LeenHawk/gproxy
GPROXY是基于Rust构建的多通道LLM代理网关,统一暴露OpenAI/Claude/Gemini等风格API。支持多提供商路由、协议转换、租户认证及用量审计,内置管理控制台。可部署为原生二进制、Docker容器或边缘函数,简化大模型集成与管理。
技术栈
根目录 rust
查看全部依赖 (18)
依赖
anyhow
1
arc-swap
1
argon2
0.5
async-trait
0.1
base64
0.22
blake3
1
bytes
1
chacha20poly1305
0.11.0
futures-core
0.3
futures-util
0.3
getrandom
0.4
gproxy-protocol
2.1.5
gproxy-tokenize
2.1.5
gproxy-transform
2.1.5
http
1
httpdate
1
regex
1
开发依赖
tempfile
3
console javascript
框架
React
^19.2.7
数据请求
React Query
^5.101.2
构建工具
Vite
^8.1.5
测试
Vitest
^4.1.10
CSS 框架
Tailwind CSS
^4.3.2
查看全部依赖 (27)
依赖
@fontsource-variable/noto-sans
^5.2.10
@fontsource-variable/noto-sans-mono
^5.3.0
@fontsource-variable/noto-sans-sc
^5.2.10
@hookform/resolvers
^5.5.7
@tanstack/react-router
^1.170.18
class-variance-authority
^0.7.1
clsx
^2.1.1
i18next
^26.3.6
i18next-resources-to-backend
^1.2.1
lucide-react
^1.24.0
radix-ui
^1.6.2
react-dom
^19.2.7
react-hook-form
^7.81.0
react-i18next
^17.0.9
recharts
^3.10.1
sonner
^2.0.7
tailwind-merge
^3.6.0
tw-animate-css
^1.4.0
zod
^4.4.3
开发依赖
@tailwindcss/vite
^4.3.2
@tanstack/router-plugin
^1.168.20
@types/node
^26.1.1
@types/react
^19.2.17
@types/react-dom
^19.2.3
@vitejs/plugin-react
^6.0.4
shadcn
^4.13.0
typescript
^7.0.2
crates/gproxy-protocol rust
查看全部依赖 (1)
依赖
http
1
crates/gproxy-tokenize rust
查看全部依赖 (7)
依赖
anyhow
1
async-trait
0.1
bytes
1
dashmap
6
http
1
serde_json
1
tiktoken-rs
0.12
crates/gproxy-transform rust
查看全部依赖 (4)
依赖
blake3
1
bytes
1
gproxy-protocol
2.1.5
http
1
deploy/cloudflare javascript
查看全部依赖 (1)
开发依赖
wrangler
^4.110.0