Cross-vendor prefill/decode works—but the network defines the operating point.
A 21-point Qwen3-30B-A3B FP8 matrix completed with 381 requests, zero failures, and independently verified KV transfer bytes.
Reproducible experiments in serving performance, disaggregated inference, routing, observability, and production SLOs across heterogeneous GPU infrastructure.
Reviewed results with operational recommendations and machine-readable evidence.
A 21-point Qwen3-30B-A3B FP8 matrix completed with 381 requests, zero failures, and independently verified KV transfer bytes.
Dynamo outperformed llm-d at c=32 across 1K/8K, 8K/8K, and 8K/1K shapes in a 36-point, prefix-cache-off comparison.
Nemotron-120B TTFT p99 rose from 1.127s to 11.990s as input length increased from 128 to 2,048 tokens at concurrency 8.
Each published study names the decision, fixes the workload and environment, reports tail latency and throughput, explains the mechanism, and states where the conclusion does not generalize.
Reviewed findings live here. Partial runs, capacity interruptions, failed configurations, and active hypotheses remain visible in the lab notebook.
OpenAI-compatible models used to exercise the serving platform. Availability is live; displayed prices are research estimates.
Prices are demo/research estimates derived from benchmark data, not a commercial offer.
Published studies, controls, and partial work are labeled by evidence maturity.
Review the model, serving footprint, and measured cost profile before sending a request.
Research estimate derived from CI benchmarks; not a commercial offer.
Compatible with openai, litellm, langchain.
Add your API key, tune only what you need, and see streaming output in context.
Copy an OpenAI-compatible example and connect the same endpoint from your stack.
OpenAI-compatible chat completions. Streaming via stream: true.
| Parameter | Type | Description |
|---|---|---|
| model | string | Full model identifier |
| messages | array | Array of {role, content} objects |
| max_tokens | integer | Max tokens to generate (default 512) |
| temperature | float | Sampling temperature 0–2 (default 0.7) |
| top_p | float | Nucleus sampling (default 1.0) |
| stream | boolean | Stream via SSE (default false) |