Documentation
¶
Overview ¶
Command fetch_codex_models connects to the Codex API using stored auth credentials and saves the dynamically fetched Codex client model catalog to a JSON file for inspection or offline use.
Usage:
go run ./cmd/fetch_codex_models [flags]
Flags:
--auths-dir <path> Directory containing auth JSON files (default: config auth-dir) --config <path> Config file path (default: "config.yaml") --output <path> Output JSON file path (default: "codex_models.json") --client-version <ver> Codex client_version query value (default: "0.133.0") --pretty Pretty-print the output JSON (default: true)
Click to show internal directories.
Click to hide internal directories.