ellmer: Chat with Large Language Models

Joscelin's fav
package
llm
tidyverse
Author

Dr. Joscelin Rocha-Hidalgo

Published

February 20, 2025

Buy me a coffeeBuy me a coffee


By Hadley Wickham

ellmer is an R package that facilitates interaction with large language models (LLMs) from various providers directly within R. It supports multiple LLM providers, including OpenAI, Anthropic’s Claude, Google Gemini, and more. Key features of ellmer include streaming outputs, tool/function calling, and structured data extraction, enhancing the integration of LLM capabilities into R workflows.

  1. Link to package here: https://ellmer.tidyverse.org/

Back to top