Chat2api Provider Model Matrix

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

xiaoy233 82a8ec0 2 files · 5.4 KB Updated

File contents

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

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.

xiaoy233/chat2api/tree/main/skills/chat2api-provider-model-matrix commit 82a8ec0e1d

Frequently asked questions

npx skillmds@latest add xiaoy233/chat2api-provider-model-matrix