Package: LLMR
Title: Interface for Large Language Model APIs in R
Version: 0.2.5
Depends: R (>= 4.1.0)
Authors@R: 
    person("Ali", "Sanaei", , "sanaei@uchicago.edu", role = c("aut", "cre"))
Description: A unified interface to interact with various Large Language Model (LLM) APIs such as 'OpenAI' (see <https://platform.openai.com/docs/overview> 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), and 'Voyage AI' (see <https://docs.voyageai.com/docs/introduction> for details). Allows users to use and switch between various APIs seamlessly within R, and define LLM agents.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: httr2, purrr, rlang, memoise
Suggests: testthat (>= 3.0.0), roxygen2 (>= 7.1.2), httptest2
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/asanaei/LLMR
BugReports: https://github.com/asanaei/LLMR/issues
NeedsCompilation: no
Packaged: 2025-03-16 05:49:33 UTC; ali
Author: Ali Sanaei [aut, cre]
Maintainer: Ali Sanaei <sanaei@uchicago.edu>
Repository: CRAN
Date/Publication: 2025-03-18 13:20:02 UTC
