Wafer

Wafer

Fastest open source LLMs for enterprise, at the lowest cost per token.

Overview

Company Historically Provides H1B Sponsorship

At Wafer, we are building AI systems that automatically optimize inference workloads across silicon. The goal is fungible token capacity. Any accelerator optimized toward serving inference most efficiently. Wafer is well funded and serves trillions of tokens a month for mission critical workloads. We serve the highest performance inference to fast-growing AI startups.

YC Company
Launched Recently

About Wafer

Simplify's Rating
Why Wafer is rated
A
Rated A on Competitive Edge
Rated A+ on Growth Potential
Rated B on Differentiation

Industries

Data & Analytics

Consumer Software

Enterprise Software

AI & Machine Learning

Company Size

11-50

Company Stage

Seed

Total Funding

$4.1M

Headquarters

San Francisco, California

Founded

2025

Get referred to Wafer

See people who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • Autonomous AI performance engineers dynamically profile runtime bottlenecks and rewrite underlying serving stacks and GPU kernels.
  • Flat-rate "Wafer Pass" subscription abstracts traditional per-token API billing to provide predictable costs for continuous AI coding agents.
  • Hardware-agnostic optimization engine automatically tunes LLM performance across NVIDIA, AMD, and custom enterprise silicon.

What critics are saying

  • A specialized focus on inference requires enterprises to maintain separate providers for model training and raw GPU rentals.
  • A curated serverless catalog offers fewer niche model options compared to full-scale legacy cloud hyperscalers.

What makes Wafer unique

  • Autonomous kernel optimization delivers up to 3x faster open-source LLM inference without manual low-level CUDA engineering.
  • Flat-rate subscription pricing eliminates volatile per-token costs and usage cap anxiety for high-volume AI agent workloads.
  • Multi-hardware compatibility reduces cloud vendor lock-in and protects developers against GPU supply shortages.

Help us improve and share your feedback! Did you find this helpful?

Funding

Total Funding

$4.1M

Below

Industry Average

Funded Over

2 Rounds

Notable Investors:
Seed funding is usually the first official round after pre-seed, when a startup has a prototype or concept. It’s typically used to develop the product, test the market, and start building the team. Investors here are often angel investors or early-stage venture capitalists.
Seed Funding Comparison
Above Average

Industry standards

$3.3M
$2M
Netflix
$2.3M
Instacart
$3M
Robinhood
$4M
Wafer

Benefits

Health Insurance

Dental Insurance

Vision Insurance

Unlimited Paid Time Off

Parental Leave

Meal Benefits

Commuter Benefits

Company Equity

Company News

Wafer
Jul 17th, 2026
Wafer integration with TrueFoundry AI Gateway.

Wafer integration with TrueFoundry AI Gateway. How Wafer's fast, OpenAI-compatible serverless inference integrates with TrueFoundry AI Gateway for unified routing, observability, and zero data retention. This article is cross-posted from TrueFoundry's official blog. Read the original: Wafer integration with TrueFoundry AI Gateway. New inference providers for open-weight models seem to launch every few weeks, each promising faster tokens per second on the same handful of models everyone already runs. The problem for engineering teams is rarely whether a provider is fast enough. It is what happens after: a new base URL, a new API key, a new observability wire-up, and a set of application code paths that now need testing against yet another schema. Wafer's arrival inside the TrueFoundry AI Gateway removes that second problem, leaving only the first question: is the model fast enough for the workload. TrueFoundry AI Gateway: one execution layer for every model. The TrueFoundry AI Gateway sits between applications and every model they call, exposing a single OpenAI-compatible interface regardless of which provider is actually serving the request underneath. Instead of an application holding a different client, a different key, and a different retry policy for each provider, it sends every request to one endpoint and lets the Gateway resolve where that request should actually go. That resolution happens through what TrueFoundry calls Virtual Models: logical model identifiers that map to one or more physical providers, with routing decided by priority, weight, or latency. New providers do not require new integration code on the application side. They are added as a provider account and a set of registered models, and every application already pointed at the Gateway can start using them the moment they are turned on. Wafer: serverless speed for open-weight models. Wafer is a hosted inference provider built specifically around fast serving of open-weight models. Its pitch is not a broader model catalog but faster execution of the models teams already want to run, achieved by optimizing the full inference stack for specific hardware rather than serving models on a generic stack. Through TrueFoundry, that speed is available for GLM 5.2, served as a serverless chat completion with streaming and tool calling. Wafer also treats data handling as a first-class option rather than an enterprise add-on. Requests can be marked for zero data retention on a per-request basis, and Wafer isolates traffic and offers SLA-backed uptime for workloads that need those guarantees, without requiring a separate contract tier just to turn the option on. One Gateway, every model: Wafer inside TrueFoundry. Connecting the two is a matter of registering Wafer as a provider account inside the Gateway's Models section. The account form asks for a Base URL, defaulting to Wafer's own pass.wafer.ai/v1 endpoint, an API key, and a toggle for zero data retention, which is enabled by default. Turning it on tells the Gateway to attach a Wafer-ZDR: required header on every request sent to Wafer, so the retention behavior is enforced at the request level rather than left to account-wide configuration. Once the account exists, individual chat models are registered by their Display Name and their exact Wafer Model ID, such as glm-5.2. What makes this integration unusually light is that Wafer's API already speaks the OpenAI chat completions schema natively. The Gateway's provider adapter, which normally translates requests into a partner's own format, has nothing to translate here. It passes the request through largely unchanged, which is the same reason existing OpenAI-compatible clients can point at Wafer directly by swapping only the base URL and key. How smart routing works. A request that targets a Wafer-backed model moves through the same request path as any other model on the Gateway: * An application calls the Gateway's chat completions endpoint with a model identifier in the form your-wafer-account/glm-5.2, using the standard OpenAI SDK. * The Gateway validates the request's JWT against cached public keys and checks the caller's access against an in-memory map of users to models, both without an external call. * The Virtual Model identifier resolves to the registered Wafer provider account, including its Base URL, API key, and zero data retention setting. * The request is forwarded to pass.wafer.ai/v1/chat/completions over HTTPS. Because Wafer already uses the OpenAI schema, the Gateway's provider adapter makes no format changes, only attaching the Wafer-ZDR header when retention is set to required. * Wafer runs inference on the requested GLM 5.2 model and streams tokens back as they are generated. * The Gateway streams the response back to the application and asynchronously publishes token counts, latency, and cost to its telemetry pipeline, the same as it would for any other provider. None of these steps are unique to Wafer. That is the point: a new, fast inference provider becomes a routing target rather than a new integration surface, which is what lets a Gateway account absorb new providers as they prove themselves without every application needing a code change. Get started with faster open-model inference. From the TrueFoundry dashboard, open AI Gateway, then Models, and select Wafer to add an account and register your chat models. Call them through the Playground or directly via the OpenAI-compatible client, with the model set to your account name and model ID. Full setup steps and code examples are in the TrueFoundry AI Gateway documentation for Wafer, alongside Wafer's own router setup guide.

Daily AI Brief
Apr 16th, 2026
Wafer raises $4M to build AI that optimises AI infrastructure

Wafer has raised $4 million in seed funding led by Fifty Years, with participation from Liquid2, Y Combinator and angel investors including Google's Jeff Dean and OpenAI's Wojciech Zaremba. The startup is developing an AI performance engineering agent to help hardware providers, cloud platforms and research labs improve system efficiency. Founded by Steven Arellano and Emilio Andere, Wafer focuses on automating performance engineering tasks including profiling, optimisation and hardware-specific tuning. The company aims to build AI systems that optimise AI infrastructure across diverse hardware environments. Wafer's technology centres on increasing "intelligence per watt", a measure of AI efficiency the company considers critical to scaling advanced AI systems. The funding will support development of its agent designed to help users approach the physical limits of AI performance.

Wafer
Jan 8th, 2026
Introducing Wafer's Built-in Perfetto Trace Viewer

Introducing Wafer's built-in Perfetto trace viewer. Open Chrome trace JSON files directly in your IDE with full Perfetto functionality - timeline, flamegraphs, SQL, and metrics. Today wafer.ai is launching Wafer's built-in Perfetto trace viewer! If you have a Chrome trace JSON (PyTorch profiler, etc.), you can open it directly in your IDE and do the entire Perfetto workflow there - timeline, flamegraphs, SQL, metrics. What's included. No more switching to a browser. Just click on a trace file and view it where you write code. 2. 100% Perfetto functionality Everything you'd expect from Perfetto - flamegraphs, SQL queries, flow events, counters, and more. 3. Trace History (power user favorite) Wafer saves your past traces so you can jump between all your previous runs fast. Compare optimizations across iterations without hunting for old files.

Wafer
Jul 14th, 2025
Introducing Chip Benchmark: Hardware-Centric Performance Insights for AI Workloads

Introducing Chip Benchmark: hardware-centric performance insights for AI workloads. As the AI hardware ecosystem rapidly expands, choosing the right accelerator has become increasingly complex. wafer.ai is excited to introduce Chip Benchmark, an open-source benchmarking suite purpose-built to evaluate the performance of open-weight LLMs across diverse hardware platforms. Benchmarking Hardware AI Open Source Performance As the AI hardware ecosystem rapidly expands, choosing the right accelerator for a given workload has become increasingly complex. Different chips excel in different scenarios - but making apples-to-apples comparisons remains difficult without standardized, open tooling. wafer.ai is excited to introduce Chip Benchmark, an open-source benchmarking suite purpose-built to evaluate the performance of open-weight LLMs across diverse hardware platforms. Chip Benchmark supports NVIDIA A100/H100/L40S and AMD MI300X - with upcoming plans to include other hardware vendors and models. Built for transparency. wafer.ai built Chip Benchmark for reproducibility and easy comparison. With an open-source scripting available here, it runs standardized tests across different hardware, logging results in both human and machine-readable formats. It measures key metrics like throughput, latency, and time-to-first-token across a range of sequence lengths and concurrency levels. Results are organized by model, hardware, and precision for clear, system-level insights. Dashboard insights. Alongside the benchmarking scripts, wafer.ai offer an interactive web-based dashboard to visualize results. Users can filter by model, hardware, and precision, and view detailed throughput and latency comparisons. In the example shown, throughput curves for Llama-3.1-8B-Instruct reveal that while both the H100 and MI300X scale with concurrency, the H100 demonstrates stronger throughput at higher levels. This kind of insight is critical for informed hardware selection, especially at deployment scale. Key features. Chip Benchmark provides comprehensive evaluation capabilities designed for both researchers and practitioners: Multi-Hardware support. Out of the box, Chip Benchmark supports NVIDIA's A100, H100, and L40S GPUs, as well as AMD's MI300X. The modular architecture makes it straightforward to add support for additional hardware platforms. Comprehensive metrics. Beyond simple throughput measurements, Chip Benchmark captures detailed performance characteristics including latency distributions, memory utilization patterns, power consumption (where available), and cost-efficiency metrics. Real-World scenarios. The benchmark suite includes tests for various deployment scenarios: single-request latency optimization, high-throughput batch processing, long-context document processing, and multi-turn conversational interactions. Open Source and community-driven. Chip Benchmark is released under an open-source license, encouraging community contributions and ensuring transparency in testing methodologies. wafer.ai believe that open, reproducible benchmarks are essential for advancing the state of AI infrastructure. Getting started. The Chip Benchmark suite is available on GitHub with comprehensive documentation and quick-start guides. Whether you're evaluating hardware for a new deployment or optimizing existing infrastructure, Chip Benchmark provides the insights you need to make informed decisions. Looking ahead. As the AI hardware landscape continues to evolve, so will Chip Benchmark. Its roadmap includes support for additional hardware platforms, more sophisticated workload scenarios, and integration with popular MLOps tools. wafer.ai is committed to maintaining Chip Benchmark as the go-to resource for hardware-centric AI performance evaluation. wafer.ai invite researchers, engineers, and hardware vendors to contribute to Chip Benchmark. Whether it's adding support for new hardware, improving testing methodologies, or sharing performance results, your contributions help build a more transparent and efficient AI ecosystem. Get involved. wafer.ai welcome contributors, hardware vendors, and researchers. Find the repository here and let's benchmark the future - together. Want to see a specific benchmark? Request a benchmark or sign up for notifications (hit the bell icon in the top right) to stay updated as wafer.ai add new hardware and results!

Recently Posted Jobs

Sign up to get curated job recommendations

Wafer is Hiring for 2 Jobs on Simplify!

Find jobs on Simplify and start your career today

Don't see your dream role? Check out thousands of other roles on Simplify. Browse all jobs →