Docs / Models

Models

Discover models programmatically and pick sensible defaults.

Cobble hosts a curated catalog of open-source models, quantized to FP8, served on reclaimed hardware. The catalog is the single source of truth — what /v1/models returns is exactly what the API accepts.

Discover models programmatically

bash
curl https://api.cobble.network/v1/models \
  -H "Authorization: Bearer $COBBLE_API_KEY"

Every agent and SDK that supports OpenAI-compatible providers can read this endpoint. Model IDs are stable — we never rename a published ID.

Don't want to evaluate the whole catalog? Start here:

You're doingUseWhy
Agentic codingdeepseek/deepseek-v4-flashStrongest tool-calling and repo-scale reasoning in the catalog
Coding on a budget windowqwen/qwen3.6-35b-a3bMoE efficiency — near-flagship coding at a fraction of the compute
General agents / tool useqwen/qwen3.5-122b-a10bFlagship-class reasoning, 128K context
Writing, chat, roleplaygemma4/gemma4-26b-a4bBest prose quality per request on the Creative plan
Fast and cheap everythingmistral/mistral-nemo-12bLowest latency in the catalog
Embeddingsnomic/nomic-embed-1.5Billed from wallet at $0.01 / 1M tokens
Document OCRchandra/chandra-ocrBilled from wallet, per 1K pages

Model IDs above are drafts — sync with /v1/models before publishing.

Which models come with which plan

Each plan includes everything in the plans below it.

  • Creative — small/fast tier: Mistral Nemo 12B, Ornith 9B, Gemma4 26B A4B
  • Agent Runner — adds Qwen3.6 27B and Qwen3.5 122B A10B
  • Coding — adds DeepSeek V4 Flash, Qwen3.6 35B A3B, Ornith 1 35B

Models outside your plan are still available at API rates from your wallet — useful for trying a bigger model before upgrading.