{
  "schema": "https://ai-atoms.com/schemas/model-v1.json",
  "type": "model",
  "id": "model/stable-code",
  "version": "1.0.0",
  "name": "stable-code",
  "description": "Stable Code 3B is a coding model with instruct and code completion variants on par with models such as Code Llama 7B that are 2.5x larger.",
  "vendor": "Stability AI",
  "family": "Stable Code",
  "task": "code-generation",
  "capabilities": [],
  "parameter_sizes": [
    "3b"
  ],
  "providers": [
    {
      "name": "Ollama",
      "model_id": "stable-code",
      "url": "https://ollama.com/library/stable-code",
      "pull_command": "ollama pull stable-code",
      "run_command": "ollama run stable-code",
      "tag_count": 36,
      "pulls": "1.1M",
      "updated_at": "2024-03-26"
    }
  ],
  "links": {
    "model_card": "https://ollama.com/library/stable-code"
  },
  "authored_by": "Stability AI",
  "source_url": "https://ollama.com/library/stable-code",
  "category": "ai",
  "provenance": {
    "source": "ollama.com/library",
    "source_url": "https://ollama.com/library/stable-code",
    "license": "unknown",
    "imported_at": "2026-09-03",
    "notes": "Description, capabilities, sizes, pulls, tag count and updated date as shown on the Ollama library page. Vendor, family and task are inferred from the model name; weights license is not published on the listing."
  },
  "tags": [
    "ollama",
    "local"
  ],
  "lifecycle": "stable"
}