Model Selection
Current Answer
No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.
Evidence
A coding-specialized model paired post-training with an iterative generate-evaluate-refine loop to exceed the top IOI 2026 human score. The reusable idea is feedback-driven test-time search.
A UE5M3 block-scaling recipe trained an 8B model in FP4 without Hadamard transforms or BF16 final layers, while reporting better losses and downstream estimates than the compared recipe.
Gemini 3.8 Flash brings multimodal input, tool calling, web search, and default reasoning to coding agents through Vercel. Its temporary 50% discount runs through December 31.
Muse Spark 1.3 gives coding agents a 1M-token, multimodal model through Vercel, with a cheaper contributor tier that permits Meta to train on submitted inputs and outputs.
When quantizing an open model, spend a small extra precision budget across the network before protecting a few “important” layers; causal tests found the damage was usually diffuse.
Small proxy models may be enough to choose an SFT-versus-RL annotation split: the paper finds broad near-optimal ranges that transfer to larger models.
A production-derived post-training recipe consolidated more than 200 internal apps onto one self-hosted model by training separate experts for distinct quality gaps, then merging them.
Vercel’s gateway now exposes a pinned Qwen snapshot aimed at larger coding projects and longer agent runs, with a dated model ID that prevents silent upgrades.
Claude Fable 5.1 reaches Vercel AI Gateway with ordered fallbacks for classifier refusals, but its 30-day retention policy rules out zero-data-retention workloads.
A controlled ontology-learning study finds model size is a weak selector on its own. Dense 27B models beat larger sparse models on one task, while MoE models led another.
Adobe’s prototype assembles intent-specific page blocks from existing site content in roughly a second, making model latency and per-site evaluation part of frontend architecture.
Agent architectures are expiring quickly. Keep model, search, and orchestration choices replaceable, and evaluate platforms by how well they handle repeated change.
Tencent’s Hy4 Preview is now callable through Vercel AI Gateway and selectable in coding agents, adding an open MoE option with a 1M-token context window.
Three ways to combine RLVR domain experts perform similarly on average but diverge by task. Choose Merge for cheap reuse, Mix RL for training from pooled data, and MOPD for preserving expert gains.
Ling 3.0 Flash Fin adds a finance-focused reasoning and tool-calling option to AI Gateway, with separate model IDs for automatic billing or a hard stop after the free period.
Qwen 3.8 Flash is now selectable in Vercel AI Gateway and coding agents, with text-and-image input, a 1M-token context window, and responses up to 65k tokens.
GLM 5.3 Flash joins Vercel AI Gateway with text and vision input, a 1M-token context window, function calling, structured output, and streaming.
Wan 3.0 gives AI Gateway one video model ID for text, image, frame, and reference workflows, with async renders up to 30 seconds at 1080p and synchronized audio.
AI Gateway offers temporary free routes for MiniMax M3 and M2.7, but the -free model IDs hard-fail after September 6; standard IDs preserve provider fallback at normal rates.
Per-task model routing cut the demonstrated coding session’s cost from 44¢ to 14¢ with similar completion time, but builders still need workload-specific evals to validate quality.
Self-refinement pipelines need not use equally capable models: invest capacity in generation and revision, while a small critic may preserve gains at lower compute cost.
CLEAR conditionally activates a safety adapter instead of applying safety tuning to every prompt, reducing harmful completions while limiting benign-task degradation.
Lease End replaced a fine-tuned intent classifier with skills and runtime context, cutting production fixes from about a week to under an hour. Higher API spend was offset by lower maintenance cost.
TokEval links tokenizer properties to language, math, and code performance, offering cheaper screening signals before committing compute to pretraining sweeps.
A single-GPU SBERT beat the reported zero-shot LLM and vendor baseline for invoice coding, suggesting narrow, private classifiers can outperform broader models with modest local data.
GLM 5.3 is available through Vercel AI Gateway for coding agents, retaining a 1M-token context window while claiming better long-horizon engineering with fewer output tokens.
Vercel cut GPT-5.6 Sol pricing by 50% through September 18, making direct AI Gateway runs cheaper across every tier without changing model IDs or agent configs.
YOPO combines reasoning steering and answer abstention in one pass of a frozen model. Reconstructing the clean residual avoids interference and beats the paper's two-pass reference at three model sizes.
DARTree uses autoregressive correction across diffusion-generated draft trees to accelerate lossless decoding. It reports up to 9.73× local speedup, but production gains depend on the serving stack.
Mimir v1 is an open 1B-parameter reasoning model trained with permissible post-training data. It is relevant for compact or Danish deployments, though the abstract supplies no benchmark scores.
OpenAI’s GPT-5.6 guide focuses on model selection and Responses API features for building agents with lower development and operating costs.
Gemini 3.7 Flash is on Vercel AI Gateway at 50% off through 2026, with direct setup paths for major coding agents and controls for routing, retries, and spend.
Eve agents can use GLM 5.2 free through August 27 via Vercel AI Gateway; new agents default to it, while existing agents need a model-setting change.
Auto Scientist aims to automate model-training choices across data, alignment, and architecture. The builder-relevant claim is broader recipe search, though frontier training remains compute-heavy and safety stays unresolved.
AI Gateway moved DeepSeek V4 Pro’s existing alias to updated weights without a code change. Pinning is documented inconsistently, so verify the dated model ID first.
Grok 4.6 targets long-running coding and knowledge-work agents, with more self-testing and stronger visual first passes reported by Cursor. API pricing starts at $2 input and $6 output per million tokens.
Vercel’s July gateway data shows model routing, not list-price cuts, drove a 13.6% drop in average token cost as open-weight models gained production traffic.
Cline’s founder argues that cheaper open-weight models become practical when verification lives in the harness, while AI-generated noise and package compromise make open-source trust harder.
Open models let builders retain inference traces, customize the training stack, and reduce dependence on one provider, while closed frontier models remain useful for many workloads.
Quantization can make large models locally runnable, but builders must evaluate each compressed artifact in its real harness because architecture, precision, speed, and quality interact.