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:
Bennet Bo Fenner 2025-06-25 15:26:41 +02:00 committed by Bennet Bo Fenner
parent e5752e42ad
commit d5b7ca180b
3 changed files with 15 additions and 18 deletions

View file

@ -734,6 +734,7 @@ impl JsonSchema for LanguageModelProviderSetting {
"deepseek".into(),
"openrouter".into(),
"mistral".into(),
"vercel".into(),
]),
..Default::default()
}