Oracle
Query multiple AI models and compare responses.
Usage
Send the same prompt to multiple providers and compare:
- Choose models to query (Claude, GPT, Gemini, Ollama)
- Send the same prompt to each
- Compare responses side by side
Example Workflow
# Query Claude
curl -s https://api.anthropic.com/v1/messages -H "x-api-key: $ANTHROPIC_API_KEY" ...
# Query GPT
curl -s https://api.openai.com/v1/chat/completions -H "Authorization: Bearer $OPENAI_API_KEY" ...
# Query Gemini
curl -s "https://generativelanguage.googleapis.com/v1/models/gemini-pro:generateContent?key=$GEMINI_API_KEY" ...
Best For
- Comparing model capabilities
- Getting diverse perspectives
- Finding the best model for a task
- Fact-checking across models
Converted and distributed by TomeVault — claim your Tome and manage your conversions.