Skip to main content
PUT
Update model

Path Parameters

id
string
required

Body

application/json

Model update params

The body is of type object.

Response

200 - application/json

Updated model

Represents a model available for inference or fine-tuning. Compatible with the OpenAI model object.

created
integer
required

Unix timestamp when the model was registered

id
string
required

Model identifier used in API calls

object
enum<string>
required
Available options:
model
owned_by
string
required

"oxen" for base models, owner namespace for custom models

capabilities
object
context_length
integer | null

Provider-documented context window: total tokens the model can attend to. Null for models without a documented window (e.g. image/video models).

deployments
object[]

Active deployments. Empty for base models.

description
string | null
developer
object | null
display_name
string
endpoint
enum<string>

API endpoint to call this model

Available options:
/chat/completions,
/images/generate,
/videos/generate
fine_tuning
object | null

Fine-tuning info, or null if model is not fine-tuneable

image_url
string | null
max_output_tokens
integer | null

Maximum tokens a single completion can produce. Null when the provider does not document a cap.

model_type
enum<string>
Available options:
base,
custom
pricing
object
released_at
string | null
request_schema
object | null

JSON Schema describing model-specific parameters

showcase
object | null

Optional marketing content rendered on the public model showcase page

source_model
string | null

Base model this was fine-tuned from

summary
string | null