Skip to content

Commit 5ce91c2

Browse files
HavenDVclaude
andcommitted
feat: Add Nvidia vision test with phi-3.5-vision-instruct
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 38dee70 commit 5ce91c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/tests/OpenAI.IntegrationTests/Tests.Chat.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public async Task GenerateFiveRandomWordsAsJsonObject(CustomProvider customProvi
131131
//[DataRow(CustomProvider.XAi)]
132132
//[DataRow(CustomProvider.Together)]
133133
//[DataRow(CustomProvider.Hyperbolic)]
134+
[DataRow(CustomProvider.Nvidia)]
134135
public async Task ChatWithVision(CustomProvider customProvider)
135136
{
136137
var pair = GetAuthorizedChatApi(customProvider, model: customProvider switch
@@ -139,6 +140,7 @@ public async Task ChatWithVision(CustomProvider customProvider)
139140
CustomProvider.Groq => Environment.GetEnvironmentVariable("GROQ_VISION_MODEL") is { Length: > 0 } groqVisionModel
140141
? groqVisionModel
141142
: "meta-llama/llama-4-scout-17b-16e-instruct",
143+
CustomProvider.Nvidia => "microsoft/phi-3.5-vision-instruct",
142144
_ => null,
143145
});
144146
using var api = pair.Api;

0 commit comments

Comments
 (0)