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.

idstring

Model identifier. Use this in chat completion requests.

object'model'
createdinteger

Unix timestamp of when the model was added.

owned_bystring

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.