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

# Text Embeddings Inference endpoint info

`GET /info`

Text Embeddings Inference endpoint info

## Response `200`

Served model info

- Info
  - `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_pooling` string, required
  - `model_sha` string, nullable
  - `sha` string, nullable
  - `tokenization_workers` integer, required
  - `version` string, required — Router Info

## Changes

- **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/42caec51b2df/schema)
