Skip to main content
Create Model

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
display_name
string
required
provider_config
Options · object
required
config
ModelConfig · object | null
description
string | null
tags
string[] | null
model_type
enum<string>
default:chat
Available options:
chat,
chat_vision,
completion,
embedding
connection_id
string | null

Response

Successful Response