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

Claude Code v2.1.139 Adds Agent View, /goal Command, and Major MCP Improvements
Claude Code v2.1.139 introduces a new agent view for session management, a /goal command for multi-turn tasks, expanded hook capabilities, and fixes for MCP server memory issues and terminal corruption.

PostmarketOS February 2026 Update: Generic Kernels and AI Policy
PostmarketOS now offers generic kernel packages (linux-postmarketos-mainline, -stable, -lts) and has updated its AI policy to explicitly forbid generative AI. The project also saw contributor changes and hardware CI improvements.

Anthropic Launches Remote Control for Claude Code
Anthropic has launched remote control functionality for Claude Code, allowing users to continue coding sessions from mobile devices. The feature is documented at code.claude.com/docs/en/remote-control.

Claude Code's /buddy Easter Egg and User Feature Requests
Claude Code includes a hidden /buddy command that creates a Tamagotchi-style companion with species, stats, and decorative comments. A Max subscriber with 840+ sessions has detailed current limitations and proposed functional enhancements.