4dc53f8 docs: add AI Badgr as OpenAI-compatible backend (base_url override + examples)
📊 Changes
1 file changed (+35 additions, -0 deletions)
View changed files
📝README.md (+35 -0)
📄 Description
Add AI Badgr as a cheaper OpenAI-compatible backend
This PR adds a short documentation section showing how to use AI Badgr as a drop-in replacement for OpenAI's API at a fraction of the cost.
What's Changed
Added a new section to the README explaining how to override the base_url parameter
Included code examples for:
Python (using the openai package)
JavaScript/Node.js (using the openai package)
cURL (command-line usage)
Notes on advanced features (streaming, JSON mode)
Key Points
Cheaper alternative - AI Badgr offers OpenAI-compatible API at significantly lower costs
Docs-only change - No code modifications or breaking changes
Optional provider - Developers can choose to use it or not
OpenAI-compatible - Works with existing OpenAI client libraries (just swap the base_url)
Simple integration - Just override base_url and optionally api_key
Technical Details
AI Badgr implements the OpenAI API specification, supporting:
Chat completions with streaming
JSON mode responses
Compatible with standard OpenAI SDKs
Same API interface, lower costs
This is an optional addition that gives developers a cost-effective alternative backend choice for their OpenAI-compatible applications.
Contributor License Agreement: I agree to the contributor license agreement terms for this repository.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/397
**Author:** [@michaelmanly](https://github.com/michaelmanly)
**Created:** 12/9/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `docs/add-ai-badgr-provider`
---
### 📝 Commits (1)
- [`4dc53f8`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/4dc53f8b82e5d4478b3f3ea362f89355fee3ff4d) docs: add AI Badgr as OpenAI-compatible backend (base_url override + examples)
### 📊 Changes
**1 file changed** (+35 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+35 -0)
</details>
### 📄 Description
## Add AI Badgr as a cheaper OpenAI-compatible backend
This PR adds a short documentation section showing how to use **AI Badgr** as a drop-in replacement for OpenAI's API at a fraction of the cost.
### What's Changed
- Added a new section to the README explaining how to override the `base_url` parameter
- Included code examples for:
- Python (using the `openai` package)
- JavaScript/Node.js (using the `openai` package)
- cURL (command-line usage)
- Notes on advanced features (streaming, JSON mode)
### Key Points
- **Cheaper alternative** - AI Badgr offers OpenAI-compatible API at significantly lower costs
- **Docs-only change** - No code modifications or breaking changes
- **Optional provider** - Developers can choose to use it or not
- **OpenAI-compatible** - Works with existing OpenAI client libraries (just swap the `base_url`)
- **Simple integration** - Just override `base_url` and optionally `api_key`
### Technical Details
AI Badgr implements the OpenAI API specification, supporting:
- Chat completions with streaming
- JSON mode responses
- Compatible with standard OpenAI SDKs
- Same API interface, lower costs
This is an optional addition that gives developers a cost-effective alternative backend choice for their OpenAI-compatible applications.
---
**Contributor License Agreement:** I agree to the contributor license agreement terms for this repository.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/397
Author: @michaelmanly
Created: 12/9/2025
Status: ❌ Closed
Base:
main← Head:docs/add-ai-badgr-provider📝 Commits (1)
4dc53f8docs: add AI Badgr as OpenAI-compatible backend (base_url override + examples)📊 Changes
1 file changed (+35 additions, -0 deletions)
View changed files
📝
README.md(+35 -0)📄 Description
Add AI Badgr as a cheaper OpenAI-compatible backend
This PR adds a short documentation section showing how to use AI Badgr as a drop-in replacement for OpenAI's API at a fraction of the cost.
What's Changed
base_urlparameteropenaipackage)openaipackage)Key Points
base_url)base_urland optionallyapi_keyTechnical Details
AI Badgr implements the OpenAI API specification, supporting:
This is an optional addition that gives developers a cost-effective alternative backend choice for their OpenAI-compatible applications.
Contributor License Agreement: I agree to the contributor license agreement terms for this repository.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.