Verdent 2API v1.0.0 - Initial Public Release
Verdent 2API v1.0.0 - Initial Public Release
First public release of Verdent 2API β OpenAI & Anthropic-compatible proxy for Verdent.ai.
π What's New
- OpenAI & Anthropic compatibility β Full support for
/v1/chat/completionsand/v1/messagesendpoints - Tool calling support β Complete function calling implementation for IDE integration
- Multi-account pooling β JWT rotation with automatic failover and quota tracking
- Embedded dashboard β Web UI for account management and OAuth login at http://localhost:5084
- Cross-platform β Single Go binary for Windows, macOS (Intel/ARM), and Linux
π₯ Downloads
Main Binary
| Platform | Download | Size |
|---|---|---|
| Windows x64 | verdent-windows-amd64.exe |
~7.3 MB |
| Linux x64 | verdent-linux-amd64 |
~7.1 MB |
| macOS Intel | verdent-macos-amd64 |
~7.2 MB |
| macOS Apple Silicon | verdent-macos-arm64 |
~6.7 MB |
π Quick Start
# Download and run
./verdent-*
# Dashboard: http://localhost:5084
# API: http://localhost:5084/v1/chat/completionsπ§ IDE Configuration
Base URL: http://localhost:5084/v1
API Key: change-me
Model: deepseek-v4-flash-free
Works out of the box with AI coding assistants!
π Available Models
- deepseek-v4-flash-free β Fast and efficient (300K-1M context)
- glm-5.3-flash-free β Balanced performance (300K-1M context)
Both models support:
- Streaming chat
- Tool calling (function calling)
- Deep thinking mode
- Web search integration
π Documentation
- README: English | Π ΡΡΡΠΊΠΈΠΉ
- Repository: https://github.com/D3-vin/Verdent2Api
π± Contact
- Telegram: @D3_vin
- Author: @D3vin_dev