feat(llm): add Google Gemini, AWS Bedrock, io.net, Mistral, Yandex, and Cloudflare WS AI providers (#676)

* feat(llm): add Google Gemini and AWS Bedrock providers

* feat(llm): add io.net, Mistral, Yandex, and Cloudflare WS AI providers
This commit is contained in:
Artem
2026-03-07 20:49:26 +00:00
committed by GitHub
parent d3cf637d4a
commit 12ba79ffc3
4 changed files with 176 additions and 14 deletions
+2
View File
@@ -450,6 +450,8 @@ mod tests {
if def.protocol == ProviderProtocol::OpenAiCompletions
&& def.id != "openai"
&& def.id != "openai_compatible"
&& def.id != "bedrock"
&& def.id != "cloudflare"
{
assert!(
def.default_base_url.is_some(),