Recommendation for Best value

Best Value LLM

Our top recommendation for Best Value LLM, based on the public evidence we track, is DeepSeek: DeepSeek V4 Flash 0423.[1][2][3][4] Deploy locally on mid-range GPUs: confirmed running on RTX 5080 16GB under Linux/WSL2 via DS4, enabling cost-controlled inference for users with existing hardware (e36). Watch out: Absorb significant API price increases: output costs jumped from $0.28 to $0.66 off-peak / $1.32 peak in August 2026, making Qwen3.8 Flash cheaper even after the hike (e37, e42). Meta: Muse Spark 1.2 is the next-ranked alternative. Consider for human-preference-sensitive applications: ranks #4 of 144 on LMArena overall text arena (Elo 1499), suggesting strong performance on subjective evaluation dimensions (e63).

About this recommendation

Updated
Sep 4, 2026
Evidence through
Sep 4, 2026
Sources
15
Revision
v57

Decision audit

Why this result

Inspect the inputs and the computed order behind the recommendation.

Models screened

20

live candidates

Evaluation feeds

5

task-weighted

Winner coverage

71%

intended feed weight

Largest provider share

1 of 4

Anthropic

Established source breadth. 11 citation families and 18 practitioner families support the top result; 6 cautionary threads is retained. The largest citation family contributes 25%.

Sources evaluated

The task sets these weights before any model is scored.

winner: DeepSeek V4 Flash 0423
Evaluation feedWeightWinner resultField measured
price weight
30%
100/10020/20
Route reliabilityunavailable
25%
feed unavailable0/20
LiveBench Instruction Following
20%
#3620/20
LMArena Text
15%
#4919/20
OpenRouter usage
10%
99/10020/20

Provider concentration

Each exact model is scored separately; provider identity is not a ranking input.

Anthropic25%
  • Anthropic1 model
  • deepseek1 model
  • Meta1 model
  • xAI1 model

Decision table

Every published model is shown in computed order. Practitioner sources are distinct community threads, not the citations repeated in the prose below.

RankModelRelative scoreCoveragePractitioner evidenceStrongest measured reason
01DeepSeek V4 Flash 0423deepseek
71
71%21 threads · 18 families · 6 cautions#36 LiveBench Instruction Following · #49 LMArena Text
02Muse Spark 1.2Meta
71
71%6 threads · 6 families · 5 cautions#4 LMArena Text · #8 LiveBench Instruction Following
03Grok 4.6xAI
70
71%12 threads · 7 families · 8 cautions#15 LiveBench Instruction Following · #27 LMArena Text
04Claude Opus 4.6Anthropic
68
71%3 threads · 2 families · 1 cautions#2 LMArena Text · #34 LiveBench Instruction Following

Relative score combines normalized benchmark quality and signal coverage; independent practitioner evidence and freshness are bounded tie-breakers. It is an ordering score, not an absolute quality percentage. The writing model receives this order and cannot change it.

  1. DeepSeek V4 Flash provides capable open-weight inference but suffers from pricing volatility and operational reliability issues that complicate value assessment.

    Best when: Deploy locally on mid-range GPUs: confirmed running on RTX 5080 16GB under Linux/WSL2 via DS4, enabling cost-controlled inference for users with existing hardware (e36).

    Tips

    • Deploy locally on mid-range GPUs: confirmed running on RTX 5080 16GB under Linux/WSL2 via DS4, enabling cost-controlled inference for users with existing hardware (e36).
      Source 1
      Running DeepSeek V4 Flash on an RTX 5080 with 16GB VRAM Under Linux/WSL2 via DS4

    Watch out for

    • Absorb significant API price increases: output costs jumped from $0.28 to $0.66 off-peak / $1.32 peak in August 2026, making Qwen3.8 Flash cheaper even after the hike (e37, e42).
      Source 2
      ## Kontext DeepSeek hat die API-Preise massiv erhöht (V4 Flash: Output $0.28 → $0.66 off-peak / $1.32 peak). Im Preisvergleich (Stand 04.09.2026, USD/1M Tokens) ist **Qwen3.8 Flash** die günstigste Alternative und unterbietet DeepSeek V4 Flash sogar nach der Erhöhung: | Modell | Input | Output | Cache-Hit | |---|---|---|---| | DeepSeek V4 Flash (off-peak / peak) | 0.22 / 0.44 | 0.66 / 1.32 | 0.007 / 0.014 | | **Qwen3.8 Flash** (DashScope intl + OpenRouter identisch) | 0.15 | 0.47 | 0.016 | Quel…
      Source 3
      Two separate things, both in the DeepSeek rows of `data/model_data.ts`. ### 1. The prices are from the previous generation `deepseek-v4-pro` and `deepseek-v4-flash` carry a single flat rate each: DeepSeek's page (read 2026-08-23, ) gives per 1M tokens, USD: | model | band | cache hit | cache miss | output | | --- | --- | --- | --- | --- | | `deepseek-v4-pro` | peak | 0.044 | 1.32 | 3.96 | | `deepseek-v4-pro` | off-peak | 0.022 | 0.66 | 1.98 | | `deepseek-v4-flash` | peak | 0.014 | 0.44 | 1.32 |…
    • Handle silent stream failures: both official and proxied endpoints intermittently stop sending SSE chunks mid-generation without closing connections or emitting finish_reason, requiring client-side timeout handling (e35, e40).
      Source 5
      ## Summary DeepSeek endpoints intermittently stop sending SSE chunks mid-generation — typically mid-`reasoning_content` (thinking) — without closing the connection, without a terminal `finish_reason` chunk, and without `[DONE]`. The stream just goes silent. Observed on both the official `api.deepseek.com` and the `opencode-go` proxy, across multiple DeepSeek models (`deepseek-v4-flash`, `deepseek-v4-flash-vision-exp`). Other providers on the same transport (e.g. kimi-code/k3) never exhibit this…
      Source 6
      ## Summary The DeepSeek OpenAI-compatible `/chat/completions` SSE endpoint (both `api.deepseek.com` and the `opencode-go` proxy) **intermittently stops sending chunks mid-generation without closing the connection** — typically mid-`reasoning_content` (thinking) — with no terminal `finish_reason` chunk and no `[DONE]`. The stream simply goes silent and stays open indefinitely. Observed across multiple models: - `deepseek-v4-flash` - `deepseek-v4-flash-vision-exp` This does **not** happen with ot…
    • Monitor for memory leaks with speculative decoding: reproducible VRAM growth of ~10MB per prefill+generate cycle when using DSpark, eventually causing OOM (e46).
      Source 7
      ### Name and Version ### Description I'm observing a reproducible VRAM memory leak when running DeepSeek V4 Flash GGUF with DSpark speculative decoding enabled. After each PP+TG (prefill + generate) cycle, VRAM usage increases by approximately **10 MB**, and this accumulation continues until the process eventually runs out of memory (OOM). This issue does **not** occur with: - Step 3.7 + DSpark - Qwen3.8-27B + DSpark Both of the above maintain stable VRAM usage across multiple cycles. ### Envir…
  2. Muse Spark 1.2 ranks highly on LMArena but shows mixed real-world capability reports and pricing transparency issues that limit confident value assessment.

    Best when: Consider for human-preference-sensitive applications: ranks #4 of 144 on LMArena overall text arena (Elo 1499), suggesting strong performance on subjective evaluation dimensions (e63).

    Tips

    • Consider for human-preference-sensitive applications: ranks #4 of 144 on LMArena overall text arena (Elo 1499), suggesting strong performance on subjective evaluation dimensions (e63).
      Source 4
      Ranks #4 of 144 on LMArena's overall text arena (Elo 1499), based on blind human preference votes.
      LMArena text arenaOpen original ↗

    Watch out for

    • Verify actual capability for your use case: user reports indicate GPT 5.6 Terra feels "much more capable" despite Spark's ranking, suggesting benchmark-performance gaps (e62).
      Source 8
      Used Muse Spark 1.2 and was not impressed at all. Fast and cheap but even GPT 5.6 Terra felt much more capable. Also not really looking to support a company that was just forced to pay $18B for mental health damages.
    • Fix pricing table gaps: version 1.3 models lack cost entries in common provider configurations, causing $0.00 local billing and potential cost-tracking failures (e61).
      Source 9
      # Issue: Missing MODEL_COSTS for muse-spark-1.3 + no prompt_cache_key sent (cache collapse on Contrib) **Provider version:** 0.6.4 **Models affected:** `meta/muse-spark-1.3`, `meta/muse-spark-1.3-contributor` ## Bug 1 — 1.3 models bill $0.00 locally (pricing table never updated for 1.3) `src/pricing.ts` (`PRICING_LAST_VERIFIED = "2026-09-01"`) has entries for `meta/muse-spark-1.1`, `meta/muse-spark-1.2`, `meta/muse-spark-1.2-contributor` — but nothing for 1.3, even though `src/commandcode-catal…
      beyondhumanworkOpen original ↗
  3. Grok 4.6 offers competitive LMArena placement but carries higher real-world costs and infrastructure reliability concerns that challenge its value positioning.

    Best when: Access via Cursor Pro subscription: included in $20/month plan with generous usage limits, potentially beating per-token API costs for moderate workloads (e74).

    Tips

    • Access via Cursor Pro subscription: included in $20/month plan with generous usage limits, potentially beating per-token API costs for moderate workloads (e74).
      Source 10
      $20 cursor pro plan only, grok 4.6 is good enough and cheap
      armadillo1354Open original ↗

    Watch out for

    • Expect higher real-world costs than list prices: Artificial Analysis reports $1,068 to run their full suite versus $485 for Gemini 3.7 Flash, indicating per-token rates don't capture total cost efficiency (e76).
      Source 11
      Artificial Analysis shows Grok 4.6 taking $1,068 to run their suite while Gemini 3.7 Flash takes $485. So it looks like Gemini 3.7 Flash is less than half the price in the real world. Per-token cost isn't a great metric given that some use way more tokens than others.
    • Handle infrastructure timeouts: runs show mid-stream generation kills with finish_reason: "error" and caller-side timeouts, requiring retry logic and complicating reliable automation (e72, e73).
      Source 12
      ## Summary A run in which most model calls **errored** is recorded as a clean scored verdict, with the errored calls' cost and tokens counted as `$0.00` / `0`. Three grok-4.6 runs came back as "the model is bad at this task" (2/77, 2/51, 9/65) when in fact their generations were being killed mid-stream by an infrastructure timeout on the caller's side. apo already receives everything it needs to know this: those spans arrive with `gen_ai.response.finish_reasons: ["error"]` **and** OTel span sta…
      Source 13
      ## Owner 裁定(2026-08-13,权威边界,原话) > 马上把远端报错这个问题启动。307 马上送审。要求是远端调用面所有的错误信息必须原样保存。包装错误可以但是真实的错误信息不得删掉。记住是所有的模型调用(我们自己仓库的,pi的我们不管也管不了) 即:**不变式=本仓一切模型调用面上,远端返回的真实错误信息必须原样落卷;允许包装(wrap)、禁止吞删。** scope=本仓(ak-pi-workflow-roles)代码发起的全部模型调用;Pi runtime 内部不在管辖。 > 真实错误一定要落盘查得到!严禁丢错误信息! 补充裁定(同日):原样保全不止于内存错误链——**必须持久化落盘且可查**(run 卷宗内可定位);仅存在于进程内 wrap 链、进程死即蒸发的形态不满足本票。 ## 症状(2026-08-13 一手取证) 同日 13:26–16:15 fixer 席 11 次 `ProviderStopError`(全 grok-4.6)验尸: - 9 次 diagnostic=`"terminated"`,`details={"code": 0}`——无 HTT…
  4. Claude Opus 4.6 sits at the quality frontier with #2 LMArena ranking but commands premium pricing that places it outside typical value-optimized deployments.

    Best when: Maximize quality for critical outputs: ranks #2 of 144 on LMArena overall text arena (Elo 1505), indicating best-in-class human preference performance (e79).

    Tips

    • Maximize quality for critical outputs: ranks #2 of 144 on LMArena overall text arena (Elo 1505), indicating best-in-class human preference performance (e79).
      Source 14
      Ranks #2 of 144 on LMArena's overall text arena (Elo 1505), based on blind human preference votes.
      LMArena text arenaOpen original ↗

    Watch out for

    • Verify provider compatibility: some gateway configurations return 500 panics for all Opus 4.6/4.7/4.8 variants even on simple requests, requiring upstream fixes (e78).
      Source 15
      **Version:** Unknown (using AgentRouter gateway which runs new-api upstream) **Issue Description:** When I send a request to `/v1/chat/completions` using Claude models (`claude-opus-4-6`, `claude-opus-4-7`, `claude-opus-4-8`), the server returns a 500 error with this panic message: **Impact:** - Affects ALL Claude Opus models (4.6, 4.7, 4.8) - Happens even with a simple "hi" message in a brand new session - No subagents, no tools, no complex prompts - Model `gpt-5.5` works fine (same request, s…

Frequently asked

What is the top-ranked model for Best Value LLM?
DeepSeek: DeepSeek V4 Flash 0423 ranks first in the current evidence-weighted comparison. Deploy locally on mid-range GPUs: confirmed running on RTX 5080 16GB under Linux/WSL2 via DS4, enabling cost-controlled inference for users with existing hardware (e36).[1]
What should I watch out for with DeepSeek: DeepSeek V4 Flash 0423?
Absorb significant API price increases: output costs jumped from $0.28 to $0.66 off-peak / $1.32 peak in August 2026, making Qwen3.8 Flash cheaper even after the hike (e37, e42).[2][3]
What is an alternative to DeepSeek: DeepSeek V4 Flash 0423?
Meta: Muse Spark 1.2 is the next-ranked option. Consider for human-preference-sensitive applications: ranks #4 of 144 on LMArena overall text arena (Elo 1499), suggesting strong performance on subjective evaluation dimensions (e63).[4]

Sources

  1. 1

    Running DeepSeek V4 Flash on an RTX 5080 with 16GB VRAM Under Linux/WSL2 via DS4

    peppe200175 · Hacker News · Aug 12, 2026
  2. 2

    ## Kontext DeepSeek hat die API-Preise massiv erhöht (V4 Flash: Output $0.28 → $0.66 off-peak / $1.32 peak). Im Preisvergleich (Stand 04.09.2026, USD/1M Tokens) ist **Qwen3.8 Flash** die günstigste Alternative und unterbietet DeepSeek V4 Flash sogar nach der Erhöhung: | Modell | Input | Output | Cache-Hit | |---|---|---|---| | DeepSeek V4 Flash (off-peak / peak) | 0.22 / 0.44 | 0.66 / 1.32 | 0.007 / 0.014 | | **Qwen3.8 Flash** (DashScope intl + OpenRouter identisch) | 0.15 | 0.47 | 0.016 | Quel…

    dboeckli · GitHub · Sep 4, 2026
  3. 3

    Two separate things, both in the DeepSeek rows of `data/model_data.ts`. ### 1. The prices are from the previous generation `deepseek-v4-pro` and `deepseek-v4-flash` carry a single flat rate each: DeepSeek's page (read 2026-08-23, ) gives per 1M tokens, USD: | model | band | cache hit | cache miss | output | | --- | --- | --- | --- | --- | | `deepseek-v4-pro` | peak | 0.044 | 1.32 | 3.96 | | `deepseek-v4-pro` | off-peak | 0.022 | 0.66 | 1.98 | | `deepseek-v4-flash` | peak | 0.014 | 0.44 | 1.32 |…

    xyzs996 · GitHub · Aug 23, 2026
  4. 4

    Ranks #4 of 144 on LMArena's overall text arena (Elo 1499), based on blind human preference votes.

    LMArena text arena · Benchmark · Sep 1, 2026
  5. 5

    ## Summary DeepSeek endpoints intermittently stop sending SSE chunks mid-generation — typically mid-`reasoning_content` (thinking) — without closing the connection, without a terminal `finish_reason` chunk, and without `[DONE]`. The stream just goes silent. Observed on both the official `api.deepseek.com` and the `opencode-go` proxy, across multiple DeepSeek models (`deepseek-v4-flash`, `deepseek-v4-flash-vision-exp`). Other providers on the same transport (e.g. kimi-code/k3) never exhibit this…

    iacore · GitHub · Aug 25, 2026
  6. 6

    ## Summary The DeepSeek OpenAI-compatible `/chat/completions` SSE endpoint (both `api.deepseek.com` and the `opencode-go` proxy) **intermittently stops sending chunks mid-generation without closing the connection** — typically mid-`reasoning_content` (thinking) — with no terminal `finish_reason` chunk and no `[DONE]`. The stream simply goes silent and stays open indefinitely. Observed across multiple models: - `deepseek-v4-flash` - `deepseek-v4-flash-vision-exp` This does **not** happen with ot…

    iacore · GitHub · Aug 26, 2026
  7. 7

    ### Name and Version ### Description I'm observing a reproducible VRAM memory leak when running DeepSeek V4 Flash GGUF with DSpark speculative decoding enabled. After each PP+TG (prefill + generate) cycle, VRAM usage increases by approximately **10 MB**, and this accumulation continues until the process eventually runs out of memory (OOM). This issue does **not** occur with: - Step 3.7 + DSpark - Qwen3.8-27B + DSpark Both of the above maintain stable VRAM usage across multiple cycles. ### Envir…

    wxt-coder · GitHub · Aug 16, 2026
  8. 8

    Used Muse Spark 1.2 and was not impressed at all. Fast and cheap but even GPT 5.6 Terra felt much more capable. Also not really looking to support a company that was just forced to pay $18B for mental health damages.

    Gecko4072 · Hacker News · Sep 2, 2026
  9. 9

    # Issue: Missing MODEL_COSTS for muse-spark-1.3 + no prompt_cache_key sent (cache collapse on Contrib) **Provider version:** 0.6.4 **Models affected:** `meta/muse-spark-1.3`, `meta/muse-spark-1.3-contributor` ## Bug 1 — 1.3 models bill $0.00 locally (pricing table never updated for 1.3) `src/pricing.ts` (`PRICING_LAST_VERIFIED = "2026-09-01"`) has entries for `meta/muse-spark-1.1`, `meta/muse-spark-1.2`, `meta/muse-spark-1.2-contributor` — but nothing for 1.3, even though `src/commandcode-catal…

    beyondhumanwork · GitHub · Sep 4, 2026
  10. 10

    $20 cursor pro plan only, grok 4.6 is good enough and cheap

    armadillo1354 · Hacker News · Aug 14, 2026
  11. 11

    Artificial Analysis shows Grok 4.6 taking $1,068 to run their suite while Gemini 3.7 Flash takes $485. So it looks like Gemini 3.7 Flash is less than half the price in the real world. Per-token cost isn't a great metric given that some use way more tokens than others.

    mdasen · Hacker News · Aug 13, 2026
  12. 12

    ## Summary A run in which most model calls **errored** is recorded as a clean scored verdict, with the errored calls' cost and tokens counted as `$0.00` / `0`. Three grok-4.6 runs came back as "the model is bad at this task" (2/77, 2/51, 9/65) when in fact their generations were being killed mid-stream by an infrastructure timeout on the caller's side. apo already receives everything it needs to know this: those spans arrive with `gen_ai.response.finish_reasons: ["error"]` **and** OTel span sta…

    samik-bind · GitHub · Aug 19, 2026
  13. 13

    ## Owner 裁定(2026-08-13,权威边界,原话) > 马上把远端报错这个问题启动。307 马上送审。要求是远端调用面所有的错误信息必须原样保存。包装错误可以但是真实的错误信息不得删掉。记住是所有的模型调用(我们自己仓库的,pi的我们不管也管不了) 即:**不变式=本仓一切模型调用面上,远端返回的真实错误信息必须原样落卷;允许包装(wrap)、禁止吞删。** scope=本仓(ak-pi-workflow-roles)代码发起的全部模型调用;Pi runtime 内部不在管辖。 > 真实错误一定要落盘查得到!严禁丢错误信息! 补充裁定(同日):原样保全不止于内存错误链——**必须持久化落盘且可查**(run 卷宗内可定位);仅存在于进程内 wrap 链、进程死即蒸发的形态不满足本票。 ## 症状(2026-08-13 一手取证) 同日 13:26–16:15 fixer 席 11 次 `ProviderStopError`(全 grok-4.6)验尸: - 9 次 diagnostic=`"terminated"`,`details={"code": 0}`——无 HTT…

    Akagilnc · GitHub · Aug 13, 2026
  14. 14

    Ranks #2 of 144 on LMArena's overall text arena (Elo 1505), based on blind human preference votes.

    LMArena text arena · Benchmark · Sep 1, 2026
  15. 15

    **Version:** Unknown (using AgentRouter gateway which runs new-api upstream) **Issue Description:** When I send a request to `/v1/chat/completions` using Claude models (`claude-opus-4-6`, `claude-opus-4-7`, `claude-opus-4-8`), the server returns a 500 error with this panic message: **Impact:** - Affects ALL Claude Opus models (4.6, 4.7, 4.8) - Happens even with a simple "hi" message in a brand new session - No subagents, no tools, no complex prompts - Model `gpt-5.5` works fine (same request, s…

    pikachumo · GitHub · Jul 23, 2026

Rankings synthesized from community evidence and open benchmarks. See methodology. Not driven by vendor marketing.