---
title: "Deploy Llm Suggest Name"
method: GET
path: "/deploy/llm/suggest_name"
tags: ["Dedicated Models"]
---

# Deploy Llm Suggest Name

`GET /deploy/llm/suggest_name`

## Query parameters

- `model_name` string, required

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- ModelNameSuggestionOut
  - `model_name` string, required — A model name that is currently free to claim (prefixed in username/model-name format).

## Other responses

- `409` — Conflict
- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/revisions/79ff347d29e2/schema)
