# haibbo/cf-openai-azure-proxy

A Cloudflare worker script to proxy OpenAI‘s request to Azure OpenAI Service

Repository: https://github.com/haibbo/cf-openai-azure-proxy
Canonical: https://ross.abutalabs.com/products/cf-openai-azure-proxy
Language: JavaScript
License: MIT
License Family: permissive
Topics: chatgpt, cloudflare-workers, azure-openai-proxy, gpt-3, streaming, dalle-3, gpt-4
Last push: 2024-01-16T08:29:37+00:00

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

## Adoption (not part of the score)
Stars 1608, forks 195 (observed 2026-08-28T04:05:10.717735+00:00)

## What it is
A Cloudflare Worker script that proxies OpenAI-compatible API requests to Azure OpenAI Service, letting standard OpenAI clients use Azure deployments transparently. It supports GPT-3, GPT-4, and DALL-E 3, streams responses, and can also be deployed via Docker.

## Use cases
- use OpenAI clients with Azure OpenAI Service
- proxy ChatGPT requests through Cloudflare Workers
- avoid server setup for an OpenAI-compatible endpoint
- route gpt-4 and dall-e-3 requests to Azure deployments
- get printer-style streaming from Azure OpenAI responses
- deploy an OpenAI API proxy without a credit card or server

## When to choose
- you want OpenAI SDK/client compatibility with Azure OpenAI Service
- you prefer a free serverless proxy on Cloudflare Workers
- you need streaming support and easy model deployment mapping

## When to avoid
- you need a full API gateway with auth, rate limiting, or multi-tenant management
- you don't use Azure OpenAI Service
- you need on-premises or VPC-hosted proxying rather than Cloudflare's edge

## Facets
- artifact type: service
- maturity: active
- function: proxy, http-server, llm-inference
- domain: large-language-models, cloud-computing, apis, self-hosted
- platform: cloud, serverless
- tags: cloudflare-workers, azure-openai, openai-proxy, api-gateway, streaming, docker

## Member repositories
- haibbo/cf-openai-azure-proxy (main) score 21

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:10.717735+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-30T03:51:34.235734+00:00, confidence not recorded.
  - readme: https://github.com/haibbo/cf-openai-azure-proxy (fetched 2026-08-28T04:05:10.717735+00:00, sha fef816644edb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
