Package: inferencer Type: Package Title: Simple Unified Wrappers for Hosted Foundation Model Inference APIs Version: 0.1.4.5 Authors@R: person( given = "Oliver", family = "Zhou", role = c("aut", "cre"), email = "oliver.yxzhou@gmail.com" ) Author: Oliver Zhou [aut, cre] Maintainer: Oliver Zhou Description: 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. License: MIT + file LICENSE URL: https://github.com/OliverLDS/inferencer BugReports: https://github.com/OliverLDS/inferencer/issues Depends: R (>= 4.1.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: data.table, httr2, jsonlite Suggests: knitr, rmarkdown, testthat Config/testthat/edition: 3 Config/pak/sysreqs: libssl-dev Repository: https://oliverlds.r-universe.dev Date/Publication: 2026-07-03 06:39:23 UTC RemoteUrl: https://github.com/oliverlds/inferencer RemoteRef: HEAD RemoteSha: cf69bf0bb1de2e1e9f54c929017ba1558fdb7ed7 NeedsCompilation: no Packaged: 2026-07-11 07:40:31 UTC; root