added gpt 5.1
This commit is contained in:
@@ -30,6 +30,7 @@ enum network: string
|
||||
case gpt_5_mini = 'gpt-5-mini';
|
||||
case gpt_5_nano = 'gpt-5-nano';
|
||||
case gpt_5_pro = 'gpt-5-pro';
|
||||
case gpt_5_1 = 'gpt-5.1';
|
||||
|
||||
// OpenAI GPT RealTime
|
||||
case gpt_realtime = 'gpt-realtime';
|
||||
@@ -60,6 +61,7 @@ enum network: string
|
||||
static::gpt_5_mini => 'GPT-5 mini',
|
||||
static::gpt_5_nano => 'GPT-5 nano',
|
||||
static::gpt_5_pro => 'GPT-5 pro',
|
||||
static::gpt_5_pro => 'GPT-5.1',
|
||||
static::gpt_realtime => 'GPT realtime',
|
||||
static::gpt_realtime_mini => 'GPT realtime mini',
|
||||
static::sora_2 => 'Sora 2',
|
||||
@@ -86,6 +88,7 @@ enum network: string
|
||||
static::gpt_5_mini,
|
||||
static::gpt_5_nano,
|
||||
static::gpt_5_pro,
|
||||
static::gpt_5_1,
|
||||
static::gpt_realtime,
|
||||
static::gpt_realtime_mini,
|
||||
static::sora_2,
|
||||
|
||||
Reference in New Issue
Block a user