Get model
fireworks_get_modelGet a single model by id. Control-plane: GET /v1/accounts/{account_id}/models/{model_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | Model id (the resource segment, e.g. 'llama-v3p1-8b-instruct'). | |
| account_id | No | Fireworks account id. Overrides FIREWORKS_ACCOUNT_ID for this call. |