---
title: "Get full information about an embedding model with its model_id."
method: GET
path: "/v1/embedding-models/{model_id}"
tags: ["v1"]
---

# Get full information about an embedding model with its model_id.

`GET /v1/embedding-models/{model_id}`

## Path parameters

- `model_id` string, required

## Response `200`

Success

- EmbeddingModel — Details of an embedding model
  - `aliases` string[], required — Alias ID(s) of the model that user can use in a request's model field.
  - `created` integer, required — Model creation time in Unix timestamp.
  - `fingerprint` string, required — Fingerprint of the xAI system configuration hosting the model.
  - `id` string, required — Model ID. Obtainable from <https://console.x.ai/team/default/models> or <https://docs.x.ai/docs/models>.
  - `input_modalities` string[], required — The input modalities supported by the model.
  - `object` string, required — Object type, should be model.
  - `output_modalities` string[], required — The output modalities supported by the model.
  - `owned_by` string, required — Owner of the model.
  - `prompt_image_token_price` integer, required — Price of the prompt image token in USD cents per million token.
  - `prompt_text_token_price` integer, required — Price of the prompt text token in USD cents per million token.
  - `version` string, required — Version of the model.

## Other responses

- `400` — Bad request. The request is invalid or an invalid API key is provided.
- `404` — Model not found

---

[API](https://skmtc.net/x/apis/xai-s-rest-api.md) · [All operations](https://skmtc.net/x/apis/xai-s-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/x/xai-s-rest-api/versions/8f6014272113/schema)
