#openai #claude #performance-testing #api-testing #claude-api

app burncloud-api-test

A high-performance API testing tool supporting OpenAI, Azure OpenAI GPT, and Azure Claude models with comprehensive performance metrics

1 unstable release

0.1.1 Dec 1, 2025

#390 in Testing

MIT license

38KB
742 lines

OpenAI API测试工具

使用Rust编写的OpenAI格式API测试工具,支持RPM限制测试。

配置

编辑.env文件:

API_TOKEN=你的API密钥
API_URL=https://api.openai.com/v1/chat/completions
RPM=60

运行

cargo run

功能

  • 发送测试请求到OpenAI格式的API
  • 根据RPM设置自动控制请求间隔
  • 中文回复测试

Dependencies

~7–23MB
~266K SLoC