TypeScript SDKAPI ReferenceModelsCreateWorkspaceRequest - TypeScript SDKCopy pageCreateWorkspaceRequest type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { CreateWorkspaceRequest } from "@openrouter/sdk/models";23let value: CreateWorkspaceRequest = {4 name: "Production",5 slug: "production",6}; Fields FieldTypeRequiredDescriptionExampledefaultImageModelstring➖Default image model for this workspaceopenai/dall-e-3defaultProviderSortstring➖Default provider sort preference (price, throughput, latency, exacto)pricedefaultTextModelstring➖Default text model for this workspaceopenai/gpt-4odescriptionstring➖Description of the workspaceProduction environment workspaceisDataDiscountLoggingEnabledboolean➖Whether data discount logging is enabledtrueisObservabilityBroadcastEnabledboolean➖Whether broadcast is enabledfalseisObservabilityIoLoggingEnabledboolean➖Whether private logging is enabledfalsenamestring✔️Name for the new workspaceProductionslugstring✔️URL-friendly slug (lowercase alphanumeric and hyphens only)production