app.nzapp
AppsProjectsReposPullsChatIntegrationsGatewayModelsEvalsToolsDatasetsMCPDeploysPricingBlogDocsAssistantsCharactersArtMusic
Sign inStart building
Agent stack
Cloud coding agentAgents SDKIntegrationsBrowser agentMonitors & auto-agentsSchedulersAgent skillsMCP serversDeep research
Models & API
AI GatewayModel catalogModel evalsModel spacesPlaygroundText to imageImage to 3DText to 3DMusic & SFXAudio editorMedia optimizerAI art & libraryChatAPI referenceSchemaBecome a provider
Compute & hosting
DeploysAddonsPostgres hostinggobed vector searchSite hostingAnalyticsCog GPU hostingRL trainingBuilds & CIWorkersTask queuesDomainsGit hosting
Tools
AI toolsDrawDiffusion canvasLive DrawWriteSheetsArtifactsVideo studioNotebooksDatasets
Learn
DocsBlogEval guidesPrompt libraryCLIAlternativesPapersAI charactersArt gallerySecurityConsulting
Company
PricingEnterpriseSettingsBillingStatusInvestorsCreate accountTerms of ServicePrivacy Policy
app.nzapp.nz

AI agent cloud for coding, deploys, model routing, and research. Built for teams shipping software.

Built in New Zealand by App AI NZ.

Social
X / TwitterGitHubYouTube
The app.nz network
GpuBrainPapersReading TimeNetwrckText-Generator.ioCodex InfinityOpenPathsCuteDSLAI Art GeneratorAIArt-Generator.artSiteSimSimplexGenDictatorFlowWebFiddleRing.nzChatGibidyBitBankExperimentFlowEvangelerHires.nzHow.nzV5 GamesAddicting Word GamesBig Multiplayer ChessWord SmashingreWord GameMultiplication Master
© 2026 App AI NZ Ltd. All rights reserved.All systems normalTermsPrivacy
Blog
May 26, 2026·4 min read·app.nz

Cheap and fast: choosing budget LLMs for high-volume work

A 3-step workflow to find the cheapest model that still clears your quality bar — measured as cost per acceptable output.

Not every call needs a frontier model. Classification, extraction, routing, summarization, and the inner loop of agents are all high-volume jobs where a fast, cheap model wins — if it clears your quality bar. Here's how we choose.

The trap: optimizing tokens instead of outcomes

It is tempting to sort the model list by price and pick the cheapest row. That backfires when the cheap model fails 15% of the time and you bolt on retries, a judge, and a fallback. The real metric is cost per acceptable output.

The honest way to find it is to measure on your data, not to trust a vibe.

A 3-step budget workflow

  1. Estimate the per-request cost across candidates with the Token & Cost Estimator. It pulls live gateway prices and your token counts.
  2. Measure quality by running the same prompt over a representative dataset and scoring each output with Bulk Evals. Now you have a pass-rate per model.
  3. Divide: cost per request ÷ pass-rate = cost per acceptable output. Rank by that.
WorkloadStart withWhy
Sentiment / intent classificationFast tierShort outputs, easy to verify, latency-sensitive
Document extraction to JSONFast → mid if schema is complexCheap models drift on nested schemas
Summarization at scaleFast tierQuality plateaus quickly; pay for tokens not brains
Agent inner loop (tool calls)Mid tierTool reliability matters more than raw price
Final user-facing answerMid → frontierWhere quality is most visible

Make the cheap model good enough

Before you reach for a bigger model, try squeezing more out of the small one:

  • Optimize the prompt. A tuned prompt often closes the gap with a model one tier up. The Prompt Optimizer does this automatically against your eval.
  • Constrain the output. Ask for JSON, a single label, or a bounded format — cheap models follow tight specs better.
  • Route dynamically. Use app/auto-fast for the easy 80% and escalate only the hard 20%.
The cheapest production setup is usually a fast model with a good prompt and a cheap judge — not a frontier model everywhere.

One balance for all of it

Every tool above bills from the same prepaid credit balance at the published app.nz rates, with no per-seat fees. Top up once and run optimizer sweeps, evals, and comparisons from the same wallet.

Build what you just read

Ship agents, models, and apps on one cloud.

Start with free credits, then use the same platform from the web app, CLI, desktop app, or MCP.

Start building freeRead the docs

Keep reading

The best coding models in 2026: a hands-on comparison

How to pick a coding model by the job — frontier vs agentic-mid vs fast — measured on cost per merged PR, not cost per token.

Metering the model gateway without guessing

How app.nz meters token streams, image responses, media jobs, BYOK traffic, failures, and routed provider/model pairs from the same catalogue used for pricing.

From Artificial Analysis to production: the useful eval loop

How to turn Artificial Analysis, Arena, LiveBench, SWE-bench, and open leaderboards into a runnable shortlist, workload eval, and production model decision.