# hippmem-model
Model backends for HIPPMEM — `Embedder`, `Extractor`, `Reranker`, `Summarizer` traits and registry, with API backends (OpenAI / Anthropic / Cohere) and a deterministic fallback.
Part of [HIPPMEM](https://github.com/hippmem/hippmem) — a native associative memory engine for AI agents, written in Rust.
## Documentation
- [Project README](https://github.com/hippmem/hippmem#readme)
- [Architecture: model backends](https://github.com/hippmem/hippmem/blob/main/docs/architecture/model-backends.md)
- [Configuration](https://github.com/hippmem/hippmem/blob/main/docs/configuration.md)
- API docs: <https://docs.rs/hippmem-model>
## License
Apache-2.0 — see [COPYRIGHT](https://github.com/hippmem/hippmem/blob/main/COPYRIGHT) for the full two-tier licensing model.