Skip to content

Verdent 2API v1.0.0 - Initial Public Release

Choose a tag to compare

@D3-vin D3-vin released this 04 Sep 18:33
· 2 commits to main since this 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/completions and /v1/messages endpoints
  • 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

πŸ“± Contact