OpenRouter TypeScript SDK - v1.0.6
    Preparing search index...

    Type Alias ContentPart

    ContentPart:
        | { type: "text"; text: string; cache_control?: CacheControl }
        | {
            type: "image_url";
            image_url: { url: string; detail?: "auto" | "low" | "high" };
            cache_control?: CacheControl;
        }

    Part of content for multimodal messages