# Chat2api Provider Model Matrix

> Use when running Chat2API provider and model matrix tests using live /v1/models discovery and management API attribution.

- Skill: `xiaoy233/chat2api-provider-model-matrix` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add xiaoy233/chat2api-provider-model-matrix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xiaoy233/chat2api-provider-model-matrix/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: xiaoy233 (https://skillmd.com/u/xiaoy233)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/xiaoy233/chat2api-provider-model-matrix

---


# Chat2API Provider Model Matrix

Use this skill when model coverage must follow the live `/v1/models` surface.

## Rules

- Use `GET /v1/models` as the primary model source.
- Use management API data for attribution and cleanup.
- Keep provider fail-fast opt-in.

## Commands

```bash
CHAT2API_BASE_URL=http://127.0.0.1:8080 \
CHAT2API_MGMT_SECRET=mgmt_xxx \
CHAT2API_API_KEY=sk_xxx \
node skills/chat2api-provider-model-matrix/scripts/run-model-matrix.mjs \
  --fixture backup/har/cherry-studio-fixture.json \
  --profile cherry-studio
```

The default model source is `GET /v1/models`. Use `--provider`, `--model`, and `--fail-fast-provider N` to narrow live runs.

