ContainerAutoEnvironment - TypeScript SDK

ContainerAutoEnvironment type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

An OpenRouter-managed, auto-provisioned ephemeral container.

Example Usage

1import { ContainerAutoEnvironment } from "@openrouter/sdk/models";
2
3let value: ContainerAutoEnvironment = {
4 type: "container_auto",
5};

Fields

FieldTypeRequiredDescription
type”container_auto”✔️N/A