zeroclaw/src/providers
Argenis 0964f2180a
feat(providers): add 17 providers, total now 61 — most in any AI agent (#3492)
New fast inference providers:
- Cerebras, SambaNova, Hyperbolic

New model hosting platforms:
- DeepInfra, Hugging Face, AI21 Labs, Reka, Baseten, Nscale,
  Anyscale, Nebius AI Studio, Friendli AI, Lepton AI

New Chinese AI providers:
- Stepfun, Baichuan, 01.AI (Yi), Tencent Hunyuan

Also fixed missing list_providers() entries for Telnyx and Azure OpenAI.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 15:15:57 +03:00
..
anthropic.rs feat(provider): add vision support for Anthropic provider (#3177) 2026-03-11 23:27:58 -04:00
azure_openai.rs feat(providers): add Azure OpenAI provider support (#3246) 2026-03-12 00:06:11 -04:00
bedrock.rs Addressed clippy lint issues 2026-03-10 01:48:19 -04:00
compatible.rs feat(provider): support custom API path suffix for custom: endpoints (#3447) 2026-03-13 17:54:21 -04:00
copilot.rs fix(provider): preserve reasoning_content in tool-call conversation history 2026-02-22 17:40:48 +08:00
gemini.rs fix(ci): address strict-delta clippy blockers 2026-02-24 16:03:01 +08:00
glm.rs feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
mod.rs feat(providers): add 17 providers, total now 61 — most in any AI agent (#3492) 2026-03-24 15:15:57 +03:00
ollama.rs Allow ZEROCLAW_PROVIDER_URL env variable to override api_url (#3414) 2026-03-13 18:24:37 -04:00
openai_codex.rs feat(provider): support custom API path suffix for custom: endpoints (#3447) 2026-03-13 17:54:21 -04:00
openai.rs fix(provider): preserve reasoning_content in tool-call conversation history 2026-02-22 17:40:48 +08:00
openrouter.rs fix(ci): resolve lint and build failures in PR checks 2026-03-10 00:36:24 -04:00
reliable.rs fix(provider): preserve reasoning_content in tool-call conversation history 2026-02-22 17:40:48 +08:00
router.rs feat: add multimodal image marker support with Ollama vision 2026-02-19 21:25:21 +08:00
telnyx.rs test(telnyx): silence unused provider binding in constructor test 2026-02-21 17:38:27 +08:00
traits.rs fix(provider): preserve reasoning_content in tool-call conversation history 2026-02-22 17:40:48 +08:00