@@ -22,7 +22,7 @@ public void FieldRoundtrip_Works()
2222 {
2323 Model = new Sessions ::ModelConfig ( )
2424 {
25- ModelName = "openai/gpt-5-nano " ,
25+ ModelName = "openai/gpt-5.4-mini " ,
2626 ApiKey = "sk-some-openai-api-key" ,
2727 BaseUrl = "https://api.openai.com/v1" ,
2828 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -52,7 +52,7 @@ public void FieldRoundtrip_Works()
5252 {
5353 Model = new Sessions ::ModelConfig ( )
5454 {
55- ModelName = "openai/gpt-5-nano " ,
55+ ModelName = "openai/gpt-5.4-mini " ,
5656 ApiKey = "sk-some-openai-api-key" ,
5757 BaseUrl = "https://api.openai.com/v1" ,
5858 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -129,7 +129,7 @@ public void OptionalNullableParamsUnsetAreNotSet_Works()
129129 {
130130 Model = new Sessions ::ModelConfig ( )
131131 {
132- ModelName = "openai/gpt-5-nano " ,
132+ ModelName = "openai/gpt-5.4-mini " ,
133133 ApiKey = "sk-some-openai-api-key" ,
134134 BaseUrl = "https://api.openai.com/v1" ,
135135 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -167,7 +167,7 @@ public void OptionalNullableParamsSetToNullAreSetToNull_Works()
167167 {
168168 Model = new Sessions ::ModelConfig ( )
169169 {
170- ModelName = "openai/gpt-5-nano " ,
170+ ModelName = "openai/gpt-5.4-mini " ,
171171 ApiKey = "sk-some-openai-api-key" ,
172172 BaseUrl = "https://api.openai.com/v1" ,
173173 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -258,7 +258,7 @@ public void CopyConstructor_Works()
258258 {
259259 Model = new Sessions ::ModelConfig ( )
260260 {
261- ModelName = "openai/gpt-5-nano " ,
261+ ModelName = "openai/gpt-5.4-mini " ,
262262 ApiKey = "sk-some-openai-api-key" ,
263263 BaseUrl = "https://api.openai.com/v1" ,
264264 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -353,7 +353,7 @@ public void FieldRoundtrip_Works()
353353 {
354354 Model = new Sessions ::ModelConfig ( )
355355 {
356- ModelName = "openai/gpt-5-nano " ,
356+ ModelName = "openai/gpt-5.4-mini " ,
357357 ApiKey = "sk-some-openai-api-key" ,
358358 BaseUrl = "https://api.openai.com/v1" ,
359359 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -376,7 +376,7 @@ public void FieldRoundtrip_Works()
376376
377377 Sessions ::Model expectedModel = new Sessions ::ModelConfig ( )
378378 {
379- ModelName = "openai/gpt-5-nano " ,
379+ ModelName = "openai/gpt-5.4-mini " ,
380380 ApiKey = "sk-some-openai-api-key" ,
381381 BaseUrl = "https://api.openai.com/v1" ,
382382 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -415,7 +415,7 @@ public void SerializationRoundtrip_Works()
415415 {
416416 Model = new Sessions ::ModelConfig ( )
417417 {
418- ModelName = "openai/gpt-5-nano " ,
418+ ModelName = "openai/gpt-5.4-mini " ,
419419 ApiKey = "sk-some-openai-api-key" ,
420420 BaseUrl = "https://api.openai.com/v1" ,
421421 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -452,7 +452,7 @@ public void FieldRoundtripThroughSerialization_Works()
452452 {
453453 Model = new Sessions ::ModelConfig ( )
454454 {
455- ModelName = "openai/gpt-5-nano " ,
455+ ModelName = "openai/gpt-5.4-mini " ,
456456 ApiKey = "sk-some-openai-api-key" ,
457457 BaseUrl = "https://api.openai.com/v1" ,
458458 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -482,7 +482,7 @@ public void FieldRoundtripThroughSerialization_Works()
482482
483483 Sessions ::Model expectedModel = new Sessions ::ModelConfig ( )
484484 {
485- ModelName = "openai/gpt-5-nano " ,
485+ ModelName = "openai/gpt-5.4-mini " ,
486486 ApiKey = "sk-some-openai-api-key" ,
487487 BaseUrl = "https://api.openai.com/v1" ,
488488 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -521,7 +521,7 @@ public void Validation_Works()
521521 {
522522 Model = new Sessions ::ModelConfig ( )
523523 {
524- ModelName = "openai/gpt-5-nano " ,
524+ ModelName = "openai/gpt-5.4-mini " ,
525525 ApiKey = "sk-some-openai-api-key" ,
526526 BaseUrl = "https://api.openai.com/v1" ,
527527 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -606,7 +606,7 @@ public void CopyConstructor_Works()
606606 {
607607 Model = new Sessions ::ModelConfig ( )
608608 {
609- ModelName = "openai/gpt-5-nano " ,
609+ ModelName = "openai/gpt-5.4-mini " ,
610610 ApiKey = "sk-some-openai-api-key" ,
611611 BaseUrl = "https://api.openai.com/v1" ,
612612 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -640,7 +640,7 @@ public void ConfigValidationWorks()
640640 {
641641 Sessions ::Model value = new Sessions ::ModelConfig ( )
642642 {
643- ModelName = "openai/gpt-5-nano " ,
643+ ModelName = "openai/gpt-5.4-mini " ,
644644 ApiKey = "sk-some-openai-api-key" ,
645645 BaseUrl = "https://api.openai.com/v1" ,
646646 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
@@ -661,7 +661,7 @@ public void ConfigSerializationRoundtripWorks()
661661 {
662662 Sessions ::Model value = new Sessions ::ModelConfig ( )
663663 {
664- ModelName = "openai/gpt-5-nano " ,
664+ ModelName = "openai/gpt-5.4-mini " ,
665665 ApiKey = "sk-some-openai-api-key" ,
666666 BaseUrl = "https://api.openai.com/v1" ,
667667 Headers = new Dictionary < string , string > ( ) { { "foo" , "string" } } ,
0 commit comments