# api-check **Repository Path**: dext7r/api-check ## Basic Information - **Project Name**: api-check - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: dependabot/npm_and_yarn/multi-5fc5a2d547 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-15 - **Last Updated**: 2026-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# API CHECK
### v2.1.0
🔔 **New Features and Optimizations**
- ✨ **Added Quick Chat Testing**
- Integrated with the modified NextChat for quick model testing.
- Added `closeChat` setting for convenient proxy usage.
- 🧪 **Added Experimental Features Module** from [elfmaid](https://linux.do/u/elfmaid)
- Batch testing of GPT Refresh Tokens
- Batch testing of Claude Session Keys
- Batch testing of Gemini API Keys
- ✂️ **Added Paste Button** by [fangyuan](https://linux.do/u/fangyuan99)
- 📝 **Added Custom Conversation Verification**
- Quick prompt testing by [fangyuan](https://linux.do/u/fangyuan99)
🔧 **Optimizations and Fixes**
- 🐳 **Optimized Dockerfile** to reduce image size.
- 🎨 **Fixed Layout Issues** to improve interface display.
### v2.0.0
🔔 **Brand New Features and Optimizations**
- 🌐 **Added Cloud Storage and Local Storage**
- **Cloud Storage**: Supports saving API configuration information to the cloud server for multi-device synchronization, allowing you to access your configurations anytime, anywhere.
- **Local Storage**: Provides a local caching function for quick local saves, avoiding repeated inputs and improving efficiency.
- **Data Management**: Added a settings panel for easy management of local and cloud configuration data.
- ✨ **Supports Preset Parameters**
- **Convenient One-Click Configuration**
- **Quickly Bind to new-api**
- 💻 **Supports One-Click Deployment with Vercel and Docker**
- 🌙 **Added Dark Mode**
- **Theme Switching**: Supports switching between dark and light modes to suit different environments and user preferences.
- **Automatic Adaptation**: Can automatically switch themes based on system settings to protect your eyesight.
- 🌐 **Internationalization Support**
- **Multi-Language**: Added internationalization support, currently supporting Chinese and English.
- 📱 **Mobile Adaptation Optimization**
- 🛠 **Other Optimizations and Fixes**
### 🧪 Version History
🔗 url
- **Description**: API endpoint address.
- **Example**: `"url": "https://api.example.com"`
📦 models
- **Description**: An array of model names indicating which models are available.
- **Example**: `"models": ["model1", "model2"]`
⏱ timeout
- **Description**: Request timeout in seconds.
- **Example**: `"timeout": 30`
🔁 concurrency
- **Description**: Number of concurrent requests.
- **Example**: `"concurrency": 5`
🚫 closeAnnouncement **Convenient for Proxy Sites**
- **Description**: Whether to disable the announcement display. Set to `true` to disable, or `false`/undefined to display announcements. **Convenient for proxy sites**
- **Example**: `"closeAnnouncement": true`
🚪 closeChat **Convenient for Proxy Sites**
- **Description**: Whether to disable the quick chat function. Set to `true` to disable, or `false`/undefined to enable the chat function.
- **Example**: `"closeChat": true`
```url
https://check.crond.dev/?settings={"key":"*sk*","url":"*api*","models":["gpt-4o-mini","gpt-4o"],"timeout":10,"concurrency":2,"closeAnnouncement":true,"closeChat":true}
```
Decoded JSON string:
```json
{
"key": "your_api_key",
"url": "https://api.example.com",
"models": ["gpt-4o-mini", "gpt-4o"],
"timeout": 10,
"concurrency": 2,
"closeAnnouncement": true,
"closeChat": true
}
```
- **voapi** Example
```json
{
"name": "check",
"link": "https://check.crond.dev/?settings={%22key%22:%22*sk*%22,%22url%22:%22*api*%22,%22models%22:[%22gpt-4o-mini%22],%22timeout%22:10,%22concurrency%22:2,%22closeAnnouncement%22:true,%22closeChat%22:true}",
"icon": "https://check.crond.dev/logo.png"
}
```
- **newapi** Example
```json
{
"CHECK": "https://check.crond.dev/?settings={\"key\":\"{key}\",\"url\":\"{address}\",\"models\":[\"gpt-4o-mini\"],\"timeout\":10,\"concurrency\":2,\"closeAnnouncement\":true,\"closeChat\":true}"
}
```
### 🛠 **Advanced Verification Features**
#### 🕵️ Official API Verification
1. 🔄 Send multiple identical requests.
2. 📊 Analyze the consistency of the responses.
3. 🔍 Check system fingerprints.
4. 🧮 Calculate similarity scores.
#### 🕵️♀️ Temperature Verification
1. 🧊 Set the temperature parameter to a low value (0.01).
2. 🔄 Send multiple identical requests (e.g., calculating the next number in a specific sequence).
3. 🎯 Check the hit rate based on the official API's reference values.
### 🛠 Generate Reports
## 🤝 Contributing
We welcome suggestions and improvements! Feel free to submit pull requests or open issues. Let's make this tool even better together! 🌈
## 📜 License
This project is licensed under the [Apache License 2.0](https://opensource.org/license/apache-2-0).
## 🙏 Acknowledgments
Special thanks to the following contributors whose efforts have made this project better:
- [Rick](https://linux.do/u/rick)
- [Megasoft](https://linux.do/u/zhong_little)
- [fangyuan99](https://linux.do/u/fangyuan99)
- [juzeon](https://github.com/juzeon)
## Star History
[](https://star-history.com/#october-coder/api-check&Date)
[](https://yxvm.com/)
[NodeSupport](https://github.com/NodeSeekDev/NodeSupport)赞助了本项目