Member Junction
    Preparing search index...

    Variable MJAIModelVendorSchemaConst

    MJAIModelVendorSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            APIName: ZodNullable<ZodString>;
            DriverClass: ZodNullable<ZodString>;
            DriverImportPath: ZodNullable<ZodString>;
            ID: ZodString;
            MaxInputTokens: ZodNullable<ZodNumber>;
            MaxOutputTokens: ZodNullable<ZodNumber>;
            Model: ZodString;
            ModelID: ZodString;
            PrefillFallbackText: ZodNullable<ZodString>;
            Priority: ZodNumber;
            Status: ZodUnion<
                [
                    ZodLiteral<"Active">,
                    ZodLiteral<"Deprecated">,
                    ZodLiteral<"Inactive">,
                    ZodLiteral<"Preview">,
                ],
            >;
            SupportedResponseFormats: ZodString;
            SupportsEffortLevel: ZodBoolean;
            SupportsPrefill: ZodNullable<ZodBoolean>;
            SupportsStreaming: ZodBoolean;
            Type: ZodString;
            TypeID: ZodString;
            Vendor: ZodString;
            VendorID: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            APIName?: string;
            DriverClass?: string;
            DriverImportPath?: string;
            ID?: string;
            MaxInputTokens?: number;
            MaxOutputTokens?: number;
            Model?: string;
            ModelID?: string;
            PrefillFallbackText?: string;
            Priority?: number;
            Status?: "Active"
            | "Deprecated"
            | "Inactive"
            | "Preview";
            SupportedResponseFormats?: string;
            SupportsEffortLevel?: boolean;
            SupportsPrefill?: boolean;
            SupportsStreaming?: boolean;
            Type?: string;
            TypeID?: string;
            Vendor?: string;
            VendorID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            APIName?: string;
            DriverClass?: string;
            DriverImportPath?: string;
            ID?: string;
            MaxInputTokens?: number;
            MaxOutputTokens?: number;
            Model?: string;
            ModelID?: string;
            PrefillFallbackText?: string;
            Priority?: number;
            Status?: "Active"
            | "Deprecated"
            | "Inactive"
            | "Preview";
            SupportedResponseFormats?: string;
            SupportsEffortLevel?: boolean;
            SupportsPrefill?: boolean;
            SupportsStreaming?: boolean;
            Type?: string;
            TypeID?: string;
            Vendor?: string;
            VendorID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: AI Model Vendors