Robin's hosted model is running. Use the Robin browser extension and select the Robin AI provider to talk to it.
Upstream model: โ deepseek ยท deepseek-v4-pro
API endpoints:
POST /api/auth/register โ create an accountPOST /api/auth/login โ log inGET /api/auth/me โ current user (Bearer token)GET /api/usage โ your token usage (Bearer token)GET /api/usage/history โ usage history events + daily rollupsPOST /api/chat โ send a chat turn (Bearer token, Pro+ plan + credit)GET /api/chat/status โ public health checkGET /api/plans โ public plan + pricing catalogPOST /api/billing/checkout โ start a subscription or top-up (Bearer)POST /api/billing/portal โ Lemon Squeezy customer portal URL (Bearer)GET /api/billing/subscription โ current plan + credit balance (Bearer)POST /api/webhooks/lemonsqueezy โ Lemon Squeezy webhook receiverSee BILLING.md for the billing design.