# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "inferencer" in publications use:' type: software license: MIT title: 'inferencer: Simple Unified Wrappers for Hosted Foundation Model Inference APIs' version: 0.1.4.5 abstract: Provides lightweight R wrappers for querying and listing models from several hosted foundation model inference platforms, currently including Google Gemini, Groq, OpenRouter, Cerebras, and Ollama Cloud. The package is designed for simple inference workflows and quick experimentation, with minimal abstraction and a consistent interface across providers. It includes helper functions for model discovery, text generation, embeddings, image generation, and multimodal inputs, while leaving room for future support of provider-specific parameters and advanced options. authors: - family-names: Zhou given-names: Oliver email: oliver.yxzhou@gmail.com repository: https://oliverlds.r-universe.dev repository-code: https://github.com/OliverLDS/inferencer commit: cf69bf0bb1de2e1e9f54c929017ba1558fdb7ed7 url: https://github.com/OliverLDS/inferencer date-released: '2026-07-03' contact: - family-names: Zhou given-names: Oliver email: oliver.yxzhou@gmail.com