clove / README.md
bzcasper's picture
Upload README.md with huggingface_hub
2634ad8 verified
metadata
title: Clove
emoji: πŸ€
colorFrom: green
colorTo: purple
sdk: docker
pinned: false
license: mit
short_description: Claude.ai reverse proxy with OAuth support

Clove πŸ€

A reverse proxy for Claude.ai with OAuth authentication support.

Features

  • OAuth Mode: Full Claude API access with native system messages and pre-fill
  • Web Reverse Proxy: Auto-fallback when OAuth unavailable
  • Claude Code Support: Works with Claude Code CLI
  • High Compatibility: Works with SillyTavern, Cursor, Continue, and more

Usage

This Space runs Clove on port 7860.

Endpoints

  • Messages: https://bzcasper-clove.hf.space/v1/messages
  • Chat Completions: https://bzcasper-clove.hf.space/v1/chat/completions

Configuration

  1. Open the Space URL in browser
  2. Login with the admin key shown in logs
  3. Add your Claude.ai session cookies

API Example

curl https://bzcasper-clove.hf.space/v1/messages \
  -H "x-api-key: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-sonnet-4-20250514","max_tokens":100,"messages":[{"role":"user","content":"Hello"}]}'

Resources