integration: add gemma4 audio tests including OpenAI API coverage

Test audio transcription and response via the Ollama native API, plus
two new tests exercising the OpenAI-compatible endpoints:
- /v1/audio/transcriptions (multipart form upload)
- /v1/chat/completions with input_audio content type

All tests use capability checks and skip models without audio support.
This commit is contained in:
Daniel Hiltgen
2026-03-30 17:48:40 -07:00
parent 356c0b8e34
commit eb5df80733
2 changed files with 268 additions and 0 deletions

File diff suppressed because one or more lines are too long