Models
Get model details
Returns details about a specific model, including context length, supported features, and pricing.
get/models/{model_id}
Path parameters
model_idstring required
The model identifier, e.g. openfpga-mamba-1.4b
Response
Model details.
Example response
{
"id": "openfpga-mamba-1.4b",
"object": "model",
"owned_by": "openfpga"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.