---
title: "Info"
method: GET
path: "/"
---

# Info

`GET /`

Returns service information, including name and version.

Returns:
    InfoResponse: A response containing the service name and version.

## Response `200`

Info response

- InfoResponse — Info Pydantic Response Service Message
  - `name` string, required
  - `version` string, required

## Other responses

- `500` — Info failed

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/versions/2eece97b5ae5/schema)
