# acheong08/ChatGPT-to-API

Scalable unofficial ChatGPT API for production.

Repository: https://github.com/acheong08/ChatGPT-to-API
Canonical: https://ross.abutalabs.com/products/chatgpt-to-api
Language: Go
License Family: other
Archived: true
Last push: 2023-08-08T14:14:02+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 89
- inputs: {"age_days": 1246, "days_push": 1121, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1141, forks 380 (observed 2026-08-28T04:03:44.657893+00:00)

## What it is
A Go server that exposes an OpenAI-compatible chat completions API backed by ChatGPT's web interface, cycling through accounts and access tokens. It lets applications use the free ChatGPT website as if it were the official paid API.

## Use cases
- expose an openai-compatible api using chatgpt web accounts
- run a local chat completions endpoint at 127.0.0.1:8080
- rotate multiple chatgpt accounts for scalable api access
- use gpt-4 via a plus account with har captcha bypass
- add custom api keys to a self-hosted chatgpt proxy

## When to choose
- you want an OpenAI-compatible endpoint without paying for the official API
- you need to pool multiple ChatGPT accounts with token cycling and proxies
- you want a single Go binary you can self-host

## When to avoid
- you need a supported, reliable production API - use the official OpenAI API
- you require documentation and support - the author explicitly provides minimal docs
- you need something currently maintained - the project targets a 2023 ChatGPT web flow that has since changed and has no license

## Facets
- artifact type: service
- maturity: abandoned
- function: http-server, api-framework, llm-inference, chatbot
- domain: large-language-models, apis, backend, self-hosted
- platform: go, windows, self-hosted
- tags: chatgpt, openai-api-compat, reverse-proxy, unofficial-api, reverse-engineering, linux, macos, docker

## Member repositories
- acheong08/ChatGPT-to-API (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:44.657893+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:35:23.125678+00:00, confidence not recorded.
  - readme: https://github.com/acheong08/ChatGPT-to-API (fetched 2026-08-28T04:03:44.657893+00:00, sha a131c5a44409)
- Data as of 2026-08-30T08:39:29.467469+00:00.
