Marketplace
What is Marketplace
Section titled “What is 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.
How It Works
Section titled “How It Works”- Top up - Add funds via Razorpay (minimum $10)
- Use - Send requests with
marketplace/prefixed models - Pay - Balance is deducted per-token at market rate + 3%
Pricing (3% markup)
Section titled “Pricing (3% markup)”| 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 |
Revenue Split
Section titled “Revenue Split”- Fastlane keeps 2% of each transaction
- Affiliate gets 1% lifetime commission on referred users
Affiliate Program
Section titled “Affiliate Program”Share your referral code and earn 1% of every marketplace purchase your referrals make, for life.
How it works
Section titled “How it works”- Get your affiliate code from the dashboard
- Share your referral link:
https://fastlane.dev/download?ref=YOUR-CODE - When someone downloads and uses your code, they’re linked to you
- You earn 1% of their marketplace spending forever
For developers
Section titled “For developers”When you refer users, the affiliate code is sent with marketplace requests via X-Affiliate-Code header. The backend tracks attribution and calculates commissions.
- Get your device ID (auto-generated on first launch):
curl http://127.0.0.1:8787/v1/settings | jq .byok.device_id-
Top up via the Fastlane dashboard (coming soon)
-
Add to settings:
[byok]backend_url = "https://api.fastlane.dev"device_id = "your-device-id"Why 3%?
Section titled “Why 3%?”The 3% markup covers:
- Infrastructure costs
- Payment processing fees
- Affiliate commissions (1%)
- Ongoing model training improvements
- Support and maintenance