Current LLM Cost Comparison: Deepseek, Qwen, MiniMax vs OpenAI

Pricing Breakdown by Provider
Here's the current cost comparison among major LLM providers based on a recent Reddit analysis. All prices are in USD per 1 million tokens and sourced as of the analysis date.
- Deepseek-V3.2: $0.26 input / $0.38 output. This is approximately 10x cheaper than GPT-4 while delivering what benchmarks suggest is GPT-5 class performance.
- Qwen3.5 series: The 27B model costs $0.26 input / $2.60 output, delivering quality comparable to Claude at a fraction of the cost. The series provides flexibility spanning from 0.8B to 397TB parameters, with every variant supporting 262k context windows extendable to 1M+ and built-in thinking mode.
- MiniMax-M2.5: $0.27 input / $0.95 output. Excels for coding workflows with 80.2% on SWE bench verified, making it outstanding for agentic coding tasks.
- OpenAI GPT-4.1: $2.00 input / $8.00 output. While certainly capable, the pricing premium is difficult to justify for high volume production use cases when alternatives perform comparably.
Key Technical Context
The analysis includes LMSYS ELO scores where available, as most other benchmarks appear to be optimized at this point. Context window capacity has become increasingly important, with most current models supporting 200k+ tokens as standard, which fundamentally changes how you can structure applications around long documents and extended conversations.
For developers using AI coding agents, these pricing disparities are significant when considering production deployment costs. The data suggests that alternatives to premium-priced models like GPT-4 can deliver comparable performance at substantially lower costs, particularly for high-volume use cases.
📖 Read the full source: r/LocalLLaMA
👀 See Also

DeepSeek-V4-Flash Makes LLM Steering Practical for Local Models
Seen Goedecke explains why steering vectors are relevant again thanks to DeepSeek-V4-Flash running locally via DwarfStar, with hands-on details on how steering works and why it hasn't caught on before.

Meta's MCI Tool Captures Employee Interactions for AI Training
Meta is installing tracking software called Model Capability Initiative (MCI) on U.S. employee computers to capture mouse movements, keystrokes, clicks, and occasional screen snapshots for AI model training. The data aims to improve AI's ability to replicate human computer interactions like dropdown menu selection and keyboard shortcuts.

Lovable offers $100 free Claude API credits for International Women's Day
Lovable is giving away $100 in Anthropic Claude API credits, $250 in Stripe fee credits, and 24-hour free access to their platform through March 8. Users need to claim the offer before 12:59 AM ET on March 9.

Claude Code v2.1.214 Released: OTel Tracing, Permission Fixes, EndConversation Tool, and Docker Protection
Anthropic shipped Claude Code v2.1.214 with critical permission fixes for Bash and PowerShell, new OpenTelemetry attributes, Docker command prompts, and the EndConversation tool for abusive users.