Skip to content

Commit 5e4445b

Browse files
committed
Update README to reflect increase in supported providers
- Updated the README to indicate that OneLLM now supports 20 providers, enhancing the provider count from 19 to 20. - Adjusted relevant sections to ensure consistency with the new provider count and maintain clarity for users. These changes keep the documentation accurate and informative regarding the capabilities of the OneLLM framework.
1 parent 77549ed commit 5e4445b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747

4848
The library follows the OpenAI client API design pattern, making it familiar to developers already using OpenAI and enabling easy migration for existing applications. **Simply change your import statements and instantly gain access to hundreds of models** across dozens of providers while maintaining your existing code structure.
4949

50-
With support for 19 implemented providers (and more planned), OneLLM gives you access to approximately 300+ unique language models through a single, consistent interface - from the latest proprietary models to open-source alternatives, all accessible through familiar OpenAI-compatible patterns.
50+
With support for 20 implemented providers (and more planned), OneLLM gives you access to approximately 300+ unique language models through a single, consistent interface - from the latest proprietary models to open-source alternatives, all accessible through familiar OpenAI-compatible patterns.
5151

5252
> [!NOTE]
53-
> **Ready for Use**: OneLLM now supports 19 providers with 300+ models! From cloud APIs to local models, you can access them all through a single, unified interface. [Contributions are welcome](./CONTRIBUTING.md) to help add even more providers!
53+
> **Ready for Use**: OneLLM now supports 20 providers with 300+ models! From cloud APIs to local models, you can access them all through a single, unified interface. [Contributions are welcome](./CONTRIBUTING.md) to help add even more providers!
5454
5555
---
5656

@@ -105,7 +105,7 @@ For more detailed examples, check out the [examples directory](./examples).
105105
| Feature | Description |
106106
|---------|-------------|
107107
| **📦 Drop-in replacement** | Use your existing OpenAI code with minimal changes |
108-
| **🔄 Provider-agnostic** | Support for 300+ models across 19 implemented providers |
108+
| **🔄 Provider-agnostic** | Support for 300+ models across 20 implemented providers |
109109
| **🔁 Automatic fallback** | Seamlessly switch to alternative models when needed |
110110
| **🔄 Auto-retry mechanism** | Retry the same model multiple times before failing |
111111
| **🧩 OpenAI-compatible** | Familiar interface for developers used to OpenAI |

0 commit comments

Comments
 (0)