Claude-API and claude-to-chatgpt

These are complements: the unofficial Claude API wrapper can serve as a backend that the ChatGPT API format converter consumes, allowing Claude to be used as a drop-in replacement for OpenAI-dependent applications.

Claude-API
58
Established
claude-to-chatgpt
47
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 25/25
Community 23/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 21/25
Stars: 877
Forks: 142
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 1,302
Forks: 150
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stale 6m
Stale 6m No Package No Dependents

About Claude-API

KoushikNavuluri/Claude-API

This project provides an unofficial API for Claude AI, allowing users to access and interact with Claude AI .

Wraps Claude.ai's web interface through cookie-based authentication, enabling programmatic conversation management including message sending with file attachments, history retrieval, and chat lifecycle operations. Built as a Python library that reverse-engineers the browser API with configurable timeouts and support for multi-file document processing. Targets chatbot applications across platforms like Discord and console interfaces through simple method calls for conversation CRUD operations.

About claude-to-chatgpt

jtsang4/claude-to-chatgpt

This project converts the API of Anthropic's Claude model to the OpenAI Chat API format.

Implements a reverse-proxy that translates OpenAI Chat API requests to Claude's completion endpoint, supporting streaming responses and multiple Claude model versions. Deployable serverlessly via Cloudflare Workers (100k requests/day limit) or Docker, enabling drop-in compatibility with existing ChatGPT client libraries and applications.

Scores updated daily from GitHub, PyPI, and npm data. How scores work