Thin wrapper around ellmer::chat_openai_compatible() configured for the Poppy endpoint.
Arguments
- model
Model name passed to
ellmer::chat_openai_compatible(). Defaults to"Anthropic Claude Sonnet 4.5". To see available models, usepoppy_models.- credentials
API key for Poppy. Defaults to get_poppy_api_key, a zero-argument function that reads the
POPPY_API_KEYenvironment variable (compatible withellmer::chat_openai_compatible()expectations).- ...
Additional arguments forwarded to
ellmer::chat_openai_compatible().
See also
get_poppy_api_key() for the default credential source and
ellmer::chat_openai_compatible() for full argument and functionality
details.
