Skip to content

AI Inference Providers Arena

Fireworks AI vs Morph

Fireworks AI wins · 198 (17 drawn)

Agenticness — how well agents can access and operate the productAgenticness

How well agents can access and operate the product

Agent access

  1. ai-native userPoint an agent at llms.txt or agent-oriented docs

    weight 2 · round drawn
    Fireworks AIfullprobed9/10

    Direct probe evidence confirms llms.txt is live at https://docs.fireworks.ai/llms.txt (HTTP 200) with a documentation index, and per-page .md endpoints (e.g. introduction.md) explicitly point agents back to the llms.txt index, making the docs agent-consumable by design. Missing for 10: no independent third-party report of an agent successfully using this to complete a task end-to-end.

    • [probe] PROBE llms.txt: HTTP 200 at https://docs.fireworks.ai/llms.txt # Fireworks AI Docs - [Build with Fireworks AI](https://docs.fireworks.ai/ge…
    • [probe] PROBE docs-md: HTTP 200 at https://docs.fireworks.ai/getting-started/introduction.md > ## Documentation Index > Fetch the complete documenta…
    Morphfullprobed9/10

    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
  2. ai-native userRun the product headlessly / in CI for automation

    weight 2 · round to Fireworks AI
    Fireworks AIfullprobed7/10

    Fireworks is API-first (OpenAI-compatible REST endpoint) and ships a CLI (firectl) for scripted deployment/fine-tuning plus async batch-inference for high-volume automated jobs, all of which are naturally usable headlessly in CI pipelines. A live probe confirms the API endpoint is reachable and speaks JSON, requiring just an API key for auth (standard for CI use). Missing for 10: explicit CI/CD pipeline examples (e.g., GitHub Actions integration) and documented non-interactive auth/service-account flows for automated environments.

    • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
    • [claimed-docs] Process large volumes of requests asynchronously at 50% off Serverless per-token prices.
    • [claimed-docs] Process large volumes of requests asynchronously at **50% off** Serverless per-token prices.
    • [claimed-docs] Deploy your LoRA trained model with a single command: firectl deployment create "accounts//models/"
    • [claimed-docs] Upload from local files or directly from S3 buckets or Azure Blob Storage
    • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…

    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…
  3. ai-native userConnect an agent via an official MCP server

    weight 3 · round to Morph
    Fireworks AInone0/10

    Fireworks AI is an inference/hosting platform with API compatibility, tool-calling, and fine-tuning features, but no evidence anywhere in the pack of an official MCP server for connecting agents. Absence of evidence for this applicable capability means 'none'.

      Morphfullprobed7/10

      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 to Fireworks AI
      Fireworks AIpartialclaimed4/10

      Evidence shows an official CLI (`firectl`) used for deployment commands like creating LoRA deployments, confirming Fireworks ships a CLI. However, the evidence pack lacks any dedicated documentation, install guide, or broader command reference showing its scope for AI-native/agentic workflows beyond one example command. missing for 10: install/setup docs, full command reference, independent hands-on usage confirming agentic/automation use cases.

      • [claimed-docs] Deploy your LoRA trained model with a single command: firectl deployment create "accounts//models/"
      Morphnone0/10

      Morph 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 Fireworks AI
        Fireworks AIfullprobed9/10

        Fireworks exposes an OpenAI-compatible REST API (chat completions, tool calling, structured outputs, embeddings, batch inference) documented extensively, with a live public endpoint confirmed by probe (api.fireworks.ai returning proper JSON auth errors) and a public status page. missing for 10: no publicly hosted OpenAPI/swagger spec was found (404s on standard paths), slightly reducing machine-readability of the API contract.

        • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
        • [claimed-docs] Tool calling (also known as function calling) enables models to intelligently select and use external tools based on user input.
        • [claimed-docs] Force model output to conform to a JSON schema
        • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
        • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
        • [probe] PROBE status-page (2026-09-04): https://status.fireworks.ai returns HTTP 200 and renders a public service-status page (page body includes "o…
        • [probe] PROBE openapi: all candidate paths 404 (https://docs.fireworks.ai/openapi.json, https://docs.fireworks.ai/swagger.json, https://docs.firewor…
        Morphfullprobed8/10

        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 drawn
        Fireworks AInone0/10

        No evidence in the pack of scoped/least-privilege API key management (e.g., role-based keys, permission scoping, per-agent credential issuance) — only general auth requirements are mentioned (401 without a key). Missing for 10: docs on creating scoped/restricted API keys, role-based access control, per-agent credential issuance, and any permission-granularity settings.

        • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
        Morphnone0/10

        Evidence 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 Morph
        Fireworks AIpartialclaimed5/10

        Fireworks documents an OpenAI-compatible API and CLI (firectl) that let developers reuse existing OpenAI SDKs and tooling, but no evidence in the pack names a dedicated first-party Fireworks Python/JS SDK, its GitHub repo, or client library documentation. missing for 10: explicit official Fireworks SDK docs/repo, language coverage (Python/JS/Go), and independent developer confirmation of SDK usage.

        • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
        • [claimed-docs] Migrate from OpenAI: Drop-in replacement for inference and training — same API, same SFT data format
        • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
        • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.

        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 drawn
        Fireworks AInone0/10

        No evidence anywhere in the pack of a webhook subscription mechanism or event notification system for Fireworks AI; the docs focus on inference, fine-tuning, and deployment APIs with no mention of webhooks or event-driven callbacks.

          Morphnone0/10

          No evidence in the pack mentions webhooks or any event-subscription mechanism; Morph's documented surface is API endpoints, MCP integration, and model tooling, with no webhook capability described.

          Agentic features

          1. ai-native userSet up automations that run autonomously in the background

            weight 2 · round drawn
            Fireworks AInone0/10

            The 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.)

              Morphnone0/10

              Morph 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

            1. ai-native userExplore an interactive API reference with runnable examples

              weight 2 · round drawn
              Fireworks AInone0/10

              The evidence pack shows extensive text docs and a reference to an api-reference path, but no evidence of an interactive, runnable-example API reference (e.g., embedded code sandbox, live API console); in fact the OpenAPI/swagger probe returned 404 on all candidate paths, indicating no discoverable interactive spec. Missing for 10: an interactive API explorer, runnable code snippets, or a live OpenAPI/Swagger UI.

              • [probe] PROBE openapi: all candidate paths 404 (https://docs.fireworks.ai/openapi.json, https://docs.fireworks.ai/swagger.json, https://docs.firewor…
              • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
              • [probe] PROBE llms.txt: HTTP 200 at https://docs.fireworks.ai/llms.txt # Fireworks AI Docs - [Build with Fireworks AI](https://docs.fireworks.ai/ge…
              Morphnone0/10

              The 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…
            2. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

              weight 2 · round drawn
              Fireworks AInone0/10

              Direct probes for OpenAPI/swagger spec files at all standard paths returned 404, and no docs page or evidence pack entry links to a downloadable machine-readable API spec; the API is described as 'OpenAI-compatible' but no explicit OpenAPI/Swagger artifact is provided.

              • [probe] PROBE openapi: all candidate paths 404 (https://docs.fireworks.ai/openapi.json, https://docs.fireworks.ai/swagger.json, https://docs.firewor…
              Morphnone0/10

              Morph 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…
            3. ai-native userRely on versioned APIs with a documented deprecation policy

              weight 2 · round drawn
              Fireworks AInone0/10

              No evidence of a versioned API scheme or documented deprecation policy; docs mention OpenAI-compatible API and drop-in replacement but nothing about version numbers, changelogs, or sunset/deprecation timelines. The OpenAPI spec probe even 404'd on all candidate paths, suggesting limited API-versioning documentation. Missing for 10: explicit API versioning scheme, published deprecation/sunset policy, changelog of breaking changes.

              • [probe] PROBE openapi: all candidate paths 404 (https://docs.fireworks.ai/openapi.json, https://docs.fireworks.ai/swagger.json, https://docs.firewor…
              • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
              • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
              Morphnone0/10

              No 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

            1. ai-native userPerform bulk operations across many items at once

              weight 2 · round to Fireworks AI
              Fireworks AIfullclaimed7/10

              Fireworks explicitly supports batch inference for processing large volumes of requests asynchronously at discounted rates, which directly enables bulk operations across many items (e.g., bulk generation, classification, embeddings). This is documented as a first-party feature with clear pricing/mechanics, though evidence lacks hands-on validation of batch job semantics (job status, size limits, error handling) or independent corroboration. missing for 10: hands-on/independent verification of batch job workflow, documented size/rate limits, and error-handling behavior for large batch jobs.

              • [claimed-docs] Process large volumes of requests asynchronously at 50% off Serverless per-token prices.
              • [claimed-docs] Process large volumes of requests asynchronously at **50% off** Serverless per-token prices.

              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

            1. ml-engineerSubmit asynchronous batch inference jobs at a documented discount versus real-time pricing

              weight 2 · round to Fireworks AI
              Fireworks AIfullclaimed8/10

              Fireworks documents a dedicated Batch Inference API that processes requests asynchronously at a documented 50% discount off serverless per-token pricing, directly matching the story. Missing for 10: independent/hands-on confirmation of actual batch job submission and discount realization, and no SLA/turnaround details beyond the discount claim.

              • [claimed-docs] Process large volumes of requests asynchronously at 50% off Serverless per-token prices.
              • [claimed-docs] Process large volumes of requests asynchronously at **50% off** Serverless per-token prices.

              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

            1. ml-engineerDeploy a model on dedicated GPU capacity with autoscaling so my traffic is isolated from the shared serverless pool

              weight 2 · round to Fireworks AI
              Fireworks AIfullclaimed8/10

              Fireworks explicitly documents on-demand deployments giving dedicated GPUs isolated from shared serverless traffic, with autoscaling configuration including scale-to-zero and minimum replica settings. Missing for 10: independent hands-on validation of autoscaling behavior under load and explicit SLA/isolation guarantees beyond docs claims (one community comment concerns fine-tuning cost, not dedicated-capacity autoscaling).

              • [claimed-docs] On-demand deployments give you dedicated GPUs for your models, providing several advantages over serverless: **Better performance**...**No h…
              • [claimed-docs] On-demand deployments give you dedicated GPUs for your models, providing several advantages over serverless
              • [claimed-docs] Better performance – Lower latency, higher throughput, and predictable performance unaffected by other users
              • [claimed-docs] Scale to zero when idle to minimize costs
              • [claimed-docs] Set to 0 for scale-to-zero

              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

            1. ml-engineerFine-tune a supported base model on my own data and serve the result on the same platform

              weight 2 · round to Fireworks AI
              Fireworks AIfullclaimed8/10

              Fireworks documents a complete fine-tune-and-serve loop on one platform: SFT/RFT training up to 1T+ params, same API/data format as inference, and LoRA deployment via live-merge or multi-LoRA with a single firectl command, producing a model that serves identically to a natively trained one. Missing for 10: independent/hands-on confirmation of end-to-end fine-tune→serve quality and reliability beyond vendor docs (the only community evidence found addresses cost, not functionality).

              • [claimed-docs] Boost model quality with supervised and reinforcement fine-tuning of models up to 1T+ parameters.
              • [claimed-docs] Boost model quality with supervised and reinforcement fine-tuning of models up to 1T+ parameters. Start training in minutes, deploy immediat…
              • [claimed-docs] Live merge is the simplest way to deploy a trained model. Fireworks automatically merges the LoRA weights into the base model at deployment …
              • [claimed-docs] Deploy your LoRA trained model with a single command: firectl deployment create "accounts//models/"
              • [claimed-docs] Multi-LoRA: Base model is deployed with addon support; LoRA adapters are loaded dynamically at request time
              • [claimed-docs] Fireworks supports two deployment methods for LoRA trained models: live merge and multi-LoRA.
              • [claimed-docs] Live merge is the simplest way to deploy a trained model. Fireworks automatically merges the LoRA weights into the base model at deployment …
              • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format

              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
            2. ml-engineerUpload and serve my own custom model weights or LoRA adapters

              weight 2 · round to Fireworks AI
              Fireworks AIfullclaimed9/10

              Fireworks docs explicitly cover uploading custom models from Hugging Face/S3/Azure Blob, plus deploying LoRA adapters via live-merge or multi-LoRA with a single firectl command. This directly matches the ml-engineer story of uploading and serving custom weights/adapters. Missing for 10: independent hands-on verification of the upload/serve workflow beyond vendor docs.

              • [claimed-docs] Upload your own models from Hugging Face or elsewhere to deploy trained or custom-trained models optimized for your use case.
              • [claimed-docs] Live merge is the simplest way to deploy a trained model. Fireworks automatically merges the LoRA weights into the base model at deployment …
              • [claimed-docs] Deploy your LoRA trained model with a single command: firectl deployment create "accounts//models/"
              • [claimed-docs] Multi-LoRA: Base model is deployed with addon support; LoRA adapters are loaded dynamically at request time
              • [claimed-docs] Fireworks supports two deployment methods for LoRA trained models: live merge and multi-LoRA.
              • [claimed-docs] Upload from local files or directly from S3 buckets or Azure Blob Storage
              • [claimed-docs] Live merge is the simplest way to deploy a trained model. Fireworks automatically merges the LoRA weights into the base model at deployment …
              Morphnone0/10

              Morph'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

            1. ml-engineerGet newly released open-weight models on the platform quickly after their public release

              weight 2 · round to Fireworks AI
              Fireworks AIpartialclaimed5/10

              Marketing copy claims 'instant access to the most popular OSS models' and 'run the latest open models with a single line of code' plus '100+ supported models', implying rapid onboarding of new open-weight releases, but there is no concrete evidence (e.g., specific model, release-to-availability timeline, changelog) demonstrating actual speed of adding new models after public release. missing for 10: concrete turnaround-time examples/announcements for specific new open-weight model releases, independent confirmation of day-0/near-day-0 availability, and any changelog or blog evidence of catalog update cadence.

              • [claimed-docs] Get instant access to the most popular OSS models, optimized for cost, speed, and quality.
              • [claimed-docs] Run the latest open models with a single line of code
              • [claimed-docs] 100+ Supported Models - Text, vision, audio, image, and embeddings
              Morphnone0/10

              The 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…
            2. developerRely on a documented deprecation policy with advance notice before a hosted model is removed

              weight 1 · round drawn
              Fireworks AInone0/10

              No evidence in the pack references a deprecation policy, model retirement notice period, or sunset process for hosted models; docs cover inference, fine-tuning, deployment, and pricing but nothing about model lifecycle/retirement communication.

                Morphnone0/10

                No evidence of any documented deprecation policy or advance-notice commitment for hosted models; docs cover model capabilities, migration, and endpoints but nothing about model lifecycle/removal notice.

                • ai-native userHave an agent enumerate the live model catalog programmatically via a documented GET /v1/models-style endpoint

                  weight 2 · round to Fireworks AI
                  Fireworks AIfullprobed7/10

                  A live probe confirms `GET https://api.fireworks.ai/inference/v1/models` is a real, JSON-speaking, OpenAI-style endpoint (401 without a key, meaning it works with one), consistent with Fireworks' documented OpenAI-compatible API surface. Missing for 10: an explicit first-party docs page specifically describing the /v1/models listing endpoint and its response schema, and an authenticated hands-on confirmation showing the actual model list output.

                  • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
                  • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                  • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                  Morphnone0/10

                  Morph 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 Fireworks AI
                  Fireworks AIfullprobed8/10

                  Docs confirm serverless access to 100+ open-source models across modalities via OpenAI-compatible APIs, with 'instant access to the most popular OSS models' and single-line-of-code deployment; the catalog explicitly spans text/vision/audio/image/embeddings. Specific families like Llama/Qwen/DeepSeek/GPT-OSS aren't individually enumerated in this evidence pack, and the model catalog itself wasn't independently enumerable (API requires a key). Missing for 10: explicit per-family model list confirmation, independent enumeration of catalog contents.

                  • [claimed-docs] Get instant access to the most popular OSS models, optimized for cost, speed, and quality.
                  • [claimed-docs] Run the latest open models with a single line of code
                  • [claimed-docs] 100+ Supported Models - Text, vision, audio, image, and embeddings
                  • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                  • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…

                  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

                1. developerGenerate embeddings (and rerank results) for retrieval pipelines without a second vendor

                  weight 1 · round to Fireworks AI
                  Fireworks AIfullclaimed7/10

                  Fireworks docs explicitly state support for 'embeddings & reranking in search & context retrieval' and list embeddings among its 100+ supported model types, all via the same OpenAI-compatible API used for other inference, letting a developer avoid a second vendor for retrieval pipelines. Missing for 10: no dedicated embeddings/rerank API reference or usage example, no independent/hands-on confirmation of rerank model quality or throughput.

                  • [claimed-docs] Use embeddings & reranking in search & context retrieval
                  • [claimed-docs] 100+ Supported Models - Text, vision, audio, image, and embeddings
                  • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                  Morphnone0/10

                  Morph's evidence focuses on chat completions, Fast Apply code editing, compaction, batch processing, caching, and dedicated endpoints — none of the docs mention embeddings generation or reranking capabilities for retrieval pipelines.

                  • developerCall vision, audio, or image-generation models beyond text chat on the same platform

                    weight 1 · round to Fireworks AI
                    Fireworks AIfullclaimed8/10

                    Docs explicitly list 100+ supported models across text, vision, audio, image, and embeddings, with vision models specifically noted for analyzing images/documents, all on the same OpenAI-compatible API. Missing for 10: no independent/hands-on corroboration of image-generation or audio model usage, and no concrete API examples for non-text modalities beyond the feature list.

                    • [claimed-docs] 100+ Supported Models - Text, vision, audio, image, and embeddings
                    • [claimed-docs] Vision Models - Analyze images and documents
                    • [claimed-docs] Use embeddings & reranking in search & context retrieval
                    • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                    Morphnone0/10

                    All 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

                    1. ai-native userPlug the provider into coding agents and agent frameworks through documented, first-party integration guides

                      weight 2 · round to Morph
                      Fireworks AIpartialclaimed4/10

                      Fireworks documents an OpenAI-compatible API, tool/function calling, and structured outputs, which implicitly supports plugging into agent frameworks that use the OpenAI SDK, but there is no first-party guide explicitly targeting coding agents or agent frameworks (e.g., LangChain, AutoGen, Cursor, Continue) in the evidence. missing for 10: dedicated integration guides for named coding agents/agent frameworks, tutorials showing agent setup with Fireworks endpoints, and community corroboration of such integrations.

                      • [claimed-docs] Tool calling (also known as function calling) enables models to intelligently select and use external tools based on user input.
                      • [claimed-docs] A drop-in replacement for closed-model APIs. Route to the best open or closed model for every task, and cut your AI coding spend 50 to 75%.
                      • [claimed-docs] Migrate from OpenAI: Drop-in replacement for inference and training — same API, same SFT data format
                      • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                      Morphfullprobed8/10

                      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…
                    2. 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 drawn
                      Fireworks AIfullprobed8/10

                      Fireworks explicitly documents itself as a drop-in replacement using the OpenAI-compatible chat-completions API (docs-1,11,15,27,36), and a live probe confirms the OpenAI-style /v1/models endpoint is functioning at api.fireworks.ai (probe-rt-1), supporting seamless mid-workflow provider swaps without code changes. Missing for 10: independent hands-on agent-switching test (e.g. LangChain/agent framework confirming no code changes needed) and a public OpenAPI spec (probe-3 shows 404s for openapi.json).

                      • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
                      • [claimed-docs] A drop-in replacement for closed-model APIs. Route to the best open or closed model for every task, and cut your AI coding spend 50 to 75%.
                      • [claimed-docs] Migrate from OpenAI: Drop-in replacement for inference and training — same API, same SFT data format
                      • [claimed-docs] Migrate from OpenAI — Drop-in replacement for inference and training — same API, same SFT data format
                      • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                      • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
                      Morphfullprobed8/10

                      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…
                    3. developerPoint an existing OpenAI SDK client at the provider by changing only the base URL and API key

                      weight 3 · round to Fireworks AI
                      Fireworks AIfullprobed9/10

                      Docs explicitly state Fireworks is a drop-in replacement for OpenAI (same API), points client at api.fireworks.ai with OpenAI-compatible endpoints, and a live probe confirms the OpenAI-style /v1/models endpoint is reachable and speaks JSON. Missing for 10: no explicit hands-on developer account showing a real OpenAI SDK code snippet with only base_url/api_key changed being run successfully.

                      • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
                      • [claimed-docs] Migrate from OpenAI: Drop-in replacement for inference and training — same API, same SFT data format
                      • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                      • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                      • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
                      Morphfullprobed8/10

                      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

                    1. ai-native userDo everything through the API that I can do in the UI

                      weight 2 · round to Fireworks AI
                      Fireworks AIpartialclaimed6/10

                      Fireworks documents API/CLI (firectl) access to essentially every major capability — inference, fine-tuning, LoRA deployment, model upload, autoscaling, batch inference, benchmarking — implying an API-first architecture where the UI is largely a thin layer over these APIs. However, there is no explicit statement or audit confirming full UI/API feature parity, and no evidence addressing whether any UI-only conveniences (e.g., dashboard analytics, billing, team management) lack API equivalents. Missing for 10: an explicit parity statement or audit, evidence covering account/billing/UI-only features, and independent confirmation that no UI feature is API-inaccessible.

                      • [claimed-docs] Upload your own models from Hugging Face or elsewhere to deploy trained or custom-trained models optimized for your use case.
                      • [claimed-docs] Deploy your LoRA trained model with a single command: firectl deployment create "accounts//models/"
                      • [claimed-docs] Live merge is the simplest way to deploy a trained model. Fireworks automatically merges the LoRA weights into the base model at deployment …
                      • [claimed-docs] Boost model quality with supervised and reinforcement fine-tuning of models up to 1T+ parameters.
                      • [claimed-docs] Scale to zero when idle to minimize costs
                      • [claimed-docs] Process large volumes of requests asynchronously at 50% off Serverless per-token prices.
                      • [claimed-docs] Fireworks Benchmark Tool: Use our open-source benchmarking tool to measure and optimize your deployment's performance
                      • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…

                      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…
                    2. ai-native userExport all of my data in open formats and leave

                      weight 3 · round to Fireworks AI
                      Fireworks AIpartialclaimed4/10

                      Fireworks documents open, OpenAI-compatible APIs and identical SFT data formats, plus the ability to upload custom/fine-tuned models from Hugging Face, S3, or Azure Blob Storage, which implies some data/model portability rather than lock-in. However there is no explicit documentation of a data export tool, account data download, or guidance for migrating fine-tuning datasets or deployed models back out of the platform. Missing for 10: explicit data-export/download feature docs, confirmation that user-uploaded training data or fine-tuned models can be freely exported (not just uploaded), and any account/data-deletion or portability policy.

                      • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
                      • [claimed-docs] Upload your own models from Hugging Face or elsewhere to deploy trained or custom-trained models optimized for your use case.
                      • [claimed-docs] Upload from local files or directly from S3 buckets or Azure Blob Storage
                      • [claimed-docs] Migrate from OpenAI — Drop-in replacement for inference and training — same API, same SFT data format
                      Morphnone0/10

                      No evidence of a data export feature or open-format export of user data/history; Morph is an API/tooling platform for code editing and model access, but nothing addresses exporting stored user data for portability or account exit.

                      • ai-native userRead the product's source under an open license

                        weight 2 · round drawn
                        Fireworks AInone0/10

                        Fireworks AI is a proprietary inference/hosting platform; there is no evidence of an open-license source-code release for the core product (only an 'open-source benchmarking tool' side utility is mentioned, not the platform itself). No repository, license file, or source availability is documented.

                        • [claimed-docs] Use our open-source benchmarking tool to measure and optimize your deployment's performance
                        • [claimed-docs] Fireworks Benchmark Tool: Use our open-source benchmarking tool to measure and optimize your deployment's performance
                        Morphnone0/10

                        Morph is a hosted API/SaaS product; no evidence of an open-license source repository for the core product (morph-demos is just example code, not the product source). No license or open-source claim appears anywhere in the evidence pack.

                        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

                        1. developerRead documented rate limits and how they scale across usage tiers before I hit them in production

                          weight 2 · round drawn
                          Fireworks AInone0/10

                          The evidence pack shows references to service tiers (priority, fast) and notes on-demand deployments have 'no hard rate limits', but there is no documented table or page specifying actual rate-limit numbers (RPM/TPM) or how they scale across usage tiers for serverless usage. Developers have no concrete documented limits to plan against before hitting them in production.

                          • [claimed-docs] On-demand deployments give you dedicated GPUs for your models, providing several advantages over serverless: **Better performance**...**No h…
                          • [claimed-docs] Priority — higher reliability during peak periods. Opt in by setting `service_tier: "priority"` on chat completions.
                          • [claimed-docs] Priority — higher reliability during peak periods. Opt in by setting service_tier: "priority" on chat completions.
                          Morphnone0/10

                          The 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

                        1. founderSet spending caps or budget alerts so a runaway workload cannot generate an unbounded bill

                          weight 1 · round drawn
                          Fireworks AInone0/10

                          No evidence in the pack of any spending cap, budget alert, or usage limit configuration feature; only cost-related mentions are pricing structures (serverless, batch discounts) not budget controls. A community report even highlights an unexpectedly high bill with no indication of caps to prevent it, reinforcing the absence of this capability.

                          • [community] Fireworks AI is one of the most overpriced model hosting companies. Tried fine-tuning with 10k records SFT on gpt-oss-20b, ran for 8 mins, b…
                          Morphnone0/10

                          No 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 Fireworks AI
                            Fireworks AIpartialcommunity5/10

                            Docs describe a self-serve, pay-per-token model ('point your client at api.fireworks.ai... pay only for what you use', batch inference at '50% off Serverless per-token prices') implying pricing is accessible without sales contact, and a community user cites a specific billed dollar amount for usage, suggesting transparent metering. However, no evidence pack item directly cites or shows Fireworks' public pricing page listing per-model per-token rates. Missing for 10: a direct citation to the pricing page enumerating per-token rates for each hosted model, and confirmation that all 100+ models have listed public prices rather than requiring contact for some tiers.

                            • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                            • [claimed-docs] Process large volumes of requests asynchronously at 50% off Serverless per-token prices.
                            • [claimed-docs] Process large volumes of requests asynchronously at **50% off** Serverless per-token prices.
                            • [community] Fireworks AI is one of the most overpriced model hosting companies. Tried fine-tuning with 10k records SFT on gpt-oss-20b, ran for 8 mins, b…
                            Morphnone0/10

                            No evidence pack item shows a public pricing page or per-token price list; docs mention batch pricing at 'half price' and mention of a 'plan' for dedicated endpoints but no explicit public per-token rates are cited, and no pricing page was probed or found.

                            Privacy posture — data-handling and privacy storiesPrivacy posture

                            Data-handling and privacy stories

                            1. ai-native userChoose where my data is stored (region/residency)

                              weight 2 · round drawn
                              Fireworks AInone0/10

                              No evidence in the pack mentions data residency, regional storage options, or geographic controls for where data is stored/processed on Fireworks AI; the docs cover inference, fine-tuning, deployment, and pricing but not region selection.

                                Morphnone0/10

                                No 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 Morph
                                Fireworks AInone0/10

                                No evidence pack item addresses a data-training opt-out, privacy policy, or data-retention/no-train guarantee for inputs sent to Fireworks AI's inference or fine-tuning APIs; all citations concern performance, deployment, and pricing features. missing for 10: explicit privacy policy or terms stating user data is not used for model training, an opt-out/opt-in control, and any independent confirmation of this practice.

                                  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 drawn
                                  Fireworks AInone0/10

                                  No evidence in the pack discusses data retention policies, deletion controls, or privacy/compliance mechanisms for user data or fine-tuning datasets; the docs cover inference, fine-tuning, deployment, and pricing but never data retention/deletion. missing for 10: documented data retention policy, user-facing deletion/erasure controls, data handling/compliance certifications (SOC2/GDPR), retention configuration options.

                                    Morphnone0/10

                                    Evidence 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 Morph
                                    Fireworks AInone0/10

                                    No evidence pack items address telemetry, usage tracking, opt-out controls, or privacy settings for Fireworks AI; the docs cover inference, fine-tuning, and deployment features but never mention telemetry/data-collection opt-out. missing for 10: any documentation of telemetry collection, a privacy/opt-out setting, or usage-tracking disclosure.

                                      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

                                    1. founderGet a stated availability SLA on paid or enterprise tiers

                                      weight 1 · round drawn
                                      Fireworks AInone0/10

                                      No evidence of a stated uptime/availability SLA (e.g., 99.9% commitment) for paid or enterprise tiers — only a public status page and an optional 'priority' service tier for better reliability during peak periods, which is not a contractual SLA.

                                      • [claimed-docs] Priority — higher reliability during peak periods. Opt in by setting service_tier: "priority" on chat completions.
                                      • [claimed-docs] Priority — higher reliability during peak periods. Opt in by setting `service_tier: "priority"` on chat completions.
                                      • [probe] PROBE status-page (2026-09-04): https://status.fireworks.ai returns HTTP 200 and renders a public service-status page (page body includes "o…
                                      Morphnone0/10

                                      No 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…
                                    2. founderCheck a public status page with incident history before betting production traffic on the platform

                                      weight 2 · round to Fireworks AI
                                      Fireworks AIpartialprobed6/10

                                      A public status page at status.fireworks.ai is confirmed live and shows current operational status, satisfying the core ask of checking uptime before committing production traffic. However, the evidence pack does not confirm the page includes a historical incident log or past-outage records. missing for 10: explicit confirmation of incident history/timeline on the status page, independent user reports referencing past outages logged there.

                                      • [probe] PROBE status-page (2026-09-04): https://status.fireworks.ai returns HTTP 200 and renders a public service-status page (page body includes "o…
                                      Morphnone0/10

                                      No evidence of a public status page or incident history for Morph anywhere in the pack; only docs, demos, and community discussion threads are present. missing for 10: a public status page URL, uptime/incident history, SLA commitments.

                                      Speed latency — stories about speed latency in this arenaSpeed latency

                                      Stories about speed latency in this arena

                                      Benchmarks

                                      1. ml-engineerSee published tokens-per-second or latency numbers, benchmarks, or load-testing guides backing the provider's speed claims

                                        weight 2 · round to Morph
                                        Fireworks AIpartialclaimed4/10

                                        Fireworks documents an open-source benchmarking tool that customers can use to measure their own deployment's throughput/latency, and it markets 'Fast' variants and on-demand deployments with claims of 'lower latency, higher throughput' — but the evidence pack contains no actual published tokens-per-second numbers, latency benchmarks, or third-party load-testing results substantiating these speed claims. Missing for 10: concrete published TPS/latency figures, independent benchmark comparisons, or a load-testing guide with real numbers rather than just a tool pointer.

                                        • [claimed-docs] Use our open-source benchmarking tool to measure and optimize your deployment's performance
                                        • [claimed-docs] Fireworks Benchmark Tool: Use our open-source benchmarking tool to measure and optimize your deployment's performance
                                        • [claimed-docs] Fast — high-speed deployments for latency-sensitive workloads. Selected by switching the model ID to a Fast variant
                                        • [claimed-docs] Better performance – Lower latency, higher throughput, and predictable performance unaffected by other users
                                        • [claimed-docs] On-demand deployments give you dedicated GPUs for your models, providing several advantages over serverless: **Better performance**...**No h…

                                        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

                                      1. developerServe latency-sensitive workloads with fast time-to-first-token and high-throughput generation

                                        weight 3 · round drawn
                                        Fireworks AIfullclaimed8/10

                                        Fireworks explicitly documents Fast variants for latency-sensitive workloads, dedicated on-demand GPUs for predictable low-latency/high-throughput, sticky session-affinity routing to boost cache hit rate, a priority service tier, and an open-source benchmarking tool to measure/optimize deployment performance. missing for 10: independent third-party latency/throughput benchmarks corroborating the claims, and no direct rebuttal of speed claims in community evidence (only pricing complaints, which are off-topic).

                                        • [claimed-docs] Fast — high-speed deployments for latency-sensitive workloads. Selected by switching the model ID to a Fast variant
                                        • [claimed-docs] Better performance – Lower latency, higher throughput, and predictable performance unaffected by other users
                                        • [claimed-docs] On-demand deployments give you dedicated GPUs for your models, providing several advantages over serverless: **Better performance**...**No h…
                                        • [claimed-docs] Optional sticky-routing key. Pin repeated requests to the same replica to maximize prompt-cache hit rate.
                                        • [claimed-docs] x-session-affinity: Optional sticky-routing key. Pin repeated requests to the same replica to maximize prompt-cache hit rate.
                                        • [claimed-docs] Priority — higher reliability during peak periods. Opt in by setting service_tier: "priority" on chat completions.
                                        • [claimed-docs] Use our open-source benchmarking tool to measure and optimize your deployment's performance
                                        • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…

                                        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…
                                      2. ml-engineerBenefit from prompt/prefix caching that reduces latency or cost on repeated context

                                        weight 1 · round to Morph
                                        Fireworks AIpartialclaimed6/10

                                        Fireworks documents an explicit prompt-caching mechanism: an optional x-session-affinity sticky-routing key that pins repeated requests to the same replica specifically to 'maximize prompt-cache hit rate,' directly addressing latency/cost benefits for repeated context on serverless deployments. However, details are thin — no documentation of cache TTL/eviction policy, no quantified latency/cost savings numbers, and no independent benchmarks or hands-on confirmation of cache hit rates. missing for 10: quantified latency/cost savings from cache hits, cache eviction/TTL policy details, independent or hands-on corroboration of the caching behavior.

                                        • [claimed-docs] Optional sticky-routing key. Pin repeated requests to the same replica to maximize prompt-cache hit rate.
                                        • [claimed-docs] x-session-affinity: Optional sticky-routing key. Pin repeated requests to the same replica to maximize prompt-cache hit rate.

                                        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.
                                      3. developerStream completions token by token over SSE for responsive user experiences

                                        weight 3 · round to Morph
                                        Fireworks AInone0/10

                                        The evidence pack repeatedly describes Fireworks as an OpenAI-compatible inference API but never explicitly documents SSE/token-streaming behavior (e.g., a `stream: true` parameter or chunked response format) for chat/completions endpoints; docs-17 and docs-36 only allude to 'sending tokens' and API compatibility without confirming streaming responses. Missing for 10: explicit streaming API docs, SSE example/code snippet, or hands-on confirmation of token-by-token delivery.

                                        • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                                        • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.

                                        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

                                      1. developerEnforce structured outputs against a JSON schema (or grammar) so model responses parse reliably

                                        weight 3 · round to Fireworks AI
                                        Fireworks AIfullclaimed8/10

                                        Fireworks docs explicitly describe a Structured Outputs feature to 'force model output to conform to a JSON schema' and ensure responses 'conform to your specified format, making them easy to parse,' directly matching the story. Missing for 10: independent/hands-on corroboration of reliability across models and no mention of grammar-based constraints beyond JSON schema.

                                        • [claimed-docs] Structured outputs ensure model responses conform to your specified format, making them easy to parse and integrate into your application.
                                        • [claimed-docs] Force model output to conform to a JSON schema
                                        Morphnone0/10

                                        Morph'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

                                        1. 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 drawn
                                          Fireworks AIpartialclaimed5/10

                                          Fireworks documents tool/function calling as a supported feature (docs-2) and structured JSON-schema outputs (docs-19), which underpin agent tool-use loops, but there is no documentation or evidence specifically addressing parallel tool calls, multi-step tool-use reliability, or fidelity benchmarks against OpenAI-style tool calling on open models. missing for 10: explicit parallel/multi-step tool-calling documentation, reliability/fidelity benchmarks, independent hands-on validation of agent-loop tool use.

                                          • [claimed-docs] Tool calling (also known as function calling) enables models to intelligently select and use external tools based on user input.
                                          • [claimed-docs] Force model output to conform to a JSON schema

                                          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

                                        1. ai-native userPlug MCP servers into this product so it can use their tools

                                          weight 3 · not comparable
                                          Fireworks AInone0/10

                                          The 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/a

                                            Morph 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 comparable
                                            Fireworks AIn/a

                                            Fireworks AI is an inference/fine-tuning infrastructure platform (APIs, model hosting, deployments) rather than an end-user product that holds 'your data' and surfaces AI-generated insights/suggestions within a UI. This story targets data-analytics/SaaS-style products, not a model-serving API platform, so the axis is a category mismatch.

                                              Morphn/a

                                              Morph is developer infrastructure (fast-apply code editing, model routing, classifiers) accessed via API/SDK/MCP, not a product with a UI surfacing AI-generated insights from a user's own data; this story targets data-analytics/BI-style products and is a category mismatch for Morph.

                                              • ai-native userDelegate tasks to a built-in AI assistant inside the product

                                                weight 3 · not comparable
                                                Fireworks AIpartialclaimed3/10

                                                Fireworks' dashboard offers a guided flow where a user 'describes the task, reviews the plan and cost, approves the run' for fine-tuning — a narrow assistant-like feature — but there's no evidence of a general-purpose in-product AI assistant that can be delegated broader tasks across the platform. Missing for 10: evidence of a persistent conversational/agentic assistant embedded in the console, scope beyond fine-tuning setup, and independent corroboration of its capabilities.

                                                • [claimed-docs] Get a guided path. Describe the task, review the plan and cost, approve the run, and get a trained model.
                                                Morphn/a

                                                Morph 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 comparable
                                                  Fireworks AIpartialclaimed3/10

                                                  The only evidence of natural-language operation is a single marketing line about a 'guided path' where you 'describe the task' to kick off fine-tuning — the rest of the product (inference API, deployments, benchmarking, CLI) is operated via code/API/CLI, not NL commands. Missing for 10: documentation of an NL-driven interface for core inference/deployment tasks, any chat-based control plane, or independent corroboration that the 'describe the task' feature works as an agentic NL interface.

                                                  • [claimed-docs] Get a guided path. Describe the task, review the plan and cost, approve the run, and get a trained model.
                                                  Morphn/a

                                                  Morph 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 comparable
                                                    Fireworks AInone0/10

                                                    No evidence of a sandbox/test environment, staging API keys, or any mechanism to test without touching production data/billing; documentation focuses on production inference, fine-tuning, and deployment features only.

                                                      Morphn/a

                                                      Morph is an API/model-serving platform for code editing, embeddings, and agent tooling — it has no concept of a 'sandbox vs production data' environment for testing; this axis is a category error for its product type.

                                                      • ai-native userDefine rules that trigger actions automatically on events

                                                        weight 3 · not comparable
                                                        Fireworks AIn/a

                                                        Fireworks AI is an inference/hosting/fine-tuning platform, not an automation/rules-engine product; there's no concept of event-triggered rules in its evidence, and this axis is a category mismatch rather than a missing feature.

                                                          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 comparable
                                                          Fireworks AIn/a

                                                          Fireworks AI is an inference/fine-tuning/model-hosting platform, not a workflow/job orchestration or scheduling product; scheduling recurring jobs or workflows is outside its product category and belongs to orchestration tools built on top of it.

                                                            Morphnone0/10

                                                            Morph is an API/model platform for code editing, apply, search, and agent-provider migration—no evidence of any scheduler, cron-like trigger, or recurring workflow/job execution feature in the docs or community posts.

                                                            • ai-native userVersion, review, and roll back my automations

                                                              weight 1 · not comparable
                                                              Fireworks AIn/a

                                                              Fireworks AI is an inference/fine-tuning hosting platform; versioning, reviewing, and rolling back 'automations' (workflow/agent automations) is not a category it addresses—it's a wrong axis for this product type, not a missing feature.

                                                                Morphnone0/10

                                                                Morph 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 comparable
                                                                  Fireworks AIn/a

                                                                  Fireworks AI is a hosted inference/training cloud service; there is no evidence of a self-hostable core product (e.g., open-sourced platform binary/container for on-prem deployment). Self-hosting is not a plausible axis for this managed SaaS/API offering, so this is a category mismatch rather than an unmet capability.

                                                                    Morphnone0/10

                                                                    Morph 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…