/
LA
langbot
/
LangBot Service API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
langbot
LangBot Service API
get
获取单个向量模型
v1
latest
OpenAPI 3.0.3
AGPL-3.0
2026-07-26
59
17
38.7 KB
Embedding Models
获取单个向量模型
get
/api/v1/provider/models/embedding/{model_uuid}
Path parameters
model_uuid
string
uuid
required
Response
成功
object
required
code
integer
data
object
Example response
{ "data": { "model": { "name": "text-embedding-3-small" } } }