Predictable capacity
Capacity reserved for your endpoint.
Isolated endpoints. Predictable performance. GPU time pricing.
Why dedicated inference
Reserve capacity. Morph runs it.
Capacity reserved for your endpoint.
Open models on B200 or B300.
No stored prompts or responses.
Keep your OpenAI client.
Built for coding agents
Your agent can choose, buy, and monitor an endpoint.
# List models
morph dedicated models --json
# Buy after approval
morph dedicated create deepseek-v4-flash --balanced --yes
# Track setup
morph dedicated status <endpoint-id> --json
# Tail metadata
morph dedicated logs <endpoint-id> --followWorkload fit
Reserve for steady demand. Use serverless while demand is uncertain.
Steady traffic favors reserved capacity.
You already chose the model.
Shared limits now hurt production.
Long agent loops with tools and code.
Steady production assistants.
Predictable document processing.
Chained calls without shared limits.
Models and capacity
Monthly reservations are invoiced upfront.
Coding, reasoning, tools
1M context
Fast chat, extraction, multimodal
131K context
Reasoning, tools, vision
175K context
Agents, software, reasoning
256K context
Multimodal coding and tools
1M context
Complex coding and tools
1M context
Frontier agents, vision, long runs
1M context
Test with your own traces before buying.
$8.64/GPU-hr
up to 6.6x cheaper than token-based pricing
$8.43/GPU-hr
up to 6.8x cheaper than token-based pricing
$8.16/GPU-hr
up to 7.0x cheaper than token-based pricing
Make the right tradeoff
Dedicated buys control. Serverless avoids idle cost.
| Decision | Dedicated | Serverless |
|---|---|---|
| Traffic | Steady production | Variable or early |
| Billing unit | Reserved GPU time | Input and output tokens |
| Capacity | Reserved | Shared |
| Limits | Purchased capacity | Account limits |
| Best for | Control at scale | No idle cost |
Planning tools
Compare monthly serverless cost with reserved capacity using your model, token volume, cache reuse, and required user speed.
Enter monthly input and output tokens, cache hit rate, and required generation speed. Unverified capacity routes to a sizing review.
Open calculatorTranslate InferenceX latency, speed, and concurrency into buying guidance.
Read benchmarksAgent economics
Token price is only one input. Completion quality, generation speed, retries, and context reuse determine what a useful task costs.
Coding agents repeatedly send system instructions, repository context, tool output, and conversation history. Tiered caching keeps the hottest prefixes in GPU memory, warm prefixes in CPU memory, and longer lived context on NVMe.
Choose a latency target first. Then measure throughput inside that target using a representative trace. An attractive batch result is not a capacity promise for an interactive product.
Compare attributed inference measurementsOpenAI compatible
Keep the OpenAI SDK. Swap the base URL.
from openai import OpenAI
client = OpenAI(
api_key=os.environ["MORPH_API_KEY"],
base_url="https://your-endpoint.morphllm.com/v1",
)
response = client.chat.completions.create(
model="your-dedicated-model",
messages=[{"role": "user", "content": "Hello"}],
)Managed operations
You own the app. Morph owns operations.
See traffic, tokens, cache, latency, status, and capacity.
Isolated credentials. Details in the Privacy Policy.
99.9 percent SLA, monitoring, Slack, and customer success.
Endpoint health
Illustrative dashboard
Request volume
Requests over time
Latency
p50 and p95
Cache efficiency
Hit rate and cached tokens
Capacity demand
Reserved service usage
Request status
Success and error codes
Token usage
Input, output, and cached
CLI request logs
Metadata only live tail
Compare reserved capacity with token pricing.
Set utilization and cache share.
API reference: $0.14/M input, $0.0028/M cached, $0.28/M output.
| Reserved capacity | Tokens / hr | Hourly | API pricing | Savings |
|---|---|---|---|---|
2× B200 $19.20/endpoint-hr | 815.6M 725M in · 90.6M out | $19.20/hr $0.02354/M | $0.07628/M $62.22/hr | 3.2× cheaper |
4× B200 $37.48/endpoint-hr | 1.63B 1.45B in · 181.2M out | $37.48/hr $0.02298/M | $0.07628/M $124.44/hr | 3.3× cheaper |
8× B200 $72.50/endpoint-hr | 3.26B 2.9B in · 362.5M out | $72.50/hr $0.02222/M | $0.07628/M $248.88/hr | 3.4× cheaper |


Morph Dedicated vs. OpenRouter.
Pay-as-you-go
Reserved capacity
Details
Billing and operations.
GPU hours set the monthly price. Each month is invoiced upfront, including idle capacity. Tokens are not billed.
No. You buy GPU time, not tokens. Calculator figures are estimates, not guarantees.
GPU rate times reserved GPUs times 730 hours. The month is billed upfront.
No. Your endpoint, credentials, and capacity are isolated. Idle hardware may serve other traffic.
Provisioning starts after payment. If activation exceeds two hours, Morph cancels and refunds the order.
The initial term is 90 days, then monthly with 30 days’ notice. No partial month refunds.
No. Morph stores only operational and billing metadata.
Yes. Agents can choose, buy, track, list, and inspect endpoints through the Morph CLI. Purchases require user approval.
Morph handles provisioning, serving, monitoring, incidents, tuning, and migration. You own the app.
Use the dashboard for metrics and the CLI for status and metadata logs.
Yes. Change the base URL, key, and model name.
It includes 99.9 percent monthly availability. Your agreement defines measurement and remedies.