Variable amazonTitanTextG1ExpressV1Const
amazonTitanTextG1ExpressV1: ModelReference<
ZodObject<
{
maxOutputTokens: ZodOptional<ZodNumber>;
stopSequences: ZodOptional<ZodArray<ZodString>>;
temperature: ZodOptional<ZodNumber>;
topK: ZodOptional<ZodNumber>;
topP: ZodOptional<ZodNumber>;
version: ZodOptional<ZodString>;
},
"strip",
{
maxOutputTokens?: number;
stopSequences?: string[];
temperature?: number;
topK?: number;
topP?: number;
version?: string;
},
{
maxOutputTokens?: number;
stopSequences?: string[];
temperature?: number;
topK?: number;
topP?: number;
version?: string;
},
>,
> = ...