Skip to content
Poolside

Pulse. Real-time data from our models usage.

Models usage metrics, refreshed daily from OpenRouter and Hugging Face.

12.8 trillion tokens processed on OpenRouter since our first launch.

*Days since Laguna XS.2 and Laguna M.1 launch. Tokens processed via OpenRouter, all deployments. The total excludes tokens processed through our Direct API and Vercel AI Gateway. The hatched tip of today's bar is the projected daily pace, extrapolated from tokens processed so far (UTC). Source: OpenRouter, as of 18 Aug 2026 (updated 13:04 UTC).
    • 6.2 trillion Tokens last 30 days
    • 1.7 trillion Tokens last 7 days
    • 254 billion Tokens last day
    • 329 billion Record daily tokens (4 Aug 2026)

    Stats for all models.

Top models on OpenRouter last week

  • 1st DeepSeek V4 Flash 0731 11.3T
  • 2nd Hy3 9.7T
  • 3rd MiMo-V2.5 5T
  • 4th DeepSeek V4 Flash 0423 4.8T
  • 5th GLM 5.2 (batch) 4.4T
  • 6th DeepSeek V4 Pro 0423 2.7T
  • 7th Nemotron 3 Ultra 2.4T
  • 8th Laguna S 2.1 1.7T
  • 9th MiniMax M3 1.5T
  • 10th Kimi K3 1.4T
  • 11th Step 3.7 Flash 922B
  • 12th Nemotron 3.5 Lightning 797B
  • 13th DeepSeek V4 Pro 0813 796B
  • 14th MiMo-V2.5-Pro 490B
  • 15th Gemma 4 31B 468B
  • 16th gpt-oss-120b 458B
  • 17th DeepSeek V3.2 411B
  • 18th Gemma 4 26B A4B 378B
  • 19th Nemotron 3 Super 362B
  • 20th North Mini Code 219B
  • 23rd Laguna XS 2.1 163B
Tokens over the last 7 days. Arrows show places Laguna models moved vs. the previous week. Source: OpenRouter (openrouter.ai/rankings), as of 18 Aug 2026 (updated 13:04 UTC). View open models leaderboard

Top apps using Poolside models

  • Kilo Code Kilo Code is an open-source AI coding agent that works across VS Code, JetBrains, and CLI to help developers ship code faster with agentic workflows.
    1.5T
  • Hermes Agent Hermes Agent is an open-source, self-improving AI agent by Nous Research that runs persistently with memory across sessions, and builds reusable skills from experience.
    1.5T
  • Cline Cline is an open-source AI coding agent that lives inside your IDE, autonomously exploring your codebase, editing files, running terminal commands, and using browser automation.
    416B
  • Claude Code Claude Code is Anthropic's agentic coding tool that reads your entire codebase, plans and executes changes across files, runs tests, and iterates on failures, all from natural language prompts.
    96B
  • Nous Research API Nous Research is an AI research team focused on advancing open-source AI.
    44B
  • OpenClaw OpenClaw is an open-source AI agent that connects to your messaging apps and takes real actions on your behalf, from running commands and browsing the web to managing files and sending emails.
    29B
Tokens across all Laguna deployments, last 30 days. Apps that do not expose token counts on OpenRouter, including OpenCode, are excluded. Source: OpenRouter (openrouter.ai), as of 18 Aug 2026 (updated 13:04 UTC). Source: Laguna XS 2.1 / Laguna S 2.1 / Laguna M.1

Top coding agents on OpenRouter

Tokens over the last 30 days. Source: OpenRouter (openrouter.ai/apps), as of 18 Aug 2026 (updated 13:04 UTC).

2.4M model weight downloads on Hugging Face since our first launch.

Download weights
*Days since Laguna XS.2 and Laguna M.1 launch. Model-repository downloads, grouped by model family. Source: Hugging Face Publisher Analytics, through 18 Aug 2026 (updated 13:04 UTC). Downloads are counted from requests to Hugging Face's library-specific query files (for standard Transformers repositories, config.json); viewing a model card does not count, and automated CI/CD requests may be included. How Hugging Face counts downloads.
    • 1.9M Downloads last 30 days
    • 395.7k Downloads last 7 days
    • 41.2k Downloads last day
    • 21.1k Avg. downloads per day

    Stats for all models.

Get started with Laguna. Free to use for a limited time.

from openai import OpenAI
import os

client = OpenAI(
  api_key=os.getenv("POOLSIDE_API_KEY"),
  base_url="https://inference.poolside.ai/v1"
)

response = client.chat.completions.create(
  model="poolside/laguna-s-2.1",
  messages=[{
    "role": "user",
    "content": "What are channels in Go?"
  }]
)

OpenAI-compatible chat API.

API docs Get an API key
$ curl -fsSL https://downloads.poolside.ai/pool/install.sh | sh

poolv1.0.6

• Connected to agent server · Laguna S 2.1

Audit the checkout flow for race conditions

Thinking

Tracing order creation and transaction boundaries

● Read(src/checkout/createOrder.ts)

● Edit(src/checkout/createOrder.ts)

● Bash(pnpm test checkout)

✓ 12 tests passed in 284ms

Working… (12s)

Laguna in your terminal with pool.

CLI docs

$ docker run --gpus all poolside/laguna

NVIDIA DGX Spark · GB10 Grace Blackwell

128 GB unified memory · CUDA device ready

Loading poolside/laguna-s-2.1

Precision FP4 · Context 131,072

Starting OpenAI-compatible inference server...

✓ Ready at http://localhost:8000/v1

Run Laguna locally.

View the local setup guide

Work with Poolside Desktop Assistant.

Download for macOS

Our partners

Gateways

Benchmarks

Fine-tuning

Open source

Discover how we built our models.

Start building with Laguna

Bring it into your existing tools and harnesses in minutes.
Free in Preview for a limited time.