> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

---
title: "Specialized Models"
url: https://daily.dev/agentic-ai-hub/specialized-models/
description: "Beyond the general-purpose flagships, each modality and job has its own leaders, and the \"best\" one shifts constantly, so treat these as categories to shop in with current examples."
lastUpdated: "2026-07-22"
---

> Beyond the general-purpose flagships, each modality and job has its own leaders, and the "best" one shifts constantly, so treat these as *categories to shop in* with current examples. The tooling for building on top of them lives in [Part IV](/agentic-ai-hub/#engineering-stack). Creative tools get their own deep-dive in [Multimodal Creative Tools](/agentic-ai-hub/multimodal-creative-tools/). **As of July 2026.**

## Coding models

"Best coding model" is now mostly a general-flagship question, but the harness matters as much as the weights ([Agent Harnesses & Frameworks](/agentic-ai-hub/agent-harnesses-frameworks/)), and open models are genuinely competitive.

- **Closed leaders:** Claude Opus 4.8 / Sonnet 5 (agentic coding, tool use), GPT-5.6 (Codex variant), Claude Fable 5 (premium). Gemini is capable but less commonly reached for by developers for hands-on coding.  
- **Open leaders:** the open-weight models in [Open-Weight Models](/agentic-ai-hub/open-weight-models/), notably Kimi K3, Qwen3.6-Coder, DeepSeek V4, and GLM-5.2, are genuinely competitive on real-repo tasks (see that table for licenses and sizes).  
- **Specialized:** Cursor's in-house model (tuned for fast in-editor edits), xAI `grok-build` (early), and fill-in-the-middle models for autocomplete inside IDE tools.  
- **Judge on** [SWE-bench Verified](https://www.swebench.com/verified.html), [Terminal-Bench](https://www.tbench.ai/), and LMArena's WebDev Arena, **not** HumanEval (saturated).

## Embedding & reranking models

The backbone of [RAG](/agentic-ai-hub/rag-retrieval/) and search. Pick on retrieval quality *for your domain* (run a small eval), then on dimensions (storage/latency cost) and max input length.

| Model | Type | Open? | Notes |
| :---- | :---- | :---- | :---- |
| OpenAI (text-embedding-3-large) | Embedding | No | Strong default, adjustable dimensions |
| Cohere Embed 4 | Embedding | No | Multilingual, multimodal, long inputs |
| Voyage-3 (voyage-3-large) | Embedding | No | Top retrieval quality, domain variants (code, finance, law) |
| Gemini Embedding | Embedding | No | Google-ecosystem, strong MTEB scores |
| BGE-M3 / GTE-Qwen / Nomic-Embed / E5 | Embedding | ✅ | Best open options; self-host to cut cost |
| Cohere Rerank 3.5 / Voyage Rerank / BGE-reranker / Jina | Reranker | mixed | Big precision boost as a cheap second stage |

## Image & video models

Fast-moving, and covered with leaders, licensing, and API notes in [Multimodal Creative Tools](/agentic-ai-hub/multimodal-creative-tools/). In brief: image leaders span Midjourney (aesthetics), FLUX.2 (open weight), Ideogram 3 (text-in-image), Adobe Firefly (commercially indemnified), and native GPT/Gemini generation; video leaders span Sora 2, Veo 3 (native audio), Runway, and Kling, with open Alibaba Wan. Judge on control, licensing, and API access rather than raw "wow," and watch clip length and resolution for video.

## Audio & voice models

The model layer under the [voice agents](/agentic-ai-hub/voice-real-time-agents/) in [Voice & Real-Time Agents](/agentic-ai-hub/voice-real-time-agents/) and the [music tools](/agentic-ai-hub/multimodal-creative-tools/) in [Multimodal Creative Tools](/agentic-ai-hub/multimodal-creative-tools/).

- **TTS:** ElevenLabs (quality/voice cloning), Cartesia Sonic (low latency), Deepgram Aura, plus provider TTS (OpenAI, Google).  
- **STT:** Deepgram, AssemblyAI, OpenAI Whisper (open, self-hostable).  
- **Speech-to-speech / realtime:** provider realtime APIs, Amazon Nova Sonic, the basis for [voice agents](/agentic-ai-hub/voice-real-time-agents/).  
- **Music:** Suno, Udio. → [Multimodal Creative Tools](/agentic-ai-hub/multimodal-creative-tools/)

## Small & on-device models

For phones, laptops, and edge: Gemma 3n (mobile-optimized), Phi-4-mini, Ministral 3 (3B/8B/14B), Qwen3 0.6-4B, Llama 1B/3B, SmolLM3. Quantize to GGUF/MLX and run via Ollama, llama.cpp, MLX, or LM Studio ([Local & Self-Hosting Stack](/agentic-ai-hub/local-self-hosting-stack/)).

## Frontier-specialized (research-adjacent)

Worth knowing even if not day-to-day dev APIs: **world models** (Google's "Omni" / Genie-class, for simulation and embodied agents), **science models** (AlphaFold-class for biology, materials), and **time-series/tabular** foundation models. Mostly research or niche-API today, but moving toward productization.