# ------------------------------------------------ # 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://cran.r-universe.dev repository-code: https://github.com/OliverLDS/inferencer commit: 0bf31d7c9735a9710233ef4a2690c1c0aa641e24 url: https://github.com/OliverLDS/inferencer date-released: '2026-07-10' contact: - family-names: Zhou given-names: Oliver email: oliver.yxzhou@gmail.com