# Validate Server Models

> List all available server model names and validate whether requested models exist.

- Skill: `steliosot/validate-server-models` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add steliosot/validate-server-models`
- Raw SKILL.md: https://api.skillmd.com/api/skills/steliosot/validate-server-models/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: steliosot (https://skillmd.com/u/steliosot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/steliosot/validate-server-models

---


# validate_server_models

Use this to preflight model references before running generation skills.

## Usage

```bash
python3 skills/infra/validate_server_models/scripts/run.py --args '{"model_names":["sd1.5/juggernaut_reborn.safetensors"]}' --pretty
```

