Add support for Vercel as a language model provider (#33292)

Vercel v0 is an OpenAI-compatible model, so this is mostly a dupe of the
OpenAI provider files with some adaptations for v0, including going
ahead and using the custom endpoint for the API URL field.

Release Notes:

- Added support for Vercel as a language model provider.
This commit is contained in:
Danilo Leal 2025-06-24 11:02:06 -03:00 committed by GitHub
parent 0d70bcb88c
commit 94735aef69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1394 additions and 0 deletions

View file

@ -9,3 +9,4 @@ pub mod mistral;
pub mod ollama;
pub mod open_ai;
pub mod open_router;
pub mod vercel;