TL;DR
Published June 18, 2026; rebuilt September 1, 2026 with every license re-read from the model card, the current Morph lineup and rates, Artificial Analysis Intelligence Index scores, InferenceX throughput runs, and a self-host crossover priced from public GPU rentals.
An open source LLM is a model whose weights you can download and run. Almost none meet the OSI definition, because none publish training data. What matters in 2026 is the license text on each checkpoint, the independent score each model earns, and the cheapest way to serve it at your volume. This page answers all three with sourced numbers.
“Kimi K3 and GLM-5.3 score 60 on the Intelligence Index, six points under Claude Fable 5.1, at 2 to 50 times lower output prices.”
What is open
MIT: GLM-5.3-Flash, DeepSeek V4 Pro, DeepSeek V4 Flash. Apache 2.0: Qwen 3.8, gpt-oss, Gemma 4. Custom with thresholds: Kimi K3 ($20M model-as-a-service revenue), GLM-5.3 ($10B revenue security review), Llama 4 (700M monthly active users). Every one verified against the license file on September 1, 2026.
How to run it
One OpenAI-compatible endpoint serves Kimi K3, GLM-5.3, GLM-5.3-Flash, and DeepSeek V4 Flash at 1M context, with prefix caching on by default, a 50%-off standby tier, a Batch API at the same rate, and dedicated B200 or B300 capacity billed by the minute. Self-hosting beats the API only once you sustain thousands of tokens per second around the clock; the table below gives the exact number per model.
What Counts as an Open Source LLM in 2026
The Open Source Initiative published the Open Source AI Definition 1.0 in October 2024. It requires three components under OSI-approved terms: the parameters (weights, including intermediate checkpoints and optimizer states), the complete source code used to train and run the system, and "sufficiently detailed information about the data used to train the system so that a skilled person can build a substantially equivalent system." It also grants four freedoms: use for any purpose, study, modify, and share.
No model in the table below meets that bar. Every one ships weights. Most ship inference code and a technical report. None publish the training corpus or enough data information to rebuild the model. Three ship under custom licenses that fail the "use for any purpose" freedom outright: Kimi K3, GLM-5.3, and Llama 4 each carry a revenue or user threshold above which you need permission from the vendor.
So the working definition is open-weight: the checkpoint is public, the license is whatever the model card says, and the training data is private. Read "open source LLM" as that unless the page cites OSAID explicitly. The models that do pass the strict test (OLMo, Pythia) are research artifacts, not the models topping coding leaderboards.
| Property | OSI open source AI | Open weight | Closed API |
|---|---|---|---|
| Weights downloadable | Yes | Yes | No |
| Training code published | Required | Sometimes | No |
| Training data information | Required | Rarely | No |
| License | OSI-approved | MIT, Apache 2.0, or custom | Terms of service |
| Self-host, fine-tune, pin a version | Yes | Yes | No |
| Examples | OLMo, Pythia | Kimi K3, GLM-5.3, DeepSeek V4, Qwen 3.8 | Claude, GPT, Gemini |
In 2024 the open licenses were interchangeable for most teams. In 2026 the two strongest open models both carry commercial thresholds, and Moonshot publishes a conformance harness (Kimi-Vendor-Verifier) to score which hosts serve its weights faithfully. Which checkpoint revision you run, at which precision, under which license, is now part of the model choice.
License Table, Verified Against the Model Cards
Every row below was read from the license file or model card on Hugging Face, or the vendor's license page, on September 1, 2026. Two things changed from the 2025 landscape: Gemma moved from the custom Gemma Terms of Use to Apache 2.0 with Gemma 4, and the Chinese labs split, with Z.ai and Moonshot attaching revenue thresholds to their flagships while keeping the smaller models on plain MIT.
| Model | Size (total / active) | License | Commercial condition |
|---|---|---|---|
| Kimi K3 | 2.8T / 104B MoE | Kimi K3 License (custom, MIT-style) | Separate agreement above $20M trailing-12-month model-as-a-service revenue; show "Kimi K3" in the UI above 100M MAU or $20M monthly revenue |
| GLM-5.3 | 753B MoE | GLM-5.3 License (custom) | Z.ai security review above $10B trailing-12-month model-as-a-service revenue; embedded product features exempt |
| GLM-5.3-Flash | 320B / 18B MoE | MIT | None |
| DeepSeek V4 Pro | 1.6T / 49B MoE | MIT | None |
| DeepSeek V4 Flash | 284B / 13B MoE | MIT | None |
| Qwen 3.8 27B | 27B dense | Apache 2.0 | None; patent grant |
| gpt-oss-120b | 117B / 5.1B MoE | Apache 2.0 | None; patent grant |
| Gemma 4 31B | 30.7B dense | Apache 2.0 | Prohibited Use Policy still referenced by Google |
| MiniMax M3 | 428B / 23B MoE | MiniMax Community License | Custom terms, see model card |
| Llama 4 Maverick | 400B / 17B MoE | Llama 4 Community License | Separate Meta license above 700M MAU; "Built with Llama" notice; derivative model names must start with "Llama" |
| Gemma 3 (previous gen) | 27B dense | Gemma Terms of Use | Prohibited Use Policy must be passed to downstream recipients as an enforceable term |
The practical reading. If you are building a product that embeds a model behind a feature, every row above is usable, including Kimi K3 and GLM-5.3, whose thresholds target companies reselling inference. If you are an inference provider, Kimi K3 needs a Moonshot agreement at $20M of revenue and Llama 4 is off the table at hyperscale. If you want zero conditions, the MIT and Apache 2.0 rows cover the whole capability range: DeepSeek V4 Pro at the top, GLM-5.3-Flash and DeepSeek V4 Flash in the efficient middle, Qwen 3.8 27B and Gemma 4 31B on a single GPU.
Independent Evidence: Index Scores and Measured Throughput
Vendor benchmarks on open models run high; the llm-stats tracker lists 0 of 104 SWE-bench Verified entries as independently verified. Two independent sources are worth more than any launch table. Artificial Analysis runs every model through the same harness and publishes an Intelligence Index. SemiAnalysis InferenceX runs the same serving workload on the same GPUs and publishes tokens per second per GPU.
| Model | Weights | Index score |
|---|---|---|
| Claude Fable 5.1 (max) | Closed | 66 |
| Claude Opus 5 (max) | Closed | 63 |
| GPT-5.6 Sol (max) | Closed | 61 |
| Kimi K3 (max) | Open, Kimi K3 License | 60 |
| GLM-5.3 (max) | Open, GLM-5.3 License | 60 |
| GLM-5.3-Flash | Open, MIT | 57 |
| GLM-5.2 (max) | Open, MIT | 53 |
| DeepSeek V4 Pro 0813 (max) | Open, MIT | 53 |
| DeepSeek V4 Flash 0731 (max) | Open, MIT | 52 |
| Qwen 3.8 27B (xhigh) | Open, Apache 2.0 | 52 |
| MiniMax M3 | Open, MiniMax Community | 45 |
| Gemma 4 31B | Open, Apache 2.0 | 30 |
| gpt-oss-120b (high) | Open, Apache 2.0 | 24 |
The four highlighted rows are the models Morph serves. Two observations fall out of the table. First, the gap between the best open model and the best closed model is six points, and the open model costs $14.00/M output against Anthropic's Opus-class rates. Second, GLM-5.3-Flash at 57 sits above the previous generation's flagship (GLM-5.2, 53) with 18B active parameters and $0.3395/M output, which is why the small MIT models now do most of the volume work.
Throughput per GPU, measured by InferenceX
Index scores say what a model can do. Throughput says what it costs to serve. InferenceX measured Kimi K3 on B300 GPUs with vLLM at FP4 on the AgentX coding-agent trace: 6,083 tokens per second per GPU at 50 tokens per second per user, falling to 2,027 at 200 per user. At the 50 tok/s operating point InferenceX prices that at $0.10 per million tokens, using a $2.26 per GPU-hour hyperscaler rate, which is far below what anyone rents a B300 for on demand.
| Model | GPU | Per-user speed | Throughput per GPU | Framework |
|---|---|---|---|---|
| Kimi K3 | B300 | 50 tok/s | 6,083 tok/s | vLLM |
| Kimi K3 | B300 | 200 tok/s | 2,027 tok/s | vLLM |
| DeepSeek V4 Pro | B300 | 216 tok/s (single user) | 216 tok/s | SGLang |
| DeepSeek V4 Pro | B200 | 40 tok/s at concurrency 64 | 2,560 tok/s | SGLang |
The two DeepSeek rows show the trade every self-hoster makes: one user on a B300 gets 216 tok/s and the GPU produces 216 tok/s total; 64 users on a B200 each get 40 tok/s and the GPU produces 2,560 tok/s. Cost per token is set by the second number. Interactive latency is set by the first. You do not get both from one box, which is the whole argument for sizing dedicated capacity against a target per-user speed rather than a GPU count.
Run Open Source LLMs Through One API
Morph serves the four highlighted models on one OpenAI-compatible endpoint, https://api.morphllm.com/v1, each at the full 1M-token context the vendor publishes. Rates below are the live list prices per million tokens, read from the same file that bills you.
| Model | API alias | License | Context | Input | Cached input | Output |
|---|---|---|---|---|---|---|
| Kimi K3 2.8T | morph-kimik3 | Kimi K3 License | 1M | $2.60 | $0.29 (89% off) | $14.00 |
| GLM-5.3 744B | morph-glm53-744b | GLM-5.3 License | 1M | $1.25 | $0.26 (79% off) | $4.40 |
| GLM-5.3-Flash | morph-glm53flash | MIT | 1M | $0.097 | $0.0194 (80% off) | $0.3395 |
| DeepSeek V4 Flash 0731 | morph-dsv4flash | MIT | 1M | $0.123438 | $0.03125 (75% off) | $0.3475 |
Any OpenAI client. Change the base URL and the model name.
from openai import OpenAI
client = OpenAI(
base_url="https://api.morphllm.com/v1",
api_key="YOUR_MORPH_API_KEY",
)
resp = client.chat.completions.create(
model="morph-glm53flash", # or morph-kimik3, morph-glm53-744b, morph-dsv4flash
messages=[
{"role": "system", "content": "You are a senior engineer reviewing a pull request."},
{"role": "user", "content": "Find the race condition in this handler and propose a fix."},
],
)
print(resp.choices[0].message.content)
print(resp.usage.prompt_tokens_details.cached_tokens) # tokens billed at the cached ratePrefix caching is on by default
Every request that shares a prefix with earlier traffic (system prompt, tool definitions, conversation history) skips prefill on those tokens and bills at the cached rate: 79% off on GLM-5.3, 80% on GLM-5.3-Flash, 89% on Kimi K3, 75% on DeepSeek V4 Flash. No configuration and no cache-write surcharge. Matching is exact-prefix on roughly 1K-token blocks, so put stable content first and keep it byte-identical between turns. A prompt_cache_key per conversation pins every turn to the worker that already holds its prefix, and cache_ttl (5m to 24h, sliding) controls retention. The mechanism is explained in prompt caching; the API details are in the caching docs.
Standby: 50% off when nobody is waiting
Send service_tier: "standby" and every leg bills at half the list rate on all four models. Standby runs on spare capacity: it queues behind default traffic and sheds a fast 429 with Retry-After: 15 when a region is busy. Shed requests bill nothing. Cached standby input stacks both discounts.
| Model | Input | Cached input | Output |
|---|---|---|---|
| Kimi K3 2.8T | $1.30 | $0.145 | $7.00 |
| GLM-5.3 744B | $0.625 | $0.13 | $2.20 |
| GLM-5.3-Flash | $0.0485 | $0.0097 | $0.16975 |
| DeepSeek V4 Flash 0731 | $0.061719 | $0.015625 | $0.17375 |
Batch API: the same rate with a 24-hour window
Upload a JSONL file of chat-completion requests, create a batch, and collect the results within 24 hours. It is the OpenAI Batch API, so the official SDKs work unchanged against api.morphllm.com/v1. Every completed line bills at the standby rate above. Eval runs, dataset generation, nightly summarization, and backfills belong here; anything a person is waiting on belongs on the synchronous endpoint. See the Batch API docs and standby docs.
Dedicated: your own B200 or B300 capacity, by the minute
When you need isolated capacity, a pinned checkpoint revision, or a speculator trained on your own traffic, dedicated inference reserves single-tenant B200 (list $9.98 per GPU-hour, billed by the minute) or B300 capacity behind the same API. The calculator compares monthly dedicated cost against per-token spend for your traffic shape, and the benchmark page sizes GPU count from a target per-user speed.
API vs Self-Host vs Dedicated: The Crossover
The self-host argument is that GPUs are a fixed cost and tokens are free once you own them. That is true, and it hides the real variable: utilization. A rented GPU costs the same at 3 a.m. as at peak. The API bills only tokens served. So the question is not "which is cheaper per token at full load" (self-host, always) but "how many tokens per second must I sustain, every second of the month, before the fixed cost pays for itself."
| GPU | RunPod Secure Cloud | Lambda on-demand |
|---|---|---|
| H100 SXM 80 GB | $3.29 | $3.99 |
| H200 | $4.59 | not listed |
| B200 180 GB | $6.79 | $6.69 |
| B300 | $7.89 | not listed |
| Morph dedicated B200 (managed, per-minute billing) | $9.98 |
The crossover table prices a minimal self-hosted deployment of each Morph model on RunPod B200s at $6.79 per GPU-hour,730 hours a month, and asks how many output tokens that same money buys on the API. Weight sizes assume one byte per parameter (FP8), except Kimi K3, whose checkpoint ships in MXFP4. GPU counts are the smallest tensor-parallel layout that holds the weights with room for KV cache; Kimi K3 spans two nodes. Input tokens are ignored, which favors self-hosting, so treat the break-even as a floor.
| Model | Weights | B200s | Fixed cost / month | API output tokens that buys | Sustained tok/s to break even |
|---|---|---|---|---|---|
| DeepSeek V4 Flash | 284 GB | 2 | $9,913 | 28.5B at $0.3475/M | 10,855 |
| GLM-5.3-Flash | 320 GB | 2 | $9,913 | 29.2B at $0.3395/M | 11,111 |
| GLM-5.3 | 753 GB | 8 | $39,654 | 9.0B at $4.40/M | 3,429 |
| Kimi K3 | 1,400 GB | 16 | $79,307 | 5.7B at $14.00/M | 2,156 |
Read the last column against the InferenceX rows above. Two B200s serving DeepSeek V4 Flash need to produce 10,855 output tokens per second around the clock to match the API rate. InferenceX measured the larger V4 Pro at 2,560 tok/s per B200 at 64 concurrent users, so a two-GPU Flash deployment would have to run near its throughput ceiling every hour of the month, with no headroom for bursts, to break even. For the Flash-class models the API is cheaper at any realistic utilization.
Kimi K3 is the opposite case. Its API rate tracks Moonshot's list price rather than compute cost, so 16 B200s break even at 2,156 tok/s against a measured 6,083 tok/s per B300 on the AgentX trace. If you have that traffic and the team to run a 2.8T-parameter, two-node, Kimi-Delta-Attention deployment, self-hosting K3 pays. Most teams have one of the two.
| Situation | Pick | Why |
|---|---|---|
| Bursty or uncertain volume, any model | API | Zero fixed cost; caching and standby cut the bill further |
| Background jobs, evals, backfills | API, standby or batch | 50% off list; shed requests bill nothing |
| Steady traffic, need isolation or a pinned revision | Dedicated | Reserved B200/B300 by the minute, speculators trained on your traffic, no ops |
| Data cannot leave your network | Self-host or dedicated in your cloud | Weights are public; run vLLM or SGLang behind your own endpoint |
| Thousands of tok/s sustained on a frontier open model | Self-host | Above the break-even row, GPUs are cheaper per token than any API |
| Laptop, offline, single GPU | Ollama or llama.cpp | Quantized Qwen 3.8, Gemma 4, or gpt-oss-20b; see the Ollama guide |
Self-host path: vLLM serves the same OpenAI-compatible API
# Serve an MIT-licensed open model on your own GPUs
vllm serve zai-org/GLM-5.3-Flash \
--tensor-parallel-size 2 \
--max-model-len 262144
# Your client code is unchanged from the Morph example above:
# base_url="http://your-host:8000/v1", model="zai-org/GLM-5.3-Flash"The break-even table is compute only. A production deployment also carries a second replica for failover, the engineer-hours to keep vLLM or SGLang current with each checkpoint revision (Kimi K3 moved four attention projections from BF16 to FP8 about nine days after its weights shipped), and the speculative decoding work to reach the per-user speeds the API delivers. Those costs move the crossover further right. For a worked self-host example with launch commands, see the Qwen API guide.
Model Family Directory
Each page below covers one model or family end to end: architecture, vendor and independent benchmarks, license, how to self-host, and how to call it. The four Morph serves are highlighted.
Moonshot AI: Kimi
Kimi K3 (served on Morph): 2.8T MoE, 1M context, native vision, Kimi Delta Attention. Also the K3 API guide, the Kimi API overview, K2.5 agent swarms, and K3 vs Claude and vs GLM-5.2 comparisons.
Z.ai: GLM
GLM-5.3 (served) and GLM-5.3-Flash (served), plus the GLM-5 family hub, GLM-5.2, GLM-5.1, the GLM-5.2 API guide, and GLM-5.3 vs Claude.
DeepSeek
DeepSeek V4 (Pro and Flash), DeepSeek V4 Flash (served), and the DeepSeek API guide. All MIT.
Alibaba Qwen, MiniMax, OpenAI, Google
Qwen 3.6 27B, Qwen 3.5 397B, and the Qwen API guide; MiniMax M3 and M2; gpt-oss 120B and 20B; and the best Ollama models list for the small end.
| Model | Page | License | On Morph |
|---|---|---|---|
| Kimi K3 | /kimi-k3 | Kimi K3 License | morph-kimik3 |
| Kimi K3 API guide | /kimi-k3-api | ||
| Kimi API overview | /kimi-api | ||
| Kimi K2.5 agent swarms | /kimi-k2-5-agent-swarm | Modified MIT | |
| GLM-5 family hub | /glm-5 | ||
| GLM-5.3 | /glm-5-3 | GLM-5.3 License | morph-glm53-744b |
| GLM-5.3-Flash | /glm-5-3-flash | MIT | morph-glm53flash |
| GLM-5.2 | /glm-5-2 | MIT | alias of morph-glm53-744b |
| GLM-5.2 API guide | /glm-5.2-api | ||
| GLM-5.1 | /glm-5-1 | MIT | |
| DeepSeek V4 Flash | /deepseek-v4-flash | MIT | morph-dsv4flash |
| DeepSeek V4 (Pro and Flash) | /deepseek-v4 | MIT | |
| DeepSeek API guide | /deepseek-api | ||
| Qwen 3.6 27B | /qwen-3-6 | Apache 2.0 | |
| Qwen 3.5 397B | /qwen-3-5 | Apache 2.0 | |
| Qwen API guide | /qwen-api | Apache 2.0 | |
| MiniMax M3 | /minimax-m3 | MiniMax Community | |
| MiniMax M2 | /minimax-m2 | Modified MIT | |
| gpt-oss 120B / 20B | /gpt-oss | Apache 2.0 | |
| Best Ollama models (local) | /best-ollama-models | varies |
Comparisons: GLM-5.2 vs Kimi K3, Kimi K3 vs Claude, GLM-5.3 vs Claude, GLM-5.2 vs Claude Opus. Ranked lists: best open source LLM (all use cases) and best open source coding model 2026. Beyond LLMs, open source AI models covers vision-language, embedding, speech, and image models by category.
FAQ
What is an open source LLM?
A large language model whose weights are published for download, so you can run, inspect, and fine-tune it on your own hardware. Strictly, the OSI Open Source AI Definition 1.0 also requires training code and data information, which no leading model provides; in practice the term means open-weight.
What is the difference between open source and open weight?
OSAID 1.0 requires parameters, complete training and inference code, and enough data information to rebuild the system, all under OSI-approved terms. Open-weight models release the parameters under a license of their own choosing and keep the data private. Both can be self-hosted and fine-tuned.
Which open source LLMs can I use commercially?
All of the leading ones, with conditions that differ by vendor. MIT: GLM-5.3-Flash, DeepSeek V4 Pro, DeepSeek V4 Flash. Apache 2.0: Qwen 3.8, gpt-oss, Gemma 4. Kimi K3 needs a Moonshot agreement above $20M of model-as-a-service revenue. GLM-5.3 needs a Z.ai security review above $10B. Llama 4 needs a Meta license above 700M monthly active users. The license table above has the exact clauses.
What is the best open source LLM in 2026?
Kimi K3 and GLM-5.3 tie at 60 on the Artificial Analysis Intelligence Index, the highest of any model with public weights. For a coding-specific ranking see best open source coding model 2026; for the field across use cases see best open source LLM.
How much does it cost to run an open source LLM through an API?
On Morph, per million tokens: Kimi K3 $2.60 in / $14.00 out, GLM-5.3 $1.25 / $4.40, GLM-5.3-Flash $0.097 / $0.3395, DeepSeek V4 Flash $0.123438 / $0.3475. Cached input and standby each cut those further; the tables above list every leg.
When is self-hosting cheaper than the API?
When your sustained throughput clears the break-even row for that model. For DeepSeek V4 Flash on two rented B200s that is about 10,855 output tokens per second every second of the month; for Kimi K3 on 16 B200s about 2,156. Below that, the API is cheaper. Between the two, dedicated inference gives reserved capacity without the ops.
How do I run an open source LLM locally?
Ollama or llama.cpp pull a quantized checkpoint with one command and serve it at localhost:11434 on an OpenAI-compatible API. The best Ollama models page ranks the current library by VRAM, context, and coding quality.
Do open source LLMs support 1M-token context?
Kimi K3, GLM-5.3, GLM-5.3-Flash, DeepSeek V4 Pro, and DeepSeek V4 Flash all publish 1M windows, and Morph serves each at the full 1M. Qwen 3.8 27B is 262,144 tokens natively, Gemma 4 31B is 256K. See LLM context windows for the full comparison.
Related Resources
- Open Source AI Models by Category: LLMs, Vision, Embeddings, Speech, Image
- Best Open Source LLMs (2026), Ranked
- Best Open Source Coding Model (2026)
- LLM API Providers Compared by Price
- LLM Inference: Cost, Speed, Caching, and GPU Capacity
- Dedicated Inference and the cost calculator
- Fireworks AI Alternative, Together AI Alternative, OpenRouter Alternatives
- LLM Router and LLM Gateway
- LLM Context Windows Compared
The fastest endpoints are private deployments
Morph's top speeds come from dedicated deployments, not shared public endpoints: speculators trained on your traffic, caching tuned to your workload, and volume discounts over public per-token rates. Over 100 billion tokens per day run this way.
Run open source LLMs without running a fleet
Kimi K3, GLM-5.3, GLM-5.3-Flash, and DeepSeek V4 Flash on one OpenAI-compatible endpoint at 1M context. Prefix caching on by default, 50% off on standby and batch, dedicated B200 and B300 capacity by the minute. Change the base URL, not your code.
Sources
- OSI: The Open Source AI Definition 1.0 (data information, code, and parameters requirements; the four freedoms)
- Hugging Face: moonshotai/Kimi-K3 LICENSE (Kimi K3 License: $20M model-as-a-service revenue threshold, 100M MAU / $20M monthly revenue attribution clause; 2.8T / 104B, MXFP4)
- Hugging Face: zai-org/GLM-5.3 LICENSE (GLM-5.3 License: $10B model-as-a-service revenue security-review threshold; 753B)
- Hugging Face: zai-org/GLM-5.3-Flash (MIT; 320B / 18B; natively multimodal)
- Hugging Face: deepseek-ai/DeepSeek-V4-Flash and DeepSeek-V4-Pro (MIT; 284B / 13B and 1.6T / 49B; 1M context)
- Hugging Face: Qwen/Qwen3.8-27B (Apache 2.0; 27B dense; 262,144 native context)
- Hugging Face: openai/gpt-oss-120b (Apache 2.0; 117B / 5.1B; MXFP4)
- Hugging Face: google/gemma-4-31B and Gemma 4 license page (Apache 2.0; 30.7B dense; 256K context; Prohibited Use Policy referenced)
- Google: Gemma Terms of Use (previous-generation custom terms, effective April 1, 2026; downstream use-restriction clause)
- Meta: Llama 4 Community License (700M MAU threshold; "Built with Llama"; derivative naming)
- Hugging Face: MiniMaxAI/MiniMax-M3 (MiniMax Community License; 428B / 23B; 1M context)
- Artificial Analysis: models leaderboard and Kimi K3 page (Intelligence Index scores quoted above)
- InferenceX: Kimi K3 on B300 (vLLM, FP4, AgentX trace; throughput per GPU at 50 to 200 tok/s per user; $2.26/GPU-hour cost basis)
- InferenceX: DeepSeek V4 Pro on B200 and B300 (SGLang, FP4, 8K input / 1K output)
- RunPod: GPU pricing (Secure Cloud on-demand H100 SXM $3.29, H200 $4.59, B200 $6.79, B300 $7.89 per GPU-hour)
- Lambda: GPU cloud pricing (on-demand H100 SXM $3.99, B200 180 GB $6.69 per GPU-hour)
- Fireworks AI: model library (GLM-5.3 at $1.40 / $4.40; DeepSeek V4 Pro 0813 at $1.32 / $3.96, for comparison)
- Morph docs: prompt caching, standby, Batch API (rates, cache blocks, session keys, TTLs, 429 behavior, 24-hour window)
