| Crates.io | aidapter |
| lib.rs | aidapter |
| version | 0.0.2 |
| created_at | 2025-11-26 14:10:06.046287+00 |
| updated_at | 2026-01-10 03:08:36.078644+00 |
| description | Unified AI provider adapter for Rust |
| homepage | |
| repository | https://github.com/fn-a/aidapter |
| max_upload_size | |
| id | 1951455 |
| size | 203,079 |
A unified Rust library for accessing multiple AI service providers through a standardized interface.
| Provider | Chat | Embeddings | Model List |
|---|---|---|---|
| OpenAI | ✅ | ❌ | ❌ |
| Anthropic | ✅ | ❌ | ❌ |
| Google Gemini | ✅ | ❌ | ❌ |
API Reference: https://api-docs.deepseek.com/ Model Names: https://api-docs.deepseek.com/quick_start/pricing
API Reference: https://github.com/ollama/ollama/blob/main/docs/api.md Model Names: https://ollama.com/library Compatibility: https://github.com/ollama/ollama/blob/main/docs/openai.md
MIT