InferexAI routes your requests through a model map configured on the backend. Use the model ID in the model field of your requests.
defaultActivegoogle/gemma-3-4b-itDefault model for all requests. Best for general-purpose chat and instruction tasks.
/v1/modelsReturns a list of all models currently available on the gateway.
curl https://inferexapi.cloudvoice.in/v1/models \
-H "Authorization: Bearer sk-live-your-key-here"{
"object": "list",
"data": [
{
"id": "default",
"object": "model",
"created": 1748000000,
"owned_by": "inferexai"
}
]
}