TypeScript SDKAPI ReferenceModelsApiType - TypeScript SDKCopy pageApiType type definitionType of API used for the generation Example Usage 1import { ApiType } from "@openrouter/sdk/models";23let value: ApiType = "tts";45// Open enum: unrecognized values are captured as Unrecognized<string> Values 1"completions" | "embeddings" | "rerank" | "tts" | "stt" | "video" | "image" | Unrecognized<string>