vercel: Use proper model identifiers and add image support (#33377)
Follow up to previous PRs: - Return `true` in `supports_images` - v0 supports images already - Rename model id to match the exact version of the model `v0-1.5-md` (For now we do not expose `sm`/`lg` variants since they seem not to be available via the API) - Provide autocompletion in settings for using `vercel` as a `provider` Release Notes: - N/A
This commit is contained in:
parent
18f1221a44
commit
59aeede50d
3 changed files with 15 additions and 18 deletions
|
@ -734,6 +734,7 @@ impl JsonSchema for LanguageModelProviderSetting {
|
|||
"deepseek".into(),
|
||||
"openrouter".into(),
|
||||
"mistral".into(),
|
||||
"vercel".into(),
|
||||
]),
|
||||
..Default::default()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue