better-ccflare 3.1.12 → 3.1.13

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
@@ -644,7 +644,7 @@ We recommend using one of the workarounds above until the npm bug is fixed.
644
644
  - **OpenAI-Compatible** - OpenAI-compatible providers (OpenRouter, Together AI, etc.) with Claude API format
645
645
  - **Universal API Format** - Use OpenAI-compatible providers (OpenRouter, Together AI, etc.) with Claude API format
646
646
  - **Automatic Format Conversion** - Seamless conversion between Anthropic and OpenAI request/response formats
647
- - **Model Mapping** - Map Claude models (opus, sonnet, haiku) to equivalent OpenAI models
647
+ - **Model Mapping** - Map Claude models (Opus, Sonnet, Haiku) to equivalent OpenAI models
648
648
  - **Streaming Support** - Full support for streaming responses from OpenAI-compatible providers
649
649
  - **API Key Authentication** - Secure API key management for OpenAI-compatible providers
650
650
  - **Cost Tracking** - Automatic cost calculation for usage monitoring and budgeting
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-ccflare",
3
- "version": "3.1.12",
3
+ "version": "3.1.13",
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": {