Skip to content

v1.0.0 — Initial Release

Latest

Choose a tag to compare

@vibheksoni vibheksoni released this 09 Feb 19:19
· 11 commits to master since this release

UniClaudeProxy v1.0.0 — the universal Anthropic API proxy for Claude Code.

What's included:

  • Full proxy server translating Anthropic Messages API to OpenAI, Gemini, and Claude passthrough formats
  • Real-time SSE streaming with proper Anthropic event format
  • Native tool calling across all provider types with automatic ID conversion
  • ReAct XML tool calling fallback for models without native function calling
  • Thinking and reasoning block support across all providers
  • System prompt replacement per model
  • Hot-reload config via filesystem watcher
  • Image support with three modes (inline, save-to-disk, strip)
  • Custom headers and extra OpenAI parameters per provider
  • Tool name mapping, force stream mode, parameter auto-fix

Supported providers: OpenAI-compatible (DeepSeek, Ollama, etc.), Google Gemini (native API), GLM (Zhipu AI), Anthropic passthrough.