1,717 prompts from top AI collections
← Back to Market
[LIVE] [ai-coder35/openai-api-proxy] 2 endpoint(s)
ChatGPT API Proxy/ChatGPT
2,201 characters
Status: [LIVE] Endpoints found: https://platform.openai.com/docs/api-reference/chat https://platform.openai.com/docs/api-reference/chat/create Source: https://github.com/ai-coder35/openai-api-proxy # Due to receiving a trademark ownership warning from OpenAI, this project and product has been renamed to LLM API Proxy. We hope you understand --- # LLM API Proxy ## Introduction Provides the same proxy OpenAI API and Ollama API interface for different LLM models, and supports deployment to any Edge Runtime environment. Supported models - [x] OpenAI - [x] Anthropic - [x] Google Vertex Anthropic - [x] Google Gemini - [x] DeepSeek - [x] Groq - [x] Cerebras - [x] Azure OpenAI - [x] Cohere - [x] Aliyun Bailian - [x] Ollama - [x] Grok - [x] OpenRouter - [ ] Cloudflare Workers AI - [ ] Coze ## Deployment [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/rxliuli/openai-api-proxy) Environment variables - `API_KEY`: Proxy API Key, required when calling the proxy API - `CORS_ORIGIN`: Allowed CORS domain, e.g. `https://example.com` - OpenAI: Supports OpenAI models, e.g. `gpt-4o-mini` - `OPENAI_API_KEY`: OpenAI API Key - VertexAI Anthropic: Supports Anthropic models on Google Vertex AI, e.g. `claude-3-5-sonnet@20240620` - `VERTEX_ANTROPIC_GOOGLE_SA_CLIENT_EMAIL`: Google Cloud Service Account Email - `VERTEX_ANTROPIC_GOOGLE_SA_PRIVATE_KEY`: Google Cloud Service Account Private Key - `VERTEX_ANTROPIC_REGION`: Google Vertex AI Anthropic Region - `VERTEX_ANTROPIC_PROJECTID`: Google Vertex AI Anthropic Project ID - Anthropic: Supports Anthropic models, e.g. `claude-3-5-sonnet-20240620` - `ANTROPIC_API_KEY`: Anthropic API Key - Google Gemini: Supports Google Gemini models, e.g. `gemini-flash-latest` - `GOOGLE_GEN_AI_API_KEY`: Google Gemini API Key - DeepSeek: Supports DeepSeek models, e.g. `deepseek-chat` - `DEEPSEEK_API_KEY`: DeepSeek API Key - Groq: Supports Groq models, e.g. `llama3-8b-8192` - `GROQ_API_KEY`: Groq API Key - Cerebras: Supports Cerebras models, e.g. `llama-3.1-8b` - `CEREBRAS_API_KEY`: Cerebras API Key - `CEREBRAS_MODELS`: Cerebras Models, e
Download .txt