Skip to content

Marketplace

Fastlane Marketplace lets you use LLMs without managing API keys. Top up your balance via Razorpay, and Fastlane routes your requests through our backend with a 3% markup.

  1. Top up - Add funds via Razorpay (minimum $10)
  2. Use - Send requests with marketplace/ prefixed models
  3. Pay - Balance is deducted per-token at market rate + 3%
Model Base Price With 3% Markup
gpt-4o $2.50/1M tokens $2.575/1M tokens
gpt-4o-mini $0.15/1M tokens $0.1545/1M tokens
claude-sonnet-4 $3.00/1M tokens $3.09/1M tokens
claude-3.5-haiku $1.00/1M tokens $1.03/1M tokens
llama-3.3-70b $0.59/1M tokens $0.6077/1M tokens
llama-3.1-8b $0.20/1M tokens $0.206/1M tokens
  • Fastlane keeps 2% of each transaction
  • Affiliate gets 1% lifetime commission on referred users

Share your referral code and earn 1% of every marketplace purchase your referrals make, for life.

  1. Get your affiliate code from the dashboard
  2. Share your referral link: https://fastlane.dev/download?ref=YOUR-CODE
  3. When someone downloads and uses your code, they’re linked to you
  4. You earn 1% of their marketplace spending forever

When you refer users, the affiliate code is sent with marketplace requests via X-Affiliate-Code header. The backend tracks attribution and calculates commissions.

  1. Get your device ID (auto-generated on first launch):
Terminal window
curl http://127.0.0.1:8787/v1/settings | jq .byok.device_id
  1. Top up via the Fastlane dashboard (coming soon)

  2. Add to settings:

[byok]
backend_url = "https://api.fastlane.dev"
device_id = "your-device-id"

The 3% markup covers:

  • Infrastructure costs
  • Payment processing fees
  • Affiliate commissions (1%)
  • Ongoing model training improvements
  • Support and maintenance