1 unstable release
Uses new Rust 2024
new 0.1.0 | Mar 12, 2025 |
---|
#2010 in Web programming
29KB
530 lines
DeepSeek Rust SDK
注意: 这不是 DeepSeek 的官方 SDK。这是一个非官方的社区维护项目。
这是一个用 Rust 编写的 DeepSeek API 客户端库。它提供了简单易用的接口来访问 DeepSeek 的 AI 服务。
功能特性
- 支持 DeepSeek Chat API
- 支持查询账户余额
- 支持获取模型列表
- 类型安全的 API 调用
- 异步支持
快速开始
添加依赖到 Cargo.toml:
你可以运行以下示例来快速了解如何使用:
cargo run --example hello
- 运行基本的聊天示例cargo run --example balance
- 查询账户余额cargo run --example model_list
- 获取可用模型列表
Dependencies
~7–18MB
~240K SLoC