Cargo Features
[dependencies]
serdes-ai-providers = { version = "0.2.6", default-features = false, features = ["full", "openai", "google", "ollama", "openrouter", "bedrock"] }
- default = anthropic, google, openai
-
These default features are set whenever
serdes-ai-providersis added withoutsomewhere in the dependency tree.default-features = false - full = anthropic, azure, bedrock, cohere, deepseek, fireworks, google, groq, mistral, ollama, openai, openrouter, together
- openai default full?
-
Individual providers
- anthropic google default full?
- azure groq mistral cohere ollama full?
- together fireworks deepseek openrouter full?
- bedrock full?