← all jobs

local vs api

You’re choosing whether the agent runs on your machine or through an API—privacy and offline access versus long-context horsepower.

recs

modelbest whenavoid whencost vibe
Local mid/strong (qwen/llama/deepseek-class)The code is private, the work must stay offline or air-gapped, and predictable unit cost matters.The job needs huge multi-file context or your local tool harness is weak.~free–$$ (gpu)
API Sonnet-classThe repo is messy, the context is long, or the agent needs a tool-heavy loop.The work has pure privacy requirements.$$$
API fast/cheapYou’re running high-volume, simple jobs from the cloud.The mandate is “just make it local.”$

why