-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (26 loc) · 1.29 KB
/
.env.example
File metadata and controls
28 lines (26 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# BibleBench Environment Variables
# Copy this file to .env and fill in your API key
# ============================================================================
# OpenRouter API Key (REQUIRED)
# ============================================================================
# This project uses OpenRouter exclusively for accessing all LLM models.
# OpenRouter provides unified access to hundreds of models from multiple
# providers (OpenAI, Anthropic, Meta, Mistral, Google, etc.) through a
# single API key.
#
# Benefits:
# - One API key for all models (GPT, Claude, Llama, Grok, Gemini, etc.)
# - Pay-as-you-go pricing with transparent per-token costs
# - Automatic failover for reliability
# - Immediate access to newly released models
#
# Get your key at: https://openrouter.ai/keys
OPENROUTER_API_KEY=your_openrouter_api_key_here
# ============================================================================
# Usage Notes
# ============================================================================
# - With OpenRouter, you only need ONE API key (OPENROUTER_API_KEY)
# - All benchmark models (GPT-5, Claude Opus 4, Llama 3.1, Grok, etc.)
# are accessible through this single key
# - LLM-as-judge scorers use GPT-4o through OpenRouter by default
# - See available models: https://openrouter.ai/docs#models