benchmarks/inference/fireworks ai vs together ai
inference API · measured head-to-head

Fireworks AI vs Together AI

What the benchmark found. Fireworks AI had the lower E2E P99 at 10.49 seconds. Fireworks AI had the higher task success rate at 99.5%. Both figures come from 600 submitted requests per provider.

What this page compares. Fireworks AI and Together AI expose different model identifiers but were held to one logical inference contract. This direct comparison shows where each led and the size of the measured gap.

How to read the result. Both providers received identical selected items in the same temporal rounds. Each axis below is computed independently; the faster complete response is not automatically the more accurate or reliable API.

Workload and configuration. Every provider received the same 600 deliberately easy structured tasks: 200 meeting-note lookups, 200 ticket-triage classifications, and 200 contract-term extractions. GLM 5.3 Flash ran with streaming enabled, reasoning low, temperature 0, top-p 1, a 256-token output ceiling, one attempt, a 20-second timeout, and per-provider concurrency one.

APIs used. The runner called each provider's OpenAI-compatible chat-completions surface. Fireworks AI and Together AI used the model identifiers below; the links open the provider documentation used to verify each adapter.

Fireworks AI and Together AI, axis by axis

Lower wins for latency and failure rate; higher wins for token generation speed and task success. The gap is shown in the native unit of each metric.

benchmarks/inference/fireworks-ai-vs-together-aireviewed run
Fireworks AI and Together AI measured head to head
MetricFireworks AITogether AIMeasured leaderAbsolute gap
E2E P9910.5 s12.4 sFireworks AI1962 ms
E2E P956.72 s3.66 sTogether AI3053 ms
TTFA P955.83 s2.26 sTogether AI3565 ms
Generation P5058.2 tok/s151.6 tok/sTogether AI93.4 tok/s
Generation P9527.9 tok/s34.0 tok/sTogether AI6.2 tok/s
Task success99.5%98.5%Fireworks AI1.0 pp
Failure rate0.0%1.0%Fireworks AI1.0 pp

Where to compare Fireworks AI with Together AI

  • Schema-constrained API responses. Start with task success, then compare E2E P95/P99 because downstream code waits for the complete structured result.
  • Streamed copilot output. Compare TTFA P95 for response start and generation P95 for the slow throughput tail.
  • Latency-sensitive extraction. Use E2E P99 with failure rate when this model call sits directly on a user-visible critical path.

Fireworks AI vs Together AI — direct questions

Fireworks AI vs Together AI: who led on E2E P99?

Fireworks AI had the lower E2E P99 at 10.49 seconds. Fireworks AI had the higher task success rate at 99.5%. Both figures come from 600 submitted requests per provider.

Which API had the stronger slow-tail generation speed?

Together AI had the stronger generation P95 at 34.0 tokens/second. P95 is the throughput floor reached by at least 95% of measured responses.

Were Fireworks and Together evaluated with identical reasoning settings?

Yes. Both providers received the same logical low-reasoning setting, plus identical streaming, sampling, output-limit, task, and concurrency settings. Their provider-specific model identifiers are linked in the hero.

Read the complete inference benchmark

Metric definitions, request scheduling, task rubrics, failure handling, and the complete provider scorecard live on the Inference Benchmark →