Fast model runtimes
Optimized server runtimes deliver low time-to-first-token and high sustained throughput across LLMs, diffusion and audio models.
- 142 ms median TTFT
- 2× throughput vs naive serving
Armada runs your models on a focused lineup of RTX 6000, RTX 5090, RTX 4090 and H20 GPUs — with fast cold starts, autoscaling, and per-minute billing. The cost-performance of consumer and inference-optimized silicon, packaged for production.
Most platforms still charge datacenter-GPU rates for workloads that run perfectly well on consumer and inference-optimized silicon. Armada doesn’t.
Optimized server runtimes deliver low time-to-first-token and high sustained throughput across LLMs, diffusion and audio models.
Scale from zero to thousands of replicas. Cold starts measured in seconds, warm starts in milliseconds.
Per-minute billing — not per-hour, not per-day. Scale-to-zero means you pay nothing for idle endpoints.
RTX 6000, RTX 5090, RTX 4090, and H20 — selected because they deliver the best cost-per-token for real inference workloads. Skip the H100 tax.
Datacenter-class cards are built for training. We selected a lineup tuned for the economics of serving: high throughput per dollar, the right amount of VRAM for the models you actually deploy, and per-minute billing across the board.
Best for 7B–13B LLMs, ComfyUI / SDXL, embeddings, Whisper.
Best for 30B–70B LLMs, Flux / diffusion at scale, real-time audio.
Best for 70B+ LLMs, long context, multi-LoRA serving, video gen.
Best for 70B+ inference at scale, batched serving, KV-cache heavy workloads.
*Illustrative rates. Final pricing depends on region and commitment — see full pricing.
LLMs, diffusion, audio, voice agents, embeddings, custom checkpoints — deployed the same way and served through the same OpenAI-compatible interface where possible.
Qwen, DeepSeek, Llama, gpt-oss, Mistral, Gemma. vLLM and TensorRT-LLM runtimes, OpenAI-compatible endpoints, structured outputs and tool use.
SDXL, Flux, Stable Video Diffusion, ComfyUI workflows. Bring your graph; deploy it as an autoscaling endpoint with cached weights.
Whisper-large-v3, NeMo and Parakeet runtimes with speaker diarization, word-level timestamps and streaming.
Low-TTFB pipelines for voice agents: STT → LLM → TTS with WebSocket streaming. Sub-300 ms turn-taking at production scale.
BGE, E5, Nomic, OpenAI-compatible embedding endpoints. Batched inference, optional reranking, p99 under 50 ms.
Bring a checkpoint, a Docker image, or a fine-tune. We’ll build it, cache the weights, and give you an autoscaling endpoint.
Pick a model. Pick a GPU. Get an autoscaling API endpoint — with logs, metrics and observability wired in from day zero.
Start from a tuned preset (Qwen, DeepSeek, Llama, Flux, Whisper) or bring your own checkpoint, Docker image, or ComfyUI graph.
RTX 4090, 5090, RTX 6000 or H20 — we’ll surface the right one for your model size and target latency, with the hourly cost up-front.
Autoscaling, scale-to-zero, OpenAI-compatible. Logs, metrics, traces and per-request timings in the dashboard.
# Install $ pip install armada # Authenticate $ armada login # Deploy from a HF repo $ armada deploy deepseek-ai/DeepSeek-V3 \ --gpu h20 \ --replicas 2 \ --scale-to-zero ✓ Endpoint live at https://api.armada.plavno.io/v1/deepseek-v3 ✓ Streaming logs to ~/armada/deepseek-v3.log ✓ Metrics: dashboard.armada.plavno.io/deepseek-v3
No commitments to start. Scale-to-zero means idle endpoints cost nothing. When you’re ready for committed-use discounts, we have those too.
| GPU | VRAM | Best for | Hourly* | Per-minute |
|---|---|---|---|---|
| RTX 4090 | 24 GB | 7B–13B LLMs, SDXL, embeddings | $0.60 | $0.0100 |
| RTX 5090 | 32 GB | 30B–70B LLMs, Flux, voice | $0.90 | $0.0150 |
| RTX 6000 | 48 GB | 70B+ LLMs, long context | $1.20 | $0.0200 |
| H20 | 96 GB | 70B+ at scale, batched serving | $1.50 | $0.0250 |
| RTX 4090 | 24 GB | 7B–13B LLMs, SDXL, embeddings | $0.42 −30% | $0.0070 |
| RTX 5090 | 32 GB | 30B–70B LLMs, Flux, voice | $0.63 −30% | $0.0105 |
| RTX 6000 | 48 GB | 70B+ LLMs, long context | $0.84 −30% | $0.0140 |
| H20 | 96 GB | 70B+ at scale, batched serving | $1.05 −30% | $0.0175 |
*Illustrative rates. Includes per-minute billing, autoscaling, logs and metrics. Egress is free up to 1 TB / month.
“We replaced our H100 fleet with Armada’s 5090s and cut inference cost by 68%, with better TTFT on our 70B model. The migration took an afternoon.”
“Per-minute billing is the headline, but the real win is the runtime — sub-200 ms TTFT on a 32B model with sane defaults. We stopped writing serving code.”
“Cold starts under two seconds with scale-to-zero. Our voice agent backend used to cost $14k/month; on Armada it’s under $4k and faster.”
Free trial credits. No credit card. Per-minute billing when you scale.
$ pip install armada && armada deploy your-model --gpu rtx-5090