Models
List available models
Returns a list of all models currently available for inference on OpenFPGA. Use the model id value in chat completion requests.
get/models
Response
List of available models.
Example response
{
"data": [
{
"id": "openfpga-mamba-1.4b",
"object": "model",
"owned_by": "openfpga"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.