it's free*.ai

Requesty

LLM gateway with 12 models at $0. 200 requests a day, no card, OpenAI-compatible.

Requesty is an OpenAI-compatible gateway: one key from app.requesty.ai/api-keys, base URL router.requesty.ai/v1. The free slice is 12 models priced $0 — Nemotron 3 Ultra, Super, Nano and Lightning, Laguna XS and M, Gemma 4 31B, Leanstral 1.5, Muse Glimmer and Ling 3.0 Tiny. Super, Ultra and Lightning go to 1M of context.

New organisations get 200 requests a day and 20 a minute, shared across every free model, reset daily, no card. Paying organisations jump to 1,000 a day. The rest of the 600+ catalogue is pay-as-you-go plus 5%. EU traffic can use router.eu.requesty.ai/v1.

Free models
12
Max context
1M
Free tier
200 requests per day
Requirement
Email account, no card

Endpoint

Base URLhttps://router.requesty.ai/v1
Env varREQUESTY_API_KEY
Rate limit20 requests/minute, 200 requests/day

Code examples

npm install openai
import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://router.requesty.ai/v1',
  apiKey: process.env.REQUESTY_API_KEY
})

const response = await client.chat.completions.create({
  model: 'nvidia/nemotron-3-super-120b-a12b',
  messages: [{ role: 'user', content: 'Explain closures in one paragraph.' }]
})

console.log(response.choices[0].message.content)

Worth knowing

Models you get for free12