List models
fireworks_list_modelsList models in the account (base + fine-tuned). Control-plane: GET /v1/accounts/{account_id}/models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Server-side filter expression. | |
| orderBy | No | Field to order by, e.g. 'createTime desc'. | |
| pageSize | No | Page size (max 200). | |
| pageToken | No | Opaque page token from a previous response's nextPageToken. | |
| account_id | No | Fireworks account id. Overrides FIREWORKS_ACCOUNT_ID for this call. |