Skip to content

fix(vercel): accept speech and transcription model types#8

Merged
R-Taneja merged 1 commit into
devfrom
kdawkins-sst-tts
May 15, 2026
Merged

fix(vercel): accept speech and transcription model types#8
R-Taneja merged 1 commit into
devfrom
kdawkins-sst-tts

Conversation

@kkdawkins
Copy link
Copy Markdown

Summary

  • Add speech and transcription to the Vercel model type enum so the generator can parse API responses for audio models.
  • Skip speech/transcription models in the generated catalog for now, matching image/video/reranking behavior while OpenCode does not consume them.

Validation

  • git diff --check
  • bun validate could not run locally because bun is not installed/on PATH in this shell.

Adds `speech` and `transcription` to the ModelType enum so parsing succeeds, and skips these models in the main loop — same pattern we already use for image / video, since OpenCode doesn't consume them.
@R-Taneja R-Taneja merged commit 8f3d3e8 into dev May 15, 2026
3 checks passed
@R-Taneja R-Taneja deleted the kdawkins-sst-tts branch May 15, 2026 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants