---
title: "获取单个向量模型"
method: GET
path: "/api/v1/provider/models/embedding/{model_uuid}"
tags: ["Embedding Models"]
---

# 获取单个向量模型

`GET /api/v1/provider/models/embedding/{model_uuid}`

## Path parameters

- `model_uuid` string, uuid, required

## Response `200`

成功

- object
  - `code` integer
  - `data` object
    - `model` EmbeddingModel — 向量模型。通过 provider_uuid 关联到供应商。
      - `uuid` string, uuid
      - `name` string — 模型名称（即模型 ID）
      - `provider_uuid` string, uuid — 关联的供应商 UUID
      - `extra_args` object
      - `prefered_ranking` integer
      - `created_at` string, date-time
      - `updated_at` string, date-time

## Other responses

- `404` — 资源未找到

---

[API](https://skmtc.dev/langbot/apis/langbot-service-api.md) · [All operations](https://skmtc.dev/langbot/apis/langbot-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langbot/langbot-service-api/revisions/2384dee8c36a/schema)
