SShortSingh.
Back to feed

Kimi K3 raises API output price 3.5x over K2.6, prompting model routing rethink

0
·1 views

Moonshot AI's new Kimi K3 model launched on July 17, 2026, claiming the top spot on the Arena coding leaderboard ahead of Claude and GPT-5.6, but its API output pricing was set at 100 CNY per million tokens — 3.5 times the 27 CNY charged for its predecessor, K2.6. The steep price gap has pushed product teams to reconsider a single-model approach in favour of routing different tasks to different models based on complexity and cost trade-offs. For instance, simple boilerplate generation may be efficiently handled by the cheaper K2.6, while complex refactoring or architecture reviews could justify K3's higher cost if it reduces retries. Demand for K3 proved so strong that Moonshot AI suspended new subscriptions within 48 hours of launch on July 19, citing compute capacity constraints. As of July 21, 2026, K3 subscriptions remain paused, underscoring the need for fallback strategies in any AI product infrastructure.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer releases lightweight AI agent library with pause, resume, and human approval

A developer has published yieldagent, an open-source JavaScript library for building AI agents in roughly 200 lines of code with no external dependencies. The library implements a standard agent loop — sending messages to a model, executing tool calls, and repeating until a final answer is returned. A key feature is human-in-the-loop support, allowing specific tool calls to be paused for approval before execution, with resumable state that can be serialized and stored. The library is provider-agnostic, supporting any OpenAI-compatible API including Ollama, and offers optional Zod-based tool validation and streaming support. The project is available on npm and GitHub, with a browser-based demo that requires no API key.

0
ProgrammingDEV Community ·

How a Repetitive Work Task Led a Non-Programmer to Learn Coding with AI

A non-technical professional who once considered coding inaccessible began learning Google Apps Script after noticing a time-consuming, repetitive data-entry task at work. Using AI as a starting point, they generated code, debugged errors iteratively, and eventually built a working automation. The process introduced them to core programming concepts such as variables, conditions, and triggers through hands-on problem-solving rather than formal study. Despite the help of AI, they found that understanding the code — not just copying it — was essential for maintaining and adapting their scripts. The experience reshaped their view of coding as a practical, learnable skill for anyone looking to improve everyday workflows, not just professional developers.

0
ProgrammingDEV Community ·

How a Beginner Used AI Prompts to Build Spreadsheet Automation from Scratch

A self-taught coder discovered the value of automation after growing frustrated with manually managing repetitive spreadsheet tasks such as sending emails and updating statuses. Using AI as a coding assistant, they built a Google Sheets script that automatically sends a confirmation email and logs a timestamp when a row status changes to 'Sent.' Early attempts failed due to vague prompts, but refining instructions with specific column references and conditions produced a working solution. The experience revealed a broader pattern behind automation: a trigger checks a condition and then executes an action. The author concluded that while AI accelerates code generation, understanding, testing, and human judgment remain essential parts of the process.

0
ProgrammingHacker News ·

Slater: Open-Source Graph Database Built for Low Memory and Read-Heavy Workloads

Hikari Systems has released Slater, an open-source graph database optimized for read-heavy workloads with minimal memory usage. The project is hosted on GitHub and has begun attracting early attention on Hacker News. Slater appears aimed at developers who need efficient graph data querying without high memory overhead. The release is in its early stages, having garnered a small number of points and comments on the platform so far.

Kimi K3 raises API output price 3.5x over K2.6, prompting model routing rethink · ShortSingh