/
LO
lobehub
/
LobeChat OpenAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 11mo ago
Details
Filter operations
Agents
5
Files
8
Messages
7
MessageTranslations
4
Models
4
get
List models
post
Create model
get
Get model detail
patch
Update model (partial)
Permissions
5
Providers
5
Roles
8
SessionGroups
5
Sessions
7
Topics
5
Users
9
Models
Update model (partial)
patch
/models/{providerId}/{modelId}
Request body
UpdateModelRequest
required
id
string
required
providerId
string
required
displayName
string
required
type
'chat'
|
'embedding'
|
'tts'
|
'stt'
|
'image'
|
'text2video'
|
'text2music'
|
'realtime'
nullable
enabled
boolean
nullable
description
string
nullable
abilities
object
nullable
parameters
object
nullable
pricing
object
nullable
contextWindowTokens
integer
nullable
releasedAt
string
nullable
sort
integer
nullable
source
'remote'
|
'custom'
|
'builtin'
nullable
organization
string
nullable
Response
OK
ApiResponseModel
required
success
boolean
required
message
string
nullable
timestamp
string
date-time
required
data
Model
Changes