
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.
12 lines
212 B
Rust
12 lines
212 B
Rust
pub mod anthropic;
|
|
pub mod bedrock;
|
|
pub mod cloud;
|
|
pub mod copilot_chat;
|
|
pub mod deepseek;
|
|
pub mod google;
|
|
pub mod lmstudio;
|
|
pub mod mistral;
|
|
pub mod ollama;
|
|
pub mod open_ai;
|
|
pub mod open_router;
|
|
pub mod vercel;
|