Gemini 3 support and sturdier Real runs
- Added the latest Gemini 3 models (3.5 Flash, 3.1 Pro) and made Gemini 3.5 Flash the default. The model picker only lists models that actually run.
- Transform agents (translate, summarize, classify…) now always act on your input — fixed a case where some models processed the instruction instead of the input.
- Call hosted execution (POST /v1/runs) in Real mode with an issued API key; cost is debited safely from the key owner's credits.
- Closed a race where concurrent runs could overdraw the balance, using an atomic budget reservation.
- Switched refine/simulate to an async queue + polling, so a slow Real run that times out is never billed for work you didn't receive (no orphan billing).