A unified interface to interact with various Large Language Model (LLM) APIs such as 'OpenAI' (see <https://platform.openai.com/docs/quickstart> 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 configure API parameters, send messages, and retrieve responses seamlessly within R.
Version: | 0.2.1 |
Depends: | R (≥ 4.1.0) |
Imports: | httr2, purrr, rlang |
Suggests: | testthat (≥ 3.0.0), roxygen2 (≥ 7.1.2), httptest2 |
Published: | 2025-02-11 |
DOI: | 10.32614/CRAN.package.LLMR |
Author: | Ali Sanaei [aut, cre] |
Maintainer: | Ali Sanaei <sanaei at uchicago.edu> |
BugReports: | https://github.com/asanaei/LLMR/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/asanaei/LLMR |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | LLMR results |
Reference manual: | LLMR.pdf |
Package source: | LLMR_0.2.1.tar.gz |
Windows binaries: | r-devel: LLMR_0.2.1.zip, r-release: LLMR_0.2.1.zip, r-oldrel: LLMR_0.2.1.zip |
macOS binaries: | r-devel (arm64): LLMR_0.2.1.tgz, r-release (arm64): LLMR_0.2.1.tgz, r-oldrel (arm64): LLMR_0.2.1.tgz, r-devel (x86_64): LLMR_0.2.1.tgz, r-release (x86_64): LLMR_0.2.1.tgz, r-oldrel (x86_64): LLMR_0.2.1.tgz |
Old sources: | LLMR archive |
Please use the canonical form https://CRAN.R-project.org/package=LLMR to link to this page.