diff --git a/class-gwiz-gf-openai.php b/class-gwiz-gf-openai.php index 4d35bae..17cd13e 100644 --- a/class-gwiz-gf-openai.php +++ b/class-gwiz-gf-openai.php @@ -267,6 +267,9 @@ public function get_openai_models() { 'gpt-4-turbo' => array( 'description' => __( 'OpenAI\'s previous high-intelligence model. Context length: 128k. More Details', 'gravityforms-openai' ), ), + 'gpt-4o-mini' => array( + 'description' => __( 'OpenAI\'s most cost-efficient small model. Context length: 128k. More Details', 'gravityforms-openai' ), + ), 'gpt-3.5-turbo' => array( 'description' => __( 'Inexpensive model for simple tasks. Context length: 16k. More Details', 'gravityforms-openai' ), ),