nuxt-chatgpt
Version:
ChatGPT integration for Nuxt 3
26 lines (25 loc) • 1.34 kB
TypeScript
export declare const MODEL_TEXT_DAVINCI_002: string;
export declare const MODEL_TEXT_DAVINCI_003: string;
export declare const MODEL_GPT_TURBO_3_5: string;
export declare const MODEL_GPT_TURBO_3_5_0301: string;
export declare const MODEL_GPT_TURBO_3_5_1106 = "gpt-3.5-turbo-1106";
export declare const MODEL_GPT_4: string;
export declare const MODEL_GPT_4_O: string;
export declare const MODEL_GPT_4_MINI: string;
export declare const MODEL_GPT_4_TURBO: string;
export declare const MODEL_GPT_4_1106_PREVIEW = "gpt-4-1106-preview";
export declare const MODEL_GPT_4_0314: string;
export declare const MODEL_GPT_4_0613 = "gpt-4-0613";
export declare const MODEL_GPT_4_32k: string;
export declare const MODEL_GPT_4_32k_0314: string;
export declare const MODEL_GPT_4_32k_0613 = "gpt-4-32k-0613";
export declare const MODEL_GPT_5_NANO = "gpt-5-nano";
export declare const MODEL_GPT_5_MINI = "gpt-5-mini";
export declare const MODEL_GPT_5_PRO = "gpt-5-pro";
export declare const MODEL_GPT_5_1 = "gpt-5.1";
export declare const MODEL_GPT_5_2_PRO = "gpt-5.2-pro";
export declare const MODEL_GPT_5_2 = "gpt-5.2";
export declare const MODEL_GPT_DALL_E_3 = "dall-e-3";
export declare const MODEL_GPT_IMAGE_1 = "gpt-image-1";
export declare const MODEL_GPT_IMAGE_1_MINI = "gpt-image-1-mini";
export declare const MODEL_GPT_IMAGE_1_5 = "gpt-image-1.5";