Skip to main content
PUT
CSharp (SDK)

Authorizations

Authorization
string
header
required

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Headers

X-On-Behalf-Of
string

Optional external end-user identifier forwarded by the API gateway.

Path Parameters

name
string
required

Body

application/json

A serving-runtime recipe definition (the recipe.yaml manifest): which image runs on which hardware, its readiness contract, and which models it can serve.

accelerators
Accelerators · object
required
apiFormat
enum<string>
required
Available options:
responses,
completions,
embeddings,
images,
transcriptions,
tts
model_selectors
ServingRecipeModelSelector · object[]
required
Minimum array length: 1
name
string
required
Example:

"vllm-openai"

port
integer
required
Required range: 1 <= x <= 65535
version
integer
required
Required range: x >= 1
apiProviderType
string
capabilities
Capabilities · object
description
string
engine
string
default:vllm
readiness
Readiness · object
runtime
ServingRecipeRuntime · object

Launch templating (arguments or environment) of a recipe manifest.

Response

Successful Response

A registered serving recipe with its cluster-wide enablement state. Only enabled recipes are deployable.

created_at
string<date-time>
required
definition
ServingRecipeManifest · object
required

A serving-runtime recipe definition (the recipe.yaml manifest): which image runs on which hardware, its readiness contract, and which models it can serve.

disabled_at
string<date-time> | null
required
enabled
boolean
required
enabled_at
string<date-time> | null
required
enabled_by
string | null
required
name
string
required
Example:

"vllm-openai"

updated_at
string<date-time>
required