proomt

Search

Search posts, papers, and topics

All posts

NeonCarlota Soto6 min readintermediate

Open-weight models are fast on Neon AI Gateway. Here's why

Summary

Neon AI Gateway provides fast inference for open-weight LLMs by utilizing Databricks' optimized serving stack. This stack incorporates techniques like prompt caching, continuous batching with KV-cache paging, and a TensorRT-LLM backend, leading to significant improvements in throughput and latency.

  • Prompt caching boosts input-token throughput by 2.5x and reduces P50 latency by 3x for agent-like workloads with repeated prefixes.
  • Continuous batching with PagedAttention-style KV-cache paging maximizes GPU utilization and reduces time-to-first-token by efficiently managing requests.
  • A TensorRT-LLM-era backend with custom kernels provides 1.5-1.7x faster execution by fusing GPU operations and optimizing sparse matrix multiplies.
  • Quantization (e.g., FP8) can double max batch size and throughput on H100s with minimal quality degradation.

Engineers building LLM applications, particularly those with agentic or multi-step workflows, should care about these optimizations as they directly improve the performance and cost-efficiency of open-weight models.

7/10

Related reading

  1. LLMs belong in your backend

    Neon AI Gateway integrates LLM calls directly into the Neon backend, offering a unified API for various models (frontier and open-weight) and consolidating billing. It extends Neon's branching capabilities to LLM endpoints, allowing each development branch to have its own isolated AI Gateway host and credentials.

    Neonneon.com7 min
  2. GLM 5.3 FlashX now available on AI Gateway

    Vercel AI Gateway now offers the GLM‑5.3‑FlashX model, a fast (~200 tps) multimodal coding LLM. The post includes a TypeScript streaming example, notes the model’s fit for coding agents and interactive tools, and lists AI Gateway features (unified API, usage tracking, retries/failover, custom reporting, key budgets, routing rules) with no platform fee.

    Vercelvercel.com1 minrelease
  3. Open-weight models take 56% of token volume, Astra doubles Fable 5.1 spend

    Vercel’s September AI Gateway Production Index shows open‑weight models processing 56% of token volume (up from 7% in Dec 2025) while accounting for only 14% of spend. Token price fell 23.2% month‑over‑month. Anthropic’s Opus 5 captured 22.5% of spend, overtaking Fable 5 which dropped to 4.9%. OpenAI’s new GPT‑6 Astra grabbed ~7.7% of total gateway spend in its first 12 days, more than double Ant…

    Vercelvercel.com6 minHN2
  4. Electric is joining team Neon at Databricks

    Databricks announced that the Electric team, creators of the WASM‑compiled Postgres engine PGlite and a real‑time sync layer, is joining Neon. The integration adds an embedded Postgres database and continuous sync primitive to Neon’s platform, aiming to lower compute costs for small, agent‑driven apps.

    Neonneon.com3 minHN82