better-ccflare 3.5.3 → 3.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -691,6 +691,7 @@ We recommend using one of the workarounds above until the npm bug is fixed.
691
691
  - **OpenRouter** - OpenRouter integration with native API support and model mapping
692
692
  - **Kilo** - Kilo API integration with usage tracking
693
693
  - **Anthropic-Compatible** - Custom Anthropic-compatible providers with pay-as-you-go model
694
+ - **Ollama** - Local Ollama instance (v0.14.0+) via native Anthropic-compatible API at `/v1/messages`, no API key required
694
695
  - **OpenAI-Compatible** - OpenAI-compatible providers (Together AI, etc.) with Claude API format
695
696
  - **Universal API Format** - Use OpenAI-compatible providers with Claude API format
696
697
  - **Automatic Format Conversion** - Seamless conversion between Anthropic and OpenAI request/response formats
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-ccflare",
3
- "version": "3.5.3",
3
+ "version": "3.5.5",
4
4
  "description": "Load balancer proxy for Claude API with intelligent distribution across multiple OAuth accounts to avoid rate limiting",
5
5
  "license": "MIT",
6
6
  "repository": {