---
title: "Text Embeddings Inference endpoint info"
method: GET
path: "/info"
tags: ["Text Embeddings Inference"]
---

# Text Embeddings Inference endpoint info

`GET /info`

## Response `200`

Served model info

- Info
  - `auto_truncate` boolean, required
  - `docker_label` string, nullable
  - `max_batch_requests` integer, nullable
  - `max_batch_tokens` integer, required
  - `max_client_batch_size` integer, required
  - `max_concurrent_requests` integer, required — Router Parameters
  - `max_input_length` integer, required
  - `model_dtype` string, required
  - `model_id` string, required — Model info
  - `model_sha` string, nullable
  - `model_type` union, required
    - object
      - `classifier` ClassifierModel, required
        - `id2label` object, required
        - `label2id` object, required
    - object
      - `embedding` EmbeddingModel, required
        - `pooling` string, required
    - object
      - `reranker` ClassifierModel, required
        - `id2label` object, required
        - `label2id` object, required
  - `sha` string, nullable
  - `tokenization_workers` integer, required
  - `version` string, required — Router Info

## Changes

- **2024-06-28** `b923798e3868` — 1 info
  - added the required property `auto_truncate` to the response with the `200` status
- **2024-01-26** `51015074a126` — 1 breaking
  - added `subschema #3` to the `model_type` response property `oneOf` list for the response status `200`
- **2023-11-15** `c4554b0fed8e` — 1 breaking, 1 info
  - removed the required property `model_pooling` from the response with the `200` status
  - added the required property `model_type` to the response with the `200` status
- **2023-10-16** `bd8a676e0682` — 1 info
  - added the required property `model_pooling` to the response with the `200` status
- **2023-10-13** `8c00768ef703` — 3 breaking
  - removed the required property `auto_truncate` from the response with the `200` status
  - removed the required property `model_type` from the response with the `200` status
  - removed the required property `served_model_name` from the response with the `200` status

[Change history](https://skmtc.dev/huggingface/apis/text-embeddings-inference/changes/info/get.md)

---

[API](https://skmtc.dev/huggingface/apis/text-embeddings-inference.md) · [All operations](https://skmtc.dev/huggingface/apis/text-embeddings-inference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/huggingface/text-embeddings-inference/revisions/4656d1fa2ca4/schema)
