Skip to main content
GET
/
deploy
/
llm
/
suggest_name
Deploy Llm Suggest Name
curl --request GET \
  --url https://api.deepinfra.com/deploy/llm/suggest_name \
  --header 'Authorization: Bearer <token>'
{
  "model_name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Query Parameters

model_name
string
required

Response

Successful Response

model_name
string
required

A model name that is currently free to claim (prefixed in username/model-name format).