Skip to content

v0.2.8: Enhanced LLM Pricing with LiteLLM Fallback

Choose a tag to compare

@kalil0321 kalil0321 released this 27 Dec 23:20
· 280 commits to main since this release

What's New in v0.2.8

🎯 Enhanced LLM Pricing System

Intelligent 3-tier pricing fallback system that extends model coverage from 5 built-in models to 100+ models via optional LiteLLM integration.

✨ Key Features

3-Tier Pricing Fallback:

  1. Local pricing (highest priority) - Built-in pricing for common models
  2. LiteLLM pricing (if installed) - Extended coverage for 100+ models
  3. Default pricing (ultimate fallback) - Uses Claude Sonnet 4.5 pricing

Optional LiteLLM Integration:

pip install 'reverse-api-engineer[pricing]'

Adds support for OpenAI GPT, Mistral, DeepSeek, and 100+ other models with automatic fallback and graceful degradation.

🔧 Improvements

  • Enhanced OpenCode prompt handling
  • New model pricing for Gemini 3 and Claude thinking series
  • Better folder name generation with OpenCode SDK
  • Comprehensive Antigravity free model documentation

📦 Installation

# Basic installation
pip install reverse-api-engineer

# With enhanced pricing support
pip install 'reverse-api-engineer[pricing]'

Full Changelog: v0.2.7...v0.2.8