Cerebras Inference vs Morph
Cerebras Inference wins · 20–7 (17 drawn)
Agenticness — how well agents can access and operate the productAgenticness
How well agents can access and operate the product
Agent access
ai-native userPoint an agent at llms.txt or agent-oriented docs
weight 2 · round drawnCerebras hosts a live llms.txt index (verified via probe returning HTTP 200 with a structured documentation index) and individual docs pages are also served in markdown form with explicit pointers back to llms.txt, exactly matching the agent-oriented docs pattern. This is directly confirmed by hands-on probes, not just vendor claims. Missing for 10: independent/community confirmation that an agent has actually consumed llms.txt successfully in practice.
- [probe] “PROBE llms.txt: HTTP 200 at https://inference-docs.cerebras.ai/llms.txt # Cerebras Inference - [Quickstart](https://inference-docs.cerebras…”
- [probe] “PROBE docs-md: HTTP 200 at https://inference-docs.cerebras.ai/quickstart.md > ## Documentation Index > Fetch the complete documentation inde…”
- [claimed-docs] “Make your first Cerebras API call in just minutes.”
Morph confirms llms.txt is live and documented (HTTP 200) with a full documentation index, and also exposes .md versions of docs pages explicitly for agent consumption, directly matching the story's ask. Missing for 10: no independent/community confirmation of agents actually consuming llms.txt in practice.
- [probe] “PROBE llms.txt: HTTP 200 at https://docs.morphllm.com/llms.txt # Morph API Documentation > https://docs.morphllm.com > Base URL: https://api…”
- [probe] “PROBE docs-md: HTTP 200 at https://docs.morphllm.com/introduction.md > ## Documentation Index > Fetch the complete documentation index at: h…”
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
ai-native userRun the product headlessly / in CI for automation
weight 2 · round to Cerebras InferenceCerebras Inference is a pure REST API with official Python/Node SDKs, OpenAI-compatible endpoints, and a Batch API for asynchronous request processing—all of which are inherently headless and scriptable for CI/automation pipelines (cerebras-docs-1, cerebras-docs-3, cerebras-docs-8, cerebras-docs-17, cerebras-gh-2). Community reports confirm real-world automated/agentic usage (coding agents, voice assistants) via API keys without needing the console UI (cerebras-comm-6, cerebras-comm-16), though some hit rate-limit friction in automated integrations (cerebras-comm-11). Missing for 10: explicit CI/CD examples (e.g., GitHub Actions), dedicated CLI tool documentation, and no first-party guidance on running in headless/CI environments specifically.
- [claimed-docs] “Make your first Cerebras API call in just minutes.”
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “The Batch API lets you process groups of requests asynchronously, making it perfect for workloads where you don't need immediate results”
- [claimed-docs] “pip install --upgrade cerebras_cloud_sdk”
- [github] “This library provides convenient access to the Cerebras REST API from server-side TypeScript or JavaScript.”
- [community] “The DFlash2 draft model we're using was trained on a lot of code, so if you use it in a coding agent you'll probably notice it run a lot fas…”
- [community] “Here's a video of that running, it's very speedy - used llm-cerebras plugin with an API key from cloud.cerebras.ai, no waiting list needed a…”
- [community] “It hits the request per minute limit instantly and then you wait a minute. (API Error: 422 ... wrong_api_format when integrating with claude…”
Morph is delivered as an OpenAI/Anthropic-compatible HTTP API (morph-docs-1, morph-docs-16) plus a batch mode explicitly designed for running 'thousands of chat completions offline' (morph-docs-13), both of which are naturally scriptable/headless and usable from CI pipelines. However, there is no explicit CI/CD documentation, GitHub Actions example, or automation-pipeline guide in the evidence pack. Missing for 10: explicit CI/automation guide or example, dedicated headless-mode docs beyond generic API access, independent confirmation of CI usage.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [claimed-docs] “Run thousands of chat completions offline at half price.”
- [claimed-docs] “Anthropic Messages supports the same open source chat models, token billing, and rate limits.”
- [probe] “PROBE llms.txt: HTTP 200 at https://docs.morphllm.com/llms.txt # Morph API Documentation > https://docs.morphllm.com > Base URL: https://api…”
ai-native userConnect an agent via an official MCP server
weight 3 · round to MorphCerebras Inferencenone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
Morph publishes an official MCP server (guides/mcp.md, quickstart 'Install the Morph MCP so Claude Code can read it') that lets external agents like Claude Code connect to its fast file-editing/search tools, confirmed live via probe [morph-probe-4]. missing for 10: independent/hands-on confirmation that the MCP server works as documented (community evidence only covers the apply model, not MCP connectivity), and no detail on MCP tool list/config beyond the guide.
- [claimed-docs] “Connect your favorite AI tools to Morph's blazing-fast file editing via Model Context Protocol.”
- [claimed-docs] “Install the Morph MCP so Claude Code can read it”
- [claimed-docs] “Use Morph's Warp-Grep for fast, local code search alongside your MCP setup.”
- [probe] “official MCP server documented at https://docs.morphllm.com/guides/mcp”
ai-native userUse an official CLI
weight 2 · round drawnCerebras Inferencenone0/10Evidence only shows Python/Node SDKs and a web playground/quickstart; there is no mention of an official Cerebras CLI tool anywhere in the docs, GitHub repos, or community discussion.
- [claimed-docs] “pip install --upgrade cerebras_cloud_sdk”
- [github] “This library provides convenient access to the Cerebras REST API from server-side TypeScript or JavaScript.”
- [claimed-docs] “Use the playground in the Cloud Console — no key or install needed.”
Morphnone0/10Morph is API/SDK-focused (OpenAI-compatible endpoints, MCP integration, Fast Apply, etc.) but no evidence pack item mentions an official Morph CLI tool; community only references third-party CLIs (llm.datasette.io) connecting to Morph's API, not a first-party CLI shipped by Morph.
ai-native userDrive the product through a documented public API
weight 3 · round to Cerebras InferenceCerebras ships a well-documented public REST API (OpenAI-compatible), official SDKs (Python/Node), quickstart docs, streaming, structured outputs, tool calling, batch API, and a live API endpoint confirmed by probe (HTTP 403 auth-gated but functional/JSON). Community evidence confirms real-world usage via SDKs and integrations (Cursor, claude-code-router, llm-cerebras plugin). Missing for 10: a discoverable OpenAPI/swagger spec (probe found 404s on all candidate paths), which would round out formal API documentation.
- [claimed-docs] “Make your first Cerebras API call in just minutes.”
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
- [claimed-docs] “The Cerebras API supports streaming responses, which send messages back in chunks and display them incrementally as the model generates them…”
- [claimed-docs] “Structured Outputs constrains model responses to a JSON schema so applications can process generated data reliably.”
- [claimed-docs] “Tool calling, also known as tool use or function calling, lets a model request functions that your application defines.”
- [claimed-docs] “The Batch API lets you process groups of requests asynchronously, making it perfect for workloads where you don't need immediate results”
- [github] “This library provides convenient access to the Cerebras REST API from server-side TypeScript or JavaScript.”
- [probe] “PROBE models-endpoint (2026-09-04): GET https://api.cerebras.ai/v1/models without a key returned HTTP 403 ({"detail":"Not authenticated"}) —…”
- [probe] “PROBE llms.txt: HTTP 200 at https://inference-docs.cerebras.ai/llms.txt # Cerebras Inference - [Quickstart](https://inference-docs.cerebras…”
- [community] “I've been waiting on this for a LONG time. Integration with Cursor when Cerebras released their earlier models was patchy at best, even thro…”
- [community] “Here's a video of that running, it's very speedy - used llm-cerebras plugin with an API key from cloud.cerebras.ai, no waiting list needed a…”
- [probe] “PROBE openapi: all candidate paths 404 (https://inference-docs.cerebras.ai/openapi.json, https://inference-docs.cerebras.ai/swagger.json, ht…”
Morph documents a public OpenAI-compatible API at api.morphllm.com/v1 plus a native Anthropic Messages endpoint, with SDK docs covering chat, Fast Apply, Compact, Batch, caching, and dedicated endpoints, and this is corroborated by third-party usage (HN commenters, github demos) actually driving it programmatically. Missing for 10: no discoverable OpenAPI/swagger spec (404s on all probed paths) and mixed community reports on output reliability reduce polish.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [claimed-docs] “Fast Apply merges just the changed lines at 10,500 tok/s, 98% accuracy.”
- [claimed-docs] “Drop filler from chat history and code context at 33,000 tok/s. 50-70% reduction, every surviving line byte-for-byte identical to input.”
- [claimed-docs] “Run thousands of chat completions offline at half price.”
- [claimed-docs] “Anthropic Messages supports the same open source chat models, token billing, and rate limits.”
- [probe] “PROBE llms.txt: HTTP 200 at https://docs.morphllm.com/llms.txt # Morph API Documentation > https://docs.morphllm.com > Base URL: https://api…”
- [probe] “PROBE openapi: all candidate paths 404 (https://docs.morphllm.com/openapi.json, https://docs.morphllm.com/swagger.json, https://docs.morphll…”
- [github] “Use Morph's API to intelligently modify existing code at 4,500+ tokens/sec”
- [community] “Have been using morph for a while (I am one of the authors of goose) and was surprised when introduced at the boost it gave me (much less it…”
- [community] “This uses an OpenAI-compatible endpoint, so got this working with my llm.datasette.io CLI tool... One thing that worries me: since it's usin…”
ai-native userIssue scoped/least-privilege API credentials for an agent
weight 2 · round drawnCerebras Inferencenone0/10No evidence of scoped, least-privilege API key/credential issuance (e.g., role-based keys, permission scopes, or per-agent restricted tokens) — docs only mention basic API key usage for authentication, not fine-grained credential scoping. Missing for 10: any mention of scoped/permissioned API keys, role-based access control, or credential restriction features for agents.
- [claimed-docs] “Make your first Cerebras API call in just minutes.”
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [probe] “PROBE models-endpoint (2026-09-04): GET https://api.cerebras.ai/v1/models without a key returned HTTP 403 ({"detail":"Not authenticated"}) —…”
Morphnone0/10Evidence shows only a single API key covering all models/tools with no mention of scoped, least-privilege, or role-based credential issuance for agents; no docs on permission scoping, sub-keys, or credential restriction. missing for 10: scoped/limited-permission API key creation, per-agent credential issuance, role-based access control docs.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
ai-native userBuild against official SDKs
weight 2 · round to Cerebras InferenceCerebras ships official Python and Node/TypeScript SDKs (pip install cerebras_cloud_sdk, cerebras-cloud-sdk-node on GitHub) plus OpenAI-compatible client support, with docs covering streaming, tool calling, structured outputs, and batch APIs—clearly agentic-workflow-friendly. Community evidence confirms real-world SDK/agent integration (coding agents, Cursor support) though with some rough edges like rate-limit friction. Missing for 10: independent quality assessment of SDK docs/API reference completeness and broader language SDK coverage beyond Python/Node.
- [claimed-docs] “pip install --upgrade cerebras_cloud_sdk”
- [github] “This library provides convenient access to the Cerebras REST API from server-side TypeScript or JavaScript.”
- [github] “This SDK has a mechanism that sends a few requests to `/v1/tcp_warming` upon construction to reduce the TTFT.”
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
- [claimed-docs] “Tool calling, also known as tool use or function calling, lets a model request functions that your application defines.”
- [claimed-docs] “The Cerebras API supports streaming responses, which send messages back in chunks and display them incrementally as the model generates them…”
- [claimed-docs] “Structured Outputs constrains model responses to a JSON schema so applications can process generated data reliably.”
- [community] “I've been waiting on this for a LONG time. Integration with Cursor when Cerebras released their earlier models was patchy at best, even thro…”
- [community] “The DFlash2 draft model we're using was trained on a lot of code, so if you use it in a coding agent you'll probably notice it run a lot fas…”
Morph documents OpenAI-SDK and Anthropic Messages-API compatibility (point any OpenAI SDK at api.morphllm.com, native /v1/messages support), and community evidence confirms real developers wiring it up via OpenAI-compatible clients (e.g. llm.datasette.io CLI). However there's no evidence of a first-party Morph-branded SDK package, and an OpenAPI spec probe returned 404s across all candidate paths, suggesting no formal machine-readable API spec is published. missing for 10: dedicated first-party Morph SDK package, discoverable OpenAPI/swagger spec, broader language-SDK coverage beyond OpenAI/Anthropic compatibility.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [claimed-docs] “Claude Code speaks the Anthropic Messages API, which Morph serves natively at `/v1/messages`.”
- [claimed-docs] “Anthropic Messages supports the same open source chat models, token billing, and rate limits.”
- [community] “This uses an OpenAI-compatible endpoint, so got this working with my llm.datasette.io CLI tool... One thing that worries me: since it's usin…”
- [probe] “PROBE openapi: all candidate paths 404 (https://docs.morphllm.com/openapi.json, https://docs.morphllm.com/swagger.json, https://docs.morphll…”
ai-native userSubscribe to events via webhooks
weight 2 · round drawnCerebras Inferencenone0/10No evidence anywhere in the pack mentions webhooks, event subscriptions, or callback-based notifications; Cerebras Inference appears to be a synchronous/streaming inference API with no webhook mechanism documented.
Agentic features
ai-native userSet up automations that run autonomously in the background
weight 2 · round to Cerebras InferenceCerebras is an inference API/hardware provider, not an agent-orchestration platform, but its Batch API lets requests be processed asynchronously in the background without immediate results, which is a thin building block for autonomous background automations. There is no evidence of scheduling, triggers, workflow orchestration, or persistent autonomous agents — missing for 10: scheduled/triggered automation framework, agent orchestration/state management, independent evidence of autonomous background runs beyond simple async batch calls.
- [claimed-docs] “The Batch API lets you process groups of requests asynchronously, making it perfect for workloads where you don't need immediate results”
Morphnone0/10Morph is presented as an LLM inference/API platform (fast apply, compact, batch completions, canary/reflex model switching) rather than a background automation or agent-orchestration product; nothing in the evidence describes setting up autonomous, self-running background automations or scheduled agentic tasks. The closest features (batch processing, canary traffic routing) are developer-triggered infra operations, not autonomous background automations.
- [claimed-docs] “Run thousands of chat completions offline at half price.”
- [claimed-docs] “Move a production agent off Anthropic or OpenAI onto Kimi K3 — a 5% traffic trial or a full migration, gated by Reflexes.”
- [claimed-docs] “A canary keeps your current provider, sends a slice of production traffic to Kimi K3, and compares Reflex results before you switch.”
Api quality
ai-native userExplore an interactive API reference with runnable examples
weight 2 · round to Cerebras InferenceCerebras docs offer a quickstart with code snippets and a no-key Cloud Console playground for testing prompts, plus rich per-capability doc pages (streaming, tool use, structured outputs) with example code. However, there's no evidence of a true interactive API reference (e.g., Swagger/OpenAPI 'try it' explorer) — a probe explicitly found no openapi.json/swagger spec at expected paths, and no citation shows runnable code execution directly embedded in the reference docs. missing for 10: an OpenAPI/Swagger-style interactive reference, confirmation that code examples in docs are directly runnable/editable in-browser, independent user confirmation of using such a feature.
- [claimed-docs] “Make your first Cerebras API call in just minutes.”
- [claimed-docs] “Use the playground in the Cloud Console — no key or install needed.”
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [probe] “PROBE openapi: all candidate paths 404 (https://inference-docs.cerebras.ai/openapi.json, https://inference-docs.cerebras.ai/swagger.json, ht…”
- [probe] “PROBE llms.txt: HTTP 200 at https://inference-docs.cerebras.ai/llms.txt # Cerebras Inference - [Quickstart](https://inference-docs.cerebras…”
Morphnone0/10The evidence shows standard markdown docs (llms.txt, introduction.md) but no interactive API reference or runnable-example explorer — probes for an OpenAPI/Swagger spec returned 404 on every candidate path, and no docs mention a live API console. A community mention of a separate 'playground' relates to testing the apply model, not an API reference tool, and doesn't establish this capability.
- [probe] “PROBE openapi: all candidate paths 404 (https://docs.morphllm.com/openapi.json, https://docs.morphllm.com/swagger.json, https://docs.morphll…”
- [probe] “PROBE llms.txt: HTTP 200 at https://docs.morphllm.com/llms.txt # Morph API Documentation > https://docs.morphllm.com > Base URL: https://api…”
- [probe] “PROBE docs-md: HTTP 200 at https://docs.morphllm.com/introduction.md > ## Documentation Index > Fetch the complete documentation index at: h…”
ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)
weight 2 · round drawnCerebras Inferencenone0/10Cerebras is OpenAI-API-compatible and documents endpoints extensively, but a direct probe for machine-readable spec files (openapi.json, swagger.json, etc.) returned 404 on all candidate paths, and no evidence pack item links to a downloadable OpenAPI/Swagger spec.
- [probe] “PROBE openapi: all candidate paths 404 (https://inference-docs.cerebras.ai/openapi.json, https://inference-docs.cerebras.ai/swagger.json, ht…”
Morphnone0/10Morph is API-based (OpenAI-compatible endpoint), so an OpenAPI spec is a fair expectation, but a direct probe found all candidate OpenAPI/swagger spec paths returned 404, and no evidence pack item shows a downloadable machine-readable spec.
- [probe] “PROBE openapi: all candidate paths 404 (https://docs.morphllm.com/openapi.json, https://docs.morphllm.com/swagger.json, https://docs.morphll…”
ai-native userRely on versioned APIs with a documented deprecation policy
weight 2 · round drawnCerebras Inferencenone0/10No evidence of API versioning scheme or a documented deprecation policy; docs cover OpenAI-compatible endpoints, streaming, tool use, etc., but nothing on version lifecycle or deprecation timelines. The openapi.json probe even returned 404s, and no changelog or deprecation notice pages are cited.
- [probe] “PROBE openapi: all candidate paths 404 (https://inference-docs.cerebras.ai/openapi.json, https://inference-docs.cerebras.ai/swagger.json, ht…”
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
Morphnone0/10No evidence of API versioning scheme (e.g., v1/v2) or a documented deprecation policy anywhere in the docs; the /v1 path is just the base URL, not a versioning/deprecation commitment. OpenAPI spec probes also 404, further indicating no formal versioned API contract is published.
- [probe] “PROBE openapi: all candidate paths 404 (https://docs.morphllm.com/openapi.json, https://docs.morphllm.com/swagger.json, https://docs.morphll…”
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
Automation depth — how much of the product can run unattendedAutomation depth
How much of the product can run unattended
ai-native userPerform bulk operations across many items at once
weight 2 · round to Cerebras InferenceCerebras offers a documented Batch API for processing groups of requests asynchronously, directly supporting bulk operations across many items, and rate-limit/caching docs describe handling high-volume token throughput. missing for 10: no hands-on/community evidence validating batch API at scale, and no details on batch size limits or job management UX.
- [claimed-docs] “The Batch API lets you process groups of requests asynchronously, making it perfect for workloads where you don't need immediate results”
- [claimed-docs] “Cached tokens don't count toward your uncached TPM limit, so a higher cache hit rate lets you process far more total tokens within the same …”
- [claimed-docs] “a higher cache hit rate lets you process far more total tokens within the same uncached limit”
- [claimed-docs] “Improving your cache hit rate lets the same uncached limit serve significantly more total tokens”
Morph offers batch offline completions (morph-docs-13) and fast bulk file-editing/apply capabilities (morph-docs-11, morph-gh-1), which support some bulk/automation-depth use cases, but there is no documented feature for bulk operations across many arbitrary items (e.g., batch file renames, mass repo-wide refactors, multi-item dataset operations) beyond chat completions and code apply. missing for 10: explicit bulk/batch operation APIs beyond chat completions, evidence of bulk operations across many discrete items (files, records, tickets) rather than just token throughput, independent verification of bulk reliability at scale.
- [claimed-docs] “Run thousands of chat completions offline at half price.”
- [claimed-docs] “Fast Apply merges just the changed lines at 10,500 tok/s, 98% accuracy.”
- [github] “Use Morph's API to intelligently modify existing code at 4,500+ tokens/sec”
Batch async — stories about batch async in this arenaBatch async
Stories about batch async in this arena
Batch
ml-engineerSubmit asynchronous batch inference jobs at a documented discount versus real-time pricing
weight 2 · round to MorphCerebras documents a Batch API for asynchronous, non-immediate processing of grouped requests (cerebras-docs-8), satisfying the async batch-submission part of the story. However, no evidence pack item documents a specific discounted price for batch jobs versus real-time pricing — the pricing pages only mention free credits, $10 self-serve tier, and rate-limit multipliers (cerebras-docs-13, cerebras-docs-14, cerebras-docs-16), not a batch discount. missing for 10: documented batch discount percentage or rate card, independent confirmation of batch pricing savings.
- [claimed-docs] “The Batch API lets you process groups of requests asynchronously, making it perfect for workloads where you don't need immediate results”
- [claimed-docs] “Get started with $5 in free credits after making an account”
- [claimed-docs] “Self-serve payment starting at just $10 * 10x higher rate limits than free tier * Higher priority processing”
- [claimed-docs] “Get access to Cerebras Inference through our partner APIs”
Morph documents a batch component explicitly for offline, asynchronous chat completions at 'half price' (morph-docs-13), directly matching the story's async-job-with-discount claim. However, there's no detail on job submission/status API mechanics, SLA/turnaround time, or independent confirmation of the discount in practice. missing for 10: detailed batch API docs (submission, polling, output retrieval), documented turnaround SLAs, independent/community verification of discount pricing.
- [claimed-docs] “Run thousands of chat completions offline at half price.”
Dedicated capacity — stories about dedicated capacity in this arenaDedicated capacity
Stories about dedicated capacity in this arena
Dedicated
ml-engineerDeploy a model on dedicated GPU capacity with autoscaling so my traffic is isolated from the shared serverless pool
weight 2 · round to Cerebras InferenceCerebras documents dedicated endpoints as private, reserved capacity isolated from the shared serverless pool, including support for custom fine-tuned models — directly matching the isolation requirement. However, there is no evidence of autoscaling on dedicated capacity; docs describe reserved/provisioned instances without any scaling mechanism mentioned. Missing for 10: explicit autoscaling capability, capacity/quota controls, and independent confirmation of dedicated-endpoint behavior in production.
- [claimed-docs] “A dedicated endpoint is a private, provisioned instance of the Cerebras Inference service reserved exclusively for your organization.”
- [claimed-docs] “Your endpoint runs on reserved capacity that is not shared with other customers, so your performance is never impacted by other workloads.”
- [claimed-docs] “Deploy your custom fine-tuned models alongside standard model variants.”
Morph docs mention 'dedicated endpoints' where you reserve model capacity and plan and Morph provisions/operates it, which implies isolated capacity, but there is no mention of autoscaling, traffic isolation guarantees, or GPU-level specifics. missing for 10: explicit autoscaling behavior, confirmation of traffic isolation from shared serverless pool, GPU capacity details, independent corroboration of dedicated endpoint performance.
- [claimed-docs] “Reserve model capacity by choosing a model and plan. Morph provisions and operates it”
Fine tune serving — stories about fine tune serving in this arenaFine tune serving
Stories about fine tune serving in this arena
Fine tune
ml-engineerFine-tune a supported base model on my own data and serve the result on the same platform
weight 2 · round drawnCerebras dedicated endpoints explicitly support deploying custom fine-tuned models alongside standard variants on reserved capacity (cerebras-docs-9, cerebras-docs-10, cerebras-docs-24), covering the 'serve' half of the story. However, there is no evidence that Cerebras itself provides a fine-tuning service/API — the docs imply fine-tuning happens elsewhere and the resulting model is uploaded/deployed to a dedicated endpoint, not that the platform trains it. missing for 10: an actual fine-tuning API/pipeline on Cerebras, documentation of supported base models for tuning, and any hands-on confirmation of the full fine-tune-then-serve workflow.
- [claimed-docs] “A dedicated endpoint is a private, provisioned instance of the Cerebras Inference service reserved exclusively for your organization.”
- [claimed-docs] “Deploy your custom fine-tuned models alongside standard model variants.”
- [claimed-docs] “Your endpoint runs on reserved capacity that is not shared with other customers, so your performance is never impacted by other workloads.”
Morph offers 'Reflexes' — small custom classifiers that train in ~30s on your data and are then served/gated in production (morph-docs-6, morph-docs-3, morph-docs-4) — plus dedicated endpoints to reserve capacity for a chosen model (morph-docs-15). This is a narrow, specialized form of 'train on your data and serve it' rather than fine-tuning a general-purpose base chat/completion model. Missing for 10: explicit fine-tuning API/pipeline for full base language models (not just small classifiers), documentation on custom dataset upload/training for chat models, and evidence that a fine-tuned base model (vs. a Reflex classifier) can be served alongside the standard endpoints.
- [claimed-docs] “A small Reflex trains in about 30 seconds.”
- [claimed-docs] “Move a production agent off Anthropic or OpenAI onto Kimi K3 — a 5% traffic trial or a full migration, gated by Reflexes.”
- [claimed-docs] “A canary keeps your current provider, sends a slice of production traffic to Kimi K3, and compares Reflex results before you switch.”
- [claimed-docs] “Reserve model capacity by choosing a model and plan. Morph provisions and operates it”
ml-engineerUpload and serve my own custom model weights or LoRA adapters
weight 2 · round to Cerebras InferenceCerebras' dedicated endpoint docs state customers can 'deploy your custom fine-tuned models alongside standard model variants' on reserved capacity, which implies some path to serve custom fine-tuned weights — but this is only mentioned for the enterprise 'dedicated endpoint' tier, not the standard self-serve API, and there is no mention of LoRA adapter support, upload workflow, or self-serve model registration. Missing for 10: LoRA adapter upload/serving, self-serve (non-dedicated) custom weight upload process, independent/hands-on confirmation that custom fine-tuned models can actually be deployed.
- [claimed-docs] “A dedicated endpoint is a private, provisioned instance of the Cerebras Inference service reserved exclusively for your organization.”
- [claimed-docs] “Deploy your custom fine-tuned models alongside standard model variants.”
- [claimed-docs] “Your endpoint runs on reserved capacity that is not shared with other customers, so your performance is never impacted by other workloads.”
Morphnone0/10Morph's docs describe serving open-weight chat models, dedicated capacity reservations, and training small in-house 'Reflex' classifiers, but nothing about ml-engineers uploading their own custom model weights or LoRA adapters for serving. missing for 10: any weight/adapter upload API, LoRA fine-tuning support, or documentation of bringing custom checkpoints to Morph's serving layer.
- [claimed-docs] “A small Reflex trains in about 30 seconds.”
- [claimed-docs] “Reserve model capacity by choosing a model and plan. Morph provisions and operates it”
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
Model catalog — stories about model catalog in this arenaModel catalog
Stories about model catalog in this arena
Catalog
ml-engineerGet newly released open-weight models on the platform quickly after their public release
weight 2 · round to Cerebras InferenceCommunity comments suggest Cerebras adds new open-weight models fairly often (e.g. hosting Qwen 3.8 27B, DFlash2 draft model) and docs show a model catalog exists, but there's no concrete evidence of turnaround time from a model's public release to availability on Cerebras, and one comment notes a newly released model (Qwen 3.8) wasn't yet available via a partner (OpenRouter), implying some lag. missing for 10: documented release-to-availability timelines, first-party announcements tying model launches to Cerebras availability, and independent confirmation of consistent fast onboarding of new open-weight models.
- [community] “I used their Coding Plan for a few months. It is genuinely difficult to keep up with the models. The output is so fast. Qwen 3.8 27B is like…”
- [community] “Noticed they are present in OpenRouter, but Qwen 3.8 is not there yet... the context size they allow for Qwen is just 128k. Still interestin…”
- [community] “The DFlash2 draft model we're using was trained on a lot of code, so if you use it in a coding agent you'll probably notice it run a lot fas…”
- [claimed-docs] “Find the right open-source model for your workload on Cerebras, including alternatives for Claude, GPT, and Gemini.”
- [claimed-docs] “Browse all models available on Cerebras public endpoints.”
Morphnone0/10The evidence shows Morph supports a curated set of open-weight chat models (e.g., Kimi K3) and offers OpenAI/Anthropic-compatible access, but there is no documentation or report about how quickly new open-weight model releases are added to the platform. A community comment even questions why only an older model was listed on OpenRouter, suggesting possible lag, but this is not a concrete contradiction of a specific claim. Missing for 10: any release-cadence documentation, changelog, or independent confirmation of rapid onboarding of newly released open-weight models.
- [claimed-docs] “Move a production agent off Anthropic or OpenAI onto Kimi K3 — a 5% traffic trial or a full migration, gated by Reflexes.”
- [claimed-docs] “Anthropic Messages supports the same open source chat models, token billing, and rate limits.”
- [community] “Last time I looked into Morph, I noticed you weren't yet on OpenRouter. I see that's changed, but it looks like only an older model is liste…”
developerRely on a documented deprecation policy with advance notice before a hosted model is removed
weight 1 · round drawnCerebras Inferencenone0/10No evidence pack item describes a deprecation policy, model retirement timeline, or advance-notice process for hosted models; documentation covers model selection but not lifecycle/deprecation.
ai-native userHave an agent enumerate the live model catalog programmatically via a documented GET /v1/models-style endpoint
weight 2 · round to Cerebras InferenceA live probe confirms `GET https://api.cerebras.ai/v1/models` is a real, JSON-speaking, OpenAI-style endpoint (403 unauthenticated, not 404), and docs repeatedly assert OpenAI API compatibility and a public models catalog page (cerebras-docs-3, -4, -21). However, no first-party doc page explicitly documents the /v1/models endpoint schema/response, nor is there an OpenAPI spec (all openapi.json paths 404). missing for 10: explicit documented endpoint reference/response schema for /v1/models, no OpenAPI spec confirmation, no independent hands-on report of enumerating the catalog via this endpoint.
- [probe] “PROBE models-endpoint (2026-09-04): GET https://api.cerebras.ai/v1/models without a key returned HTTP 403 ({"detail":"Not authenticated"}) —…”
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
- [claimed-docs] “Browse all models available on Cerebras public endpoints.”
- [probe] “PROBE openapi: all candidate paths 404 (https://inference-docs.cerebras.ai/openapi.json, https://inference-docs.cerebras.ai/swagger.json, ht…”
Morphnone0/10Morph documents an OpenAI-compatible base URL (/v1) and multiple endpoints (/v1/messages, batch, caching, dedicated endpoints) but no evidence pack item mentions a GET /v1/models catalog endpoint, and the OpenAPI schema probe returned 404s across all candidate paths, meaning no documented machine-readable catalog listing was found.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [probe] “PROBE openapi: all candidate paths 404 (https://docs.morphllm.com/openapi.json, https://docs.morphllm.com/swagger.json, https://docs.morphll…”
developerChoose among a broad catalog of current open-weight model families (Llama, Qwen, DeepSeek, GPT-OSS and peers) on shared serverless endpoints
weight 3 · round to Cerebras InferenceCerebras docs confirm a public model catalog with guidance to pick the right model and a models/overview page for browsing all available public endpoints, and community reports confirm live usage of Llama 3.1 70B and Qwen models on shared endpoints. However, no evidence explicitly names DeepSeek or GPT-OSS in the catalog, and one community note flags a context-size limitation (128k) for at least one hosted model, suggesting the catalog's breadth/parity with 'peers' isn't fully documented. missing for 10: explicit confirmation of DeepSeek and GPT-OSS availability, and a full enumerated model list showing parity across all cited families.
- [claimed-docs] “Use this guide to find the right model for your use case on Cerebras.”
- [claimed-docs] “Find the right open-source model for your workload on Cerebras, including alternatives for Claude, GPT, and Gemini.”
- [claimed-docs] “Browse all models available on Cerebras public endpoints.”
- [community] “I used their Coding Plan for a few months. It is genuinely difficult to keep up with the models. The output is so fast. Qwen 3.8 27B is like…”
- [community] “Noticed they are present in OpenRouter, but Qwen 3.8 is not there yet... the context size they allow for Qwen is just 128k. Still interestin…”
- [community] “This is astonishingly fast. I'm struggling to get over 100 tok/s on my own Llama 3.1 70b implementation on an 8x H100 cluster.”
Morph's docs confirm an OpenAI-compatible endpoint serving 'open-weight chat models' broadly, with prefix caching enabled for 'every open source model' and specific mention of migrating between providers like Kimi K3, but no evidence explicitly lists Llama, Qwen, DeepSeek, GPT-OSS or enumerates a broad multi-family catalog. Missing for 10: an explicit model catalog/list naming specific open-weight families (Llama, Qwen, DeepSeek, GPT-OSS), and independent confirmation of catalog breadth beyond Kimi K3.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [claimed-docs] “Move a production agent off Anthropic or OpenAI onto Kimi K3 — a 5% traffic trial or a full migration, gated by Reflexes.”
- [claimed-docs] “Prefix caching is on for every open source model. No configuration, no cache-write surcharge.”
- [claimed-docs] “Anthropic Messages supports the same open source chat models, token billing, and rate limits.”
Multimodal — stories about multimodal in this arenaMultimodal
Stories about multimodal in this arena
Modalities
developerGenerate embeddings (and rerank results) for retrieval pipelines without a second vendor
weight 1 · round drawnCerebras Inferencenone0/10No evidence of embeddings or reranking models/endpoints anywhere in the docs, SDKs, or model catalog — Cerebras Inference documentation focuses solely on chat/completions, tool use, structured outputs, and streaming for LLMs. No mention of an embeddings API or reranking capability.
developerCall vision, audio, or image-generation models beyond text chat on the same platform
weight 1 · round to Cerebras InferenceDocs show only a narrow vision capability (base64 image_url input support for chat completions) but no evidence of dedicated vision, audio, or image-generation models being served on the platform, nor documentation of separate multimodal model endpoints. missing for 10: audio input/output model support, image-generation model support, explicit vision-model catalog entries, and any hands-on/community confirmation of using multimodal (non-text) capabilities.
- [claimed-docs] “The standard OpenAI `image_url` content shape is supported. Supply the image as a base64 data URI”
- [claimed-docs] “Browse all models available on Cerebras public endpoints.”
- [claimed-docs] “Find the right open-source model for your workload on Cerebras, including alternatives for Claude, GPT, and Gemini.”
Morphnone0/10All evidence describes Morph as a text/code-focused LLM API platform (chat completions, Fast Apply code editing, Reflexes classifiers, batch/caching) with no mention of vision, audio, or image-generation model endpoints. This axis applies to an LLM API platform, but no evidence supports multimodal capability.
Openai compat — stories about openai compat in this arenaOpenai compat
Stories about openai compat in this arena
Compat
ai-native userPlug the provider into coding agents and agent frameworks through documented, first-party integration guides
weight 2 · round to MorphCerebras publishes first-party OpenAI-compatibility docs and SDKs (cerebras-docs-3, cerebras-docs-4, cerebras-gh-1/2) that let any OpenAI-compatible coding agent or framework plug in by swapping API key/base URL, and community reports confirm 'official support' for tools like Cursor (cerebras-comm-12). However there is no dedicated first-party guide for specific agent frameworks (e.g., LangChain, Cursor, Claude Code) beyond generic OpenAI-compat instructions, and one report shows friction integrating with claude-code-router (422 wrong_api_format, cerebras-comm-11). Missing for 10: explicit named integration guides/tutorials for popular coding agents or agent frameworks, and confirmation that such integrations work smoothly end-to-end.
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
- [github] “This SDK has a mechanism that sends a few requests to `/v1/tcp_warming` upon construction to reduce the TTFT.”
- [github] “This library provides convenient access to the Cerebras REST API from server-side TypeScript or JavaScript.”
- [community] “I've been waiting on this for a LONG time. Integration with Cursor when Cerebras released their earlier models was patchy at best, even thro…”
- [community] “It hits the request per minute limit instantly and then you wait a minute. (API Error: 422 ... wrong_api_format when integrating with claude…”
Morph provides first-party documented guides for integrating with coding agents/frameworks: OpenAI-compatible endpoint (morph-docs-1), native Anthropic Messages API for Claude Code (morph-docs-7), MCP server setup for Claude Code (morph-docs-5, morph-docs-9, morph-probe-4), and Codex integration via edit_file (morph-docs-8). Community evidence (goose author, HN discussion) corroborates real-world use in agent frameworks. Missing for 10: independent verification of MCP/agent integration reliability beyond docs and mixed community feedback on apply accuracy.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [claimed-docs] “Install the Morph MCP so Claude Code can read it”
- [claimed-docs] “Claude Code speaks the Anthropic Messages API, which Morph serves natively at `/v1/messages`.”
- [claimed-docs] “Keep your current Codex model and give it `edit_file` backed by `morph-v3-fast` at 10,500+ tok/s”
- [claimed-docs] “Connect your favorite AI tools to Morph's blazing-fast file editing via Model Context Protocol.”
- [probe] “official MCP server documented at https://docs.morphllm.com/guides/mcp”
- [community] “Have been using morph for a while (I am one of the authors of goose) and was surprised when introduced at the boost it gave me (much less it…”
ai-native userHave an agent switch to or away from this provider mid-workflow because it speaks the standard chat-completions API without provider-specific code changes
weight 3 · round to MorphCerebras explicitly documents OpenAI-compatible chat completions requiring only base URL/API key/model swap ('two code changes'), and supports streaming, tool calling, image_url content, and structured outputs matching OpenAI's API shape (cerebras-docs-3, cerebras-docs-4, cerebras-docs-15, cerebras-docs-23). However, real-world integration reports show friction: a user hit a 'wrong_api_format' 422 error integrating with claude-code-router (cerebras-comm-11), and Cursor integration was described as 'patchy' before official support was added (cerebras-comm-12), suggesting the compatibility layer isn't always frictionless in practice. Missing for 10: independent verification of drop-in compatibility across multiple agent frameworks without errors, and no OpenAPI spec is publicly served (cerebras-probe-3) to confirm exact schema parity.
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
- [claimed-docs] “The standard OpenAI `image_url` content shape is supported. Supply the image as a base64 data URI”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
- [community] “It hits the request per minute limit instantly and then you wait a minute. (API Error: 422 ... wrong_api_format when integrating with claude…”
- [community] “I've been waiting on this for a LONG time. Integration with Cursor when Cerebras released their earlier models was patchy at best, even thro…”
Morph explicitly documents an OpenAI-compatible endpoint (and Anthropic Messages compatibility) plus first-class provider-switching workflows—canary traffic splits and full migration from OpenAI/Anthropic to another model—showing the standard API enables mid-workflow provider switches without code changes. Community evidence (morph-comm-5) independently confirms the OpenAI-compatible endpoint works with third-party tools. missing for 10: independent hands-on verification of the canary/migration switching feature itself (only vendor docs), and no evidence of switching away from Morph to another provider.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [claimed-docs] “Move a production agent off Anthropic or OpenAI onto Kimi K3 — a 5% traffic trial or a full migration, gated by Reflexes.”
- [claimed-docs] “A canary keeps your current provider, sends a slice of production traffic to Kimi K3, and compares Reflex results before you switch.”
- [claimed-docs] “Anthropic Messages supports the same open source chat models, token billing, and rate limits.”
- [probe] “PROBE llms.txt: HTTP 200 at https://docs.morphllm.com/llms.txt # Morph API Documentation > https://docs.morphllm.com > Base URL: https://api…”
- [community] “This uses an OpenAI-compatible endpoint, so got this working with my llm.datasette.io CLI tool... One thing that worries me: since it's usin…”
developerPoint an existing OpenAI SDK client at the provider by changing only the base URL and API key
weight 3 · round to Cerebras InferenceOfficial docs explicitly state existing OpenAI SDK apps can switch to Cerebras by changing only the API key, base URL, and model ID, and marketing reiterates 'just two code changes'; a live probe confirms the API serves an OpenAI-style /v1/models endpoint. Community reports (e.g. Cursor/OpenRouter integrations) corroborate real-world drop-in usage. Missing for 10: independent hands-on confirmation of a literal SDK base_url swap with zero other code changes.
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
- [probe] “PROBE models-endpoint (2026-09-04): GET https://api.cerebras.ai/v1/models without a key returned HTTP 403 ({"detail":"Not authenticated"}) —…”
- [community] “I've been waiting on this for a LONG time. Integration with Cursor when Cerebras released their earlier models was patchy at best, even thro…”
Docs explicitly state to point any OpenAI SDK at https://api.morphllm.com/v1 with a single API key, corroborated by a probe confirming the llms.txt describes it as OpenAI-compatible, and community evidence confirms it was actually wired up with an OpenAI-compatible client tool. missing for 10: independent hands-on confirmation of a truly drop-in swap with zero code changes beyond base URL/key, and no official OpenAPI spec found to verify full compatibility surface.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [probe] “PROBE llms.txt: HTTP 200 at https://docs.morphllm.com/llms.txt # Morph API Documentation > https://docs.morphllm.com > Base URL: https://api…”
- [community] “This uses an OpenAI-compatible endpoint, so got this working with my llm.datasette.io CLI tool... One thing that worries me: since it's usin…”
Openness — open source, data portability, and self-hosting storiesOpenness
Open source, data portability, and self-hosting stories
ai-native userDo everything through the API that I can do in the UI
weight 2 · round to Cerebras InferenceCerebras's API surface is extensive and well-documented (chat completions, streaming, tool calling, structured outputs, batch API, dedicated endpoints, model catalog) and the console playground is explicitly described as just a convenience UI on top of the same API, suggesting strong API/UI parity. However there's no explicit statement or independent verification that every console feature (e.g., dedicated-endpoint provisioning, billing/account management, fine-tuned model deployment) is fully API-driven rather than requiring console/sales interaction, and community reports mention waitlists and manual onboarding steps outside the API. Missing for 10: explicit parity documentation, evidence that account/billing/deployment actions are API-accessible, and independent confirmation of full UI-to-API feature parity.
- [claimed-docs] “Use the playground in the Cloud Console — no key or install needed.”
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
- [claimed-docs] “A dedicated endpoint is a private, provisioned instance of the Cerebras Inference service reserved exclusively for your organization.”
- [claimed-docs] “Deploy your custom fine-tuned models alongside standard model variants.”
- [claimed-docs] “Your endpoint runs on reserved capacity that is not shared with other customers, so your performance is never impacted by other workloads.”
- [community] “They have a waitlist for trying their API. You have to be a bit skeptical when a company makes claims but does not offer their services to b…”
- [community] “Very interested in playing with their hardware and cloud. Also I wonder if it's possible to try cloud without contacting their sales.”
Morph is fundamentally API-first — nearly all documented functionality (chat completions, Fast Apply, Compact, Reflexes, batch, dedicated endpoints, MCP) is exposed via the API/SDK per morph-docs-1 through morph-docs-16, and a playground/dashboard UI is only mentioned in passing (morph-comm-2). There's no explicit documentation enumerating dashboard-only features (billing, endpoint provisioning UI, playground testing) and confirming each has an API equivalent, so full parity isn't demonstrated. Missing for 10: explicit UI/dashboard feature list mapped to API endpoints, confirmation that account/billing/endpoint-management actions available in the dashboard are also API-accessible, and independent verification of parity.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [claimed-docs] “Reserve model capacity by choosing a model and plan. Morph provisions and operates it”
- [community] “Seems completely broken. I used the provided HTML example on morphllm.com playground. Without editing anything, I pressed apply. Your model …”
- [probe] “PROBE llms.txt: HTTP 200 at https://docs.morphllm.com/llms.txt # Morph API Documentation > https://docs.morphllm.com > Base URL: https://api…”
ai-native userExport all of my data in open formats and leave
weight 3 · round drawnCerebras Inferencenone0/10No evidence describes any data-export mechanism (usage logs, fine-tuned model weights, account data) in open formats; the closest analog—OpenAI API compatibility—only covers code portability for switching inference providers, not actual data export/exit tooling. Missing for 10: any documented data export feature, format, or exit/offboarding process.
ai-native userRead the product's source under an open license
weight 2 · round drawnCerebras Inferencenone0/10Cerebras Inference is a closed, hosted API service; the evidence pack shows only client SDKs (Node/Python) on GitHub, not the source of the inference service or model weights under an open license. There is no evidence the core product's source code is available for review.
Pricing limits — free-tier ceilings, usage caps, and rate limits before you have to payPricing limits
Free-tier ceilings, usage caps, and rate limits before you have to pay
Limits
developerRead documented rate limits and how they scale across usage tiers before I hit them in production
weight 2 · round to Cerebras InferenceCerebras has a dedicated rate-limits doc explaining TPM/RPM mechanics and how cache hit rate affects effective throughput (cerebras-docs-12/19/22), and the pricing page states tiers scale limits (e.g., 10x higher on the $10 self-serve tier vs free) (cerebras-docs-14/20/26). Community reports confirm rate limits are real and enforced in practice (cerebras-comm-11), corroborating the docs. However, the evidence never shows concrete numeric RPM/TPM values per tier or a full scaling table across all tiers (free, self-serve, dedicated), so a developer can't fully predict exact limits before hitting them. Missing for 10: explicit numeric rate-limit tables per tier, dedicated-endpoint tier limits, and independent confirmation that documented numbers match real-world enforcement.
- [claimed-docs] “Cached tokens don't count toward your uncached TPM limit, so a higher cache hit rate lets you process far more total tokens within the same …”
- [claimed-docs] “a higher cache hit rate lets you process far more total tokens within the same uncached limit”
- [claimed-docs] “Improving your cache hit rate lets the same uncached limit serve significantly more total tokens”
- [claimed-docs] “Self-serve payment starting at just $10 * 10x higher rate limits than free tier * Higher priority processing”
- [claimed-docs] “Self-serve payment starting at just $10 ... 10x higher rate limits than free tier ... Higher priority processing”
- [claimed-docs] “10x higher rate limits than free tier”
- [community] “It hits the request per minute limit instantly and then you wait a minute. (API Error: 422 ... wrong_api_format when integrating with claude…”
Morphnone0/10The evidence mentions rate limits exist (morph-docs-16: 'same open source chat models, token billing, and rate limits') but never documents actual limit numbers, tiers, or how they scale with usage — no pricing/tier table or rate-limit reference is shown. Missing for 10: an actual rate-limit table or tier breakdown, numeric thresholds, and documentation on how limits change across plans.
- [claimed-docs] “Anthropic Messages supports the same open source chat models, token billing, and rate limits.”
- [claimed-docs] “Reserve model capacity by choosing a model and plan. Morph provisions and operates it”
Pricing
founderSet spending caps or budget alerts so a runaway workload cannot generate an unbounded bill
weight 1 · round drawnCerebras Inferencenone0/10No evidence of spending caps, budget alerts, or usage-limit controls in Cerebras docs; only rate-limit tiers and free credit amounts are mentioned, not billing caps or alerts a founder could set to bound spend.
- [claimed-docs] “Cached tokens don't count toward your uncached TPM limit, so a higher cache hit rate lets you process far more total tokens within the same …”
- [claimed-docs] “Get started with $5 in free credits after making an account”
- [claimed-docs] “Self-serve payment starting at just $10 * 10x higher rate limits than free tier * Higher priority processing”
Morphnone0/10No evidence pack item mentions spending caps, budget alerts, usage limits, or billing controls of any kind; docs focus on models, tools, and pricing mechanics like batch/cache but not cap-setting features. This axis applies to any paid API/cloud product but no capability is documented, so it's 'none' rather than 'na'.
founderSee public per-token prices for every hosted model without talking to sales
weight 3 · round to Cerebras InferenceCerebras publishes a public pricing page with self-serve signup, free credits, and tiered self-serve pricing ($10 minimum, 10x rate limits), showing pricing information is not gated behind a sales call for the basic tier (cerebras-docs-13,14,20,25,26). However, none of the evidence shows an actual published per-token $/M-token rate for each hosted model, and one pricing-related doc references access via 'partner APIs' plus a community comment explicitly wonders whether trying the cloud is possible without contacting sales, suggesting the full price list isn't clearly self-evident. Missing for 10: an explicit per-model per-token price table, confirmation that all hosted models (not just self-serve tiers) have listed rates, and independent corroboration that no sales contact is needed to see model-level pricing.
- [claimed-docs] “Get started with $5 in free credits after making an account”
- [claimed-docs] “Self-serve payment starting at just $10 * 10x higher rate limits than free tier * Higher priority processing”
- [claimed-docs] “Self-serve payment starting at just $10 ... 10x higher rate limits than free tier ... Higher priority processing”
- [claimed-docs] “Get started with $5 in free credit after creating an account. Prototype prompts, agents, and real-time apps before you spend a dollar.”
- [claimed-docs] “Get access to Cerebras Inference through our partner APIs”
- [community] “Very interested in playing with their hardware and cloud. Also I wonder if it's possible to try cloud without contacting their sales.”
Privacy posture — data-handling and privacy storiesPrivacy posture
Data-handling and privacy stories
ai-native userChoose where my data is stored (region/residency)
weight 2 · round drawnCerebras Inferencenone0/10No evidence pack item mentions data residency, regional storage options, or any control over where data is processed/stored; only dedicated endpoint (capacity isolation, not geography) and general API docs are present.
Morphnone0/10No evidence in the pack mentions data residency, regional storage options, or geographic controls; the closest is a comment about retention/training policy tiers (morph-comm-6), which is about usage not location. Missing for 10: any documentation of region selection, data residency guarantees, or geo-specific hosting options.
- [community] “Please clarify your privacy policy. If my interpretation is correct, paying users will have their data retained and trained on? ... Free Tie…”
ai-native userPrevent my data from being used to train AI models
weight 3 · round to MorphCerebras Inferencenone0/10No evidence pack item addresses a data-privacy/training-opt-out policy, data retention terms, or zero-retention agreement for Cerebras Inference API usage; nothing confirms user data is excluded from model training.
A community-sourced excerpt of Morph's privacy policy (morph-comm-6) shows Enterprise Tier users can opt out of having code/data used for training, satisfying the story, but Free Tier data is explicitly used to train models by default — a significant caveat requiring a paid tier to actually prevent training use. No first-party Morph docs in the evidence pack directly address data retention/training opt-out. Missing for 10: first-party documentation of the privacy/data-use policy and opt-out mechanism, independent confirmation that Enterprise-tier exclusion is honored in practice.
- [community] “Please clarify your privacy policy. If my interpretation is correct, paying users will have their data retained and trained on? ... Free Tie…”
ai-native userControl data retention and deletion
weight 2 · round drawnCerebras Inferencenone0/10No evidence pack item discusses data retention policies, deletion controls, or privacy/data-handling settings for Cerebras Inference; documentation focuses on API usage, performance, and pricing only.
Morphnone0/10Evidence only shows a general privacy-policy statement about free vs enterprise data usage (morph-comm-6), with a community member explicitly asking for clarification — there is no documented user-facing control for data retention settings or deletion requests. Missing for 10: any docs on data retention windows, user-initiated deletion/export tools, or enterprise data handling guarantees beyond the raw policy snippet.
- [community] “Please clarify your privacy policy. If my interpretation is correct, paying users will have their data retained and trained on? ... Free Tie…”
ai-native userOpt out of telemetry and usage tracking
weight 2 · round to MorphCerebras Inferencenone0/10No evidence in the pack addresses telemetry, usage tracking, or opt-out privacy controls for Cerebras Inference; the docs focus on API usage, pricing, and performance, not data collection settings.
Community evidence indicates a tiered privacy policy where free-tier code may be used for training while Enterprise-tier data is not used beyond immediate processing, implying paying/enterprise users can effectively opt out of data usage — but there is no explicit telemetry/usage-tracking opt-out control or documentation for individual users. missing for 10: explicit telemetry opt-out toggle/setting, first-party privacy documentation confirming opt-out mechanics, independent confirmation beyond a single HN comment.
- [community] “Please clarify your privacy policy. If my interpretation is correct, paying users will have their data retained and trained on? ... Free Tie…”
Reliability status — stories about reliability status in this arenaReliability status
Stories about reliability status in this arena
Reliability
founderGet a stated availability SLA on paid or enterprise tiers
weight 1 · round drawnCerebras Inferencenone0/10Evidence shows a public status page and dedicated/reserved-capacity endpoints for enterprise customers, but nowhere in docs or pricing pages is an explicit uptime SLA percentage, credit policy, or contractual availability guarantee stated for paid or enterprise tiers. Community threads even highlight unpredictable rate-limiting and onboarding issues rather than confirming a formal SLA.
- [claimed-docs] “A dedicated endpoint is a private, provisioned instance of the Cerebras Inference service reserved exclusively for your organization.”
- [claimed-docs] “Your endpoint runs on reserved capacity that is not shared with other customers, so your performance is never impacted by other workloads.”
- [probe] “PROBE status-page (2026-09-04): https://status.cerebras.ai returns HTTP 200 and renders a public service-status page (page body includes "op…”
- [community] “It hits the request per minute limit instantly and then you wait a minute. (API Error: 422 ... wrong_api_format when integrating with claude…”
Morphnone0/10No evidence pack item mentions an SLA, uptime commitment, or reliability guarantee for paid/enterprise tiers — dedicated endpoints and enterprise privacy terms are mentioned but no stated availability percentage or SLA terms are documented.
- [claimed-docs] “Reserve model capacity by choosing a model and plan. Morph provisions and operates it”
- [community] “Please clarify your privacy policy. If my interpretation is correct, paying users will have their data retained and trained on? ... Free Tie…”
founderCheck a public status page with incident history before betting production traffic on the platform
weight 2 · round to Cerebras InferenceA live public status page (status.cerebras.ai) was confirmed via probe, returning HTTP 200 and showing an 'operational' status, which supports founders checking service health before committing production traffic. However, there's no evidence in the pack of a visible incident history log or historical uptime records on that page, and community threads note some real-world reliability hiccups (rate-limit bursts, onboarding scaling issues) without connecting them to the status page. Missing for 10: documented incident history/timeline on the status page, uptime SLA data, and independent confirmation that past incidents are publicly logged.
- [probe] “PROBE status-page (2026-09-04): https://status.cerebras.ai returns HTTP 200 and renders a public service-status page (page body includes "op…”
- [community] “apologies we just got a sudden burst of new users and traffic, it's scaling up now.”
- [community] “It hits the request per minute limit instantly and then you wait a minute. (API Error: 422 ... wrong_api_format when integrating with claude…”
Speed latency — stories about speed latency in this arenaSpeed latency
Stories about speed latency in this arena
Benchmarks
ml-engineerSee published tokens-per-second or latency numbers, benchmarks, or load-testing guides backing the provider's speed claims
weight 2 · round drawnThere is no first-party benchmark page or load-testing guide in the evidence pack, but community reports repeatedly cite concrete tok/s figures (e.g., 'break 300 tok/s', comparisons showing Cerebras far outpacing 100 tok/s H100 clusters) and the SDK docs mention a TTFT-reduction mechanism, giving some quantitative backing for speed claims. Missing for 10: an official published benchmark/whitepaper with tokens-per-second numbers, a load-testing guide, or independent third-party benchmark reports (e.g., Artificial Analysis) directly cited in the pack.
- [community] “The DFlash2 draft model we're using was trained on a lot of code, so if you use it in a coding agent you'll probably notice it run a lot fas…”
- [community] “This is astonishingly fast. I'm struggling to get over 100 tok/s on my own Llama 3.1 70b implementation on an 8x H100 cluster.”
- [community] “It generates code faster than I can inspect it. In other words, it's needlessly fast.”
- [community] “It's insanely fast. Here's an AI voice assistant I built that uses it: cerebras.vercel.app”
- [github] “This SDK has a mechanism that sends a few requests to `/v1/tcp_warming` upon construction to reduce the TTFT.”
Morph publishes specific throughput numbers (10,500+ tok/s Fast Apply, 33,000 tok/s Compact, 90ms classifiers, 30s Reflex training) across its docs and even one independent community post corroborates a speed/iteration boost, but there is no independent benchmark suite, third-party load-testing report, or reproducible methodology, and one community report describes inaccurate output rather than confirming throughput. missing for 10: independent benchmark/load-testing reports, published methodology or test conditions behind the tok/s figures, and resolution of the community accuracy complaint.
- [claimed-docs] “Keep your current Codex model and give it `edit_file` backed by `morph-v3-fast` at 10,500+ tok/s”
- [claimed-docs] “Fast Apply merges just the changed lines at 10,500 tok/s, 98% accuracy.”
- [claimed-docs] “Drop filler from chat history and code context at 33,000 tok/s. 50-70% reduction, every surviving line byte-for-byte identical to input.”
- [claimed-docs] “Small text classifiers that label a turn in ~90ms — jailbreaks, NSFW, stuck-in-a-loop, user frustration.”
- [claimed-docs] “A small Reflex trains in about 30 seconds.”
- [github] “Use Morph's API to intelligently modify existing code at 4,500+ tokens/sec”
- [community] “Have been using morph for a while (I am one of the authors of goose) and was surprised when introduced at the boost it gave me (much less it…”
- [community] “Seems completely broken. I used the provided HTML example on morphllm.com playground. Without editing anything, I pressed apply. Your model …”
Serving
developerServe latency-sensitive workloads with fast time-to-first-token and high-throughput generation
weight 3 · round to Cerebras InferenceCerebras' whole value proposition centers on speed: dedicated wafer-scale inference, TTFT-optimized SDK warming (cerebras-gh-1), streaming API (cerebras-docs-5), dedicated non-shared capacity for consistent latency (cerebras-docs-24), and cache-hit optimizations for throughput (cerebras-docs-12/19/22). Independent hands-on community reports strongly corroborate extreme throughput/low-latency (300+ tok/s coding model, beating 8x H100 clusters, 'needlessly fast' code gen) across multiple HN threads (cerebras-comm-1,6,7,10,13,14,15). Missing for 10: no first-party published TTFT/tok-s benchmark numbers in this pack, and some community reports note rate-limit throttling and onboarding friction that slightly tempers the sustained-throughput story (cerebras-comm-11,4).
- [github] “This SDK has a mechanism that sends a few requests to `/v1/tcp_warming` upon construction to reduce the TTFT.”
- [claimed-docs] “The Cerebras API supports streaming responses, which send messages back in chunks and display them incrementally as the model generates them…”
- [claimed-docs] “Your endpoint runs on reserved capacity that is not shared with other customers, so your performance is never impacted by other workloads.”
- [claimed-docs] “Cached tokens don't count toward your uncached TPM limit, so a higher cache hit rate lets you process far more total tokens within the same …”
- [claimed-docs] “a higher cache hit rate lets you process far more total tokens within the same uncached limit”
- [claimed-docs] “Improving your cache hit rate lets the same uncached limit serve significantly more total tokens”
- [community] “I used their Coding Plan for a few months. It is genuinely difficult to keep up with the models. The output is so fast. Qwen 3.8 27B is like…”
- [community] “The DFlash2 draft model we're using was trained on a lot of code, so if you use it in a coding agent you'll probably notice it run a lot fas…”
- [community] “This is astonishingly fast. I'm struggling to get over 100 tok/s on my own Llama 3.1 70b implementation on an 8x H100 cluster.”
- [community] “It generates code faster than I can inspect it. In other words, it's needlessly fast.”
- [community] “It's insanely fast. Here's an AI voice assistant I built that uses it: cerebras.vercel.app”
- [community] “Ok that speed's fucking ridiculous are you kidding me?!?!?! I just tried the Chat trial wtf.”
- [community] “Damn, that's some impressive speeds. At that rate it doesn't matter if the first try resulted in an unwanted answer, you'll be able to run o…”
- [community] “It hits the request per minute limit instantly and then you wait a minute. (API Error: 422 ... wrong_api_format when integrating with claude…”
Morph publishes concrete high-throughput numbers (10,500+ tok/s Fast Apply, 33,000 tok/s Compact, ~90ms classifiers, prefix caching with no surcharge) aimed squarely at low-latency/high-throughput serving, and independent community use (goose author) corroborates a real speed boost in practice. Missing for 10: explicit time-to-first-token benchmarks and independent third-party throughput verification beyond vendor docs and one anecdotal HN comment.
- [claimed-docs] “Keep your current Codex model and give it `edit_file` backed by `morph-v3-fast` at 10,500+ tok/s”
- [claimed-docs] “Fast Apply merges just the changed lines at 10,500 tok/s, 98% accuracy.”
- [claimed-docs] “Drop filler from chat history and code context at 33,000 tok/s. 50-70% reduction, every surviving line byte-for-byte identical to input.”
- [claimed-docs] “Small text classifiers that label a turn in ~90ms — jailbreaks, NSFW, stuck-in-a-loop, user frustration.”
- [claimed-docs] “Prefix caching is on for every open source model. No configuration, no cache-write surcharge.”
- [community] “Have been using morph for a while (I am one of the authors of goose) and was surprised when introduced at the boost it gave me (much less it…”
ml-engineerBenefit from prompt/prefix caching that reduces latency or cost on repeated context
weight 1 · round to MorphDocs confirm Cerebras supports prompt/prefix caching for rate-limit purposes—cached tokens don't count toward uncached TPM limits, letting engineers push more total throughput—implying reduced cost/latency impact on repeated context. However, there's no explicit documentation on cache TTL, hit-rate mechanics, pricing discount for cached tokens, or independent benchmarks showing actual latency/cost reduction from caching in practice. missing for 10: documented cache pricing/discount, cache TTL/eviction details, independent latency benchmarks demonstrating caching benefit.
- [claimed-docs] “Cached tokens don't count toward your uncached TPM limit, so a higher cache hit rate lets you process far more total tokens within the same …”
- [claimed-docs] “a higher cache hit rate lets you process far more total tokens within the same uncached limit”
- [claimed-docs] “Improving your cache hit rate lets the same uncached limit serve significantly more total tokens”
Morph docs explicitly state prefix caching is enabled by default for all open-source models with no configuration and no cache-write surcharge, directly addressing latency/cost reduction on repeated context. Missing for 10: independent benchmark or community corroboration of actual latency/cost savings from caching specifically (community evidence covers Fast Apply speed, not caching).
- [claimed-docs] “Prefix caching is on for every open source model. No configuration, no cache-write surcharge.”
developerStream completions token by token over SSE for responsive user experiences
weight 3 · round to Cerebras InferenceOfficial docs explicitly describe streaming responses that send messages back in chunks and display them incrementally as the model generates them, and the SDK/API are OpenAI-compatible so standard SSE streaming semantics apply; community reports independently corroborate extremely fast token generation experienced in real-time apps. missing for 10: explicit SSE protocol details/code sample and independent hands-on confirmation specifically of streaming (vs just raw speed).
- [claimed-docs] “The Cerebras API supports streaming responses, which send messages back in chunks and display them incrementally as the model generates them…”
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
- [community] “It's insanely fast. Here's an AI voice assistant I built that uses it: cerebras.vercel.app”
- [community] “This is astonishingly fast. I'm struggling to get over 100 tok/s on my own Llama 3.1 70b implementation on an 8x H100 cluster.”
Morph advertises full OpenAI SDK/API compatibility at api.morphllm.com/v1 (morph-docs-1), which implies standard streaming support, but no evidence explicitly documents SSE/token-by-token streaming, a `stream` parameter, or any latency/responsiveness benchmarks for streamed output. missing for 10: explicit docs or examples showing `stream=true`/SSE usage, first-party or community confirmation of token-by-token streaming behavior, and any measured time-to-first-token metrics.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [probe] “PROBE llms.txt: HTTP 200 at https://docs.morphllm.com/llms.txt # Morph API Documentation > https://docs.morphllm.com > Base URL: https://api…”
Structured tool calling — stories about structured tool calling in this arenaStructured tool calling
Stories about structured tool calling in this arena
Structured
developerEnforce structured outputs against a JSON schema (or grammar) so model responses parse reliably
weight 3 · round to Cerebras InferenceCerebras docs explicitly describe a Structured Outputs feature that constrains model responses to a JSON schema for reliable parsing, alongside OpenAI-API compatibility that typically carries this through standard SDKs. Missing for 10: independent/hands-on confirmation of schema-enforcement reliability, details on grammar-based constraints beyond JSON schema, and coverage of edge cases (nested schemas, strict mode) in evidence.
- [claimed-docs] “Structured Outputs constrains model responses to a JSON schema so applications can process generated data reliably.”
- [claimed-docs] “Existing applications can use Cerebras by changing the API key, base URL, and model ID.”
- [claimed-docs] “OpenAI API compatibility lets developers build on Cerebras with just two code changes.”
Morphnone0/10Morph's docs cover OpenAI-compatible endpoints, Fast Apply, compaction, batch, caching, and MCP integration, but no evidence describes JSON schema/grammar-constrained structured output enforcement for reliable parsing. Missing for 10: any mention of response_format/json_schema support, grammar constraints, or validation guarantees on model outputs.
Tools
ai-native userRely on faithful function/tool calling — including parallel and multi-step tool use — so agent loops run on open models without breaking
weight 3 · round drawnCerebras documents a tool-calling/function-calling capability (cerebras-docs-7) as part of its OpenAI-compatible API, and community reports mention using it for coding agents (cerebras-comm-6, cerebras-comm-12) suggesting real agentic integrations exist. However, the docs pack contains no detail on parallel or multi-step tool-call handling, and one user reports API format errors when integrating with an agent router (cerebras-comm-11), hinting at possible friction in tool-use compatibility. missing for 10: explicit documentation of parallel tool calls, multi-step tool-call chaining, and independent benchmarks confirming reliability of tool-calling in long agent loops.
- [claimed-docs] “Tool calling, also known as tool use or function calling, lets a model request functions that your application defines.”
- [community] “The DFlash2 draft model we're using was trained on a lot of code, so if you use it in a coding agent you'll probably notice it run a lot fas…”
- [community] “I've been waiting on this for a LONG time. Integration with Cursor when Cerebras released their earlier models was patchy at best, even thro…”
- [community] “It hits the request per minute limit instantly and then you wait a minute. (API Error: 422 ... wrong_api_format when integrating with claude…”
Morph documents OpenAI-compatible and Anthropic Messages-compatible endpoints and specialized tools like edit_file/Fast Apply meant to plug into agent loops (Claude Code, Codex) with high speed and claimed 98% accuracy, which implies decent tool-call fidelity for open models. However there's no explicit documentation of parallel or multi-step tool-call handling, and a hands-on community report describes the apply/tool behavior as 'completely broken' with unrequested edits, undercutting full confidence in reliability. Missing for 10: explicit parallel tool-call support docs, multi-step agent-loop stability guarantees, and independent verification resolving the reported apply failures.
- [claimed-docs] “Claude Code speaks the Anthropic Messages API, which Morph serves natively at `/v1/messages`.”
- [claimed-docs] “Keep your current Codex model and give it `edit_file` backed by `morph-v3-fast` at 10,500+ tok/s”
- [claimed-docs] “Fast Apply merges just the changed lines at 10,500 tok/s, 98% accuracy.”
- [claimed-docs] “Connect your favorite AI tools to Morph's blazing-fast file editing via Model Context Protocol.”
- [community] “Seems completely broken. I used the provided HTML example on morphllm.com playground. Without editing anything, I pressed apply. Your model …”
- [community] “Does Claude Code have a similar apply model? It does create diffs for you to accept/reject but then I feel like it's always using a find/rep…”
Not comparable on these axes
ai-native userPlug MCP servers into this product so it can use their tools
weight 3 · not comparableCerebras Inferencenone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
Morphn/aMorph is an LLM API/tool-serving platform (fast-apply, reflexes, model routing) that itself exposes an MCP server for other agents (e.g., Claude Code) to consume — it is not an agent host that ingests external MCP servers as tool sources. The story's client-side capability (plugging MCP servers into Morph so it can use their tools) is a category mismatch for this product type; all MCP evidence describes Morph being served TO clients, not consuming servers itself.
- [claimed-docs] “Install the Morph MCP so Claude Code can read it”
- [claimed-docs] “Connect your favorite AI tools to Morph's blazing-fast file editing via Model Context Protocol.”
- [probe] “official MCP server documented at https://docs.morphllm.com/guides/mcp”
ai-native userGet AI-generated insights and suggestions from my data inside the product
weight 2 · not comparableCerebras Inferencen/aCerebras Inference is a raw LLM inference API/platform (chat completions, tool calling, streaming, etc.) used by developers to build other applications; it is not itself a product with user data stores or dashboards that surface 'AI-generated insights from my data.' This story targets an end-user analytics/data product, which is a different category than an inference backend.
ai-native userDelegate tasks to a built-in AI assistant inside the product
weight 3 · not comparableCerebras Inferencenone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
Morphn/aMorph is a developer-facing API/infrastructure platform (fast-apply, chat models, MCP tools) meant to be embedded into other products or coding agents — it is not itself an end-user product with a built-in assistant UI to delegate tasks to. This axis is a category error for an API/infra offering, not a missing feature.
ai-native userOperate the product with natural-language commands
weight 2 · not comparableCerebras Inferencenone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
Morphn/aMorph is a backend model-serving/API and MCP-tool provider consumed programmatically by coding agents (Claude Code, Cursor, etc.); it is not itself a user-facing surface where an end user types natural-language commands. The natural-language interface lives in the calling agent, not in Morph, so this axis is a category mismatch for this kind of infrastructure product.
ai-native userTest against a sandbox environment without touching production data
weight 1 · not comparableCerebras offers a no-key Cloud Console playground and $5 free credits to 'prototype prompts, agents, and real-time apps before you spend a dollar,' which lets a user experiment without hitting a paid/production billing tier, but there is no dedicated 'sandbox' API mode, test keys, or explicit separation from production data/environment documented. missing for 10: an explicit sandbox/test-mode endpoint or key type, documentation guaranteeing isolation from production data, and independent confirmation that free-tier usage never touches the same infra as production workloads.
- [claimed-docs] “Use the playground in the Cloud Console — no key or install needed.”
- [claimed-docs] “Get started with $5 in free credits after making an account”
- [claimed-docs] “Get started with $5 in free credit after creating an account. Prototype prompts, agents, and real-time apps before you spend a dollar.”
ai-native userDefine rules that trigger actions automatically on events
weight 3 · not comparableCerebras Inferencen/aCerebras Inference is a raw inference API/compute provider (fast LLM inference, OpenAI-compatible endpoint, tool calling, batch processing); it has no concept of user-defined trigger rules or event-driven automation—that's a workflow/automation platform axis, not an inference API axis.
Morph's 'Reflexes' are classifiers that detect events (jailbreak, frustration, loop) and can gate automatic actions like canary traffic-splitting or full migration between models, which is a narrow form of event-triggered automation. However there's no documented general-purpose rule engine letting users define arbitrary custom rules/actions beyond this migration-gating use case. Missing for 10: a general user-facing rules/automation builder, documentation of broader trigger-action mappings beyond model migration, and independent confirmation of custom Reflex-to-action wiring.
- [claimed-docs] “Move a production agent off Anthropic or OpenAI onto Kimi K3 — a 5% traffic trial or a full migration, gated by Reflexes.”
- [claimed-docs] “A canary keeps your current provider, sends a slice of production traffic to Kimi K3, and compares Reflex results before you switch.”
- [claimed-docs] “A small Reflex trains in about 30 seconds.”
ai-native userSchedule recurring jobs or workflows
weight 2 · not comparableCerebras Inferencen/aCerebras Inference is a raw inference API/hardware platform (chat completions, batch, streaming, tool calls) — it provides no job scheduler, cron, or workflow orchestration layer for recurring automated tasks. Scheduling recurring jobs is a workflow/orchestration concern that belongs to a client application built on top of the API, not to the inference service itself.
ai-native userVersion, review, and roll back my automations
weight 1 · not comparableCerebras Inferencen/aCerebras Inference is an inference API/hardware service, not an automation/workflow builder; there is no concept of versioning, reviewing, or rolling back 'automations' in this product category. This story applies to workflow/agent-builder tools, not a raw inference API provider.
Morphnone0/10Morph is an API/tooling platform for fast code editing, model routing, and reflex classifiers — there's no evidence of any versioning, review, or rollback mechanism for 'automations' (e.g., no workflow history, diff review UI for automation configs, or revert capability). Nothing in the evidence pack addresses this axis at all.
ai-native userSelf-host the core product
weight 3 · not comparableCerebras Inferencen/aCerebras Inference is a cloud API/hardware service built around proprietary wafer-scale chips; there is no evidence of a downloadable/self-hostable core product, and self-hosting is not a plausible axis for this hardware-dependent inference cloud service.
Morphnone0/10Morph is presented entirely as a hosted API/SaaS product (api.morphllm.com endpoints, dedicated endpoints as reserved capacity, prefix caching, batch processing) with no mention of on-premises deployment, downloadable server binaries, Docker images, or open-source release of the core service. Evidence pack contains no self-hosting instructions or claims.
- [claimed-docs] “Point any OpenAI SDK at `https://api.morphllm.com/v1`. One API key covers the open-weight chat models and the specialized tools”
- [claimed-docs] “Reserve model capacity by choosing a model and plan. Morph provisions and operates it”
- [probe] “PROBE llms.txt: HTTP 200 at https://docs.morphllm.com/llms.txt # Morph API Documentation > https://docs.morphllm.com > Base URL: https://api…”
- [probe] “PROBE openapi: all candidate paths 404 (https://docs.morphllm.com/openapi.json, https://docs.morphllm.com/swagger.json, https://docs.morphll…”