This function inspects the current R session for configured API keys
used by pairwiseLLM. It checks for known environment variables such as
OPENAI_API_KEY, ANTHROPIC_API_KEY, and GEMINI_API_KEY, and returns
a small tibble summarising which keys are available.
Value
A tibble (data frame) with one row per backend and columns:
- backend
Short backend identifier, e.g.
"openai","anthropic","gemini","together".- service
Human-readable service name, e.g.
"OpenAI","Anthropic","Google Gemini","Together.ai".- env_var
Name of the environment variable that is checked.
- has_key
Logical flag indicating whether the key is set and non-empty.