From 8b065070a462fe788f299a37bd964c8e641189c6 Mon Sep 17 00:00:00 2001 From: Xinyue Date: Wed, 25 Feb 2026 16:30:14 +0100 Subject: [PATCH] docs: add Vertexai and Ollama to provider list in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a900598..148cc68 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Primitives, not frameworks. Type-safe, modality/provider-agnostic primitives. -- **Unified Interface:** One API for OpenAI, Anthropic, Gemini, Mistral, and 14+ others. +- **Unified Interface:** One API for OpenAI, Anthropic, Gemini, Vertexai, Ollama, Mistral, and 14+ others. - **True Multi-Modal:** Text, Image, Audio, Video, Embeddings, Search —all first-class citizens. - **Type-Safe by Design:** Full Pydantic validation and IDE autocomplete. - **Zero Lock-In:** Switch providers instantly by changing a single config string.