Skip to main content
POST
Activate model deployment

Path Parameters

id
string
required

Response

200 - application/json

Model activated

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
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
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