Package: LLMR
Title: Interface for Large Language Model APIs in R
Version: 0.5.0
Depends: R (>= 4.1.0)
Authors@R: 
    person("Ali", "Sanaei", , "sanaei@uchicago.edu", role = c("aut", "cre"))
Description: Provides a unified interface to interact with multiple Large Language Model (LLM) APIs. The package supports text generation, embeddings, parallelization, as well as tidyverse integration.  Users can switch between different LLM providers seamlessly within R workflows, or call multiple models in parallel. The package enables creation of LLM agents for automated tasks and provides consistent error handling across all supported APIs. APIs include 'OpenAI' (see <https://platform.openai.com/docs> for details), 'Anthropic' (see <https://docs.anthropic.com/en/api/getting-started> for details), 'Groq' (see <https://console.groq.com/docs/api-reference> for details), 'Together AI' (see <https://docs.together.ai/docs/quickstart> for details), 'DeepSeek' (see <https://api-docs.deepseek.com> for details), 'Gemini' (see <https://aistudio.google.com> for details), 'xAI' (see <https://docs.x.ai/> for details), and 'Voyage AI' (see <https://docs.voyageai.com/docs/introduction> for details). 
License: MIT + file LICENSE
Encoding: UTF-8
Imports: httr2, purrr, dplyr, tidyr, rlang, memoise, future,
        future.apply, tibble, base64enc, mime, glue (>= 1.6.0)
Suggests: testthat (>= 3.0.0), roxygen2 (>= 7.1.2), httptest2,
        progressr, knitr, rmarkdown, ggplot2, R.rsp (>= 1.19.0)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/asanaei/LLMR
BugReports: https://github.com/asanaei/LLMR/issues
VignetteBuilder: R.rsp
NeedsCompilation: no
Author: Ali Sanaei [aut, cre]
Maintainer: Ali Sanaei <sanaei@uchicago.edu>
Packaged: 2025-07-16 23:38:44 UTC; ali
Repository: CRAN
Date/Publication: 2025-07-17 00:10:02 UTC
