---
title: "Model Meta Update"
method: POST
path: "/models/{model_name}/meta"
tags: ["Models"]
---

# Model Meta Update

`POST /models/{model_name}/meta`

## Path parameters

- `model_name` string, required

## Headers

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

## Request body

- ModelMetaIn
  - `description` string, nullable — short model description in plain text
  - `github_url` string, nullable — source code project link (empty to delete)
  - `paper_url` string, nullable — paper/research link (empty to delete)
  - `license_url` string, nullable — usage license link (empty to delete)
  - `readme` string, nullable — markdown flavored model readme
  - `cover_img_url` string, nullable — dataurl or regular url to cover image (empty to delete)
  - `sample_output_url` string, nullable — dataurl or regular url to a sample of this model's output, shown on the model page before the first run (empty to delete)
  - `reported_type` 'automatic-speech-recognition' | 'image-classification' | 'question-answering' | 'token-classification' | 'text-to-image' | 'fill-mask' | 'zero-shot-image-classification' | 'text2text-generation' | 'text-generation' | 'text-classification' | 'object-detection' | 'embeddings' | 'dreambooth' | 'custom' | 'text-to-speech' | 'text-to-video' | 'text-to-music' | 'rent-container' | 'bare-metal' | 'cluster' | 'reranker' | 'openclaw' | 'hermes' | 'world-model' | 'sandbox'

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `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/versions/51b817b3f80f/schema)
