• Your Name's avatar
    feat: add subscription-based provider and custom pricing configuration · ae1fb479
    Your Name authored
    - Added is_subscription, price_per_million_prompt, and price_per_million_completion fields to Provider model
    - Updated analytics to check provider config for subscription status and custom pricing
    - Subscription providers have $0 cost but usage is still tracked
    - Added _get_provider_pricing() method to get provider-specific pricing
    - Updated provider configuration UI with pricing section:
      - Checkbox for subscription-based provider (free)
      - Input fields for custom prompt/completion token pricing
      - Pricing fields hidden when subscription is checked
    - Falls back to default pricing if not configured
    - Allows admins and users to configure per-provider pricing
    ae1fb479
Name
Last commit
Last update
..
add_payment_method.html Loading commit data...
admin_payment_settings.html Loading commit data...
admin_tier_form.html Loading commit data...
admin_tiers.html Loading commit data...
analytics.html Loading commit data...
autoselect.html Loading commit data...
billing.html Loading commit data...
change_email.html Loading commit data...
change_password.html Loading commit data...
delete_account.html Loading commit data...
docs.html Loading commit data...
edit_config.html Loading commit data...
forgot_password.html Loading commit data...
index.html Loading commit data...
login.html Loading commit data...
paypal_connect.html Loading commit data...
pricing.html Loading commit data...
profile.html Loading commit data...
prompts.html Loading commit data...
providers.html Loading commit data...
rate_limits.html Loading commit data...
reset_password.html Loading commit data...
rotations.html Loading commit data...
settings.html Loading commit data...
signup.html Loading commit data...
subscription.html Loading commit data...
user_autoselects.html Loading commit data...
user_index.html Loading commit data...
user_providers.html Loading commit data...
user_rotations.html Loading commit data...
user_tokens.html Loading commit data...
users.html Loading commit data...
verify.html Loading commit data...