AI Buffet

One gateway to access hundreds of AI models with a single API key

Single API Key

Manage one API key to access OpenAI, Claude, Gemini, Llama, Mistral and more

Model Comparison

Compare different AI models side-by-side with identical prompts

Usage Tracking

Monitor your API usage, costs, and set budget limits across all providers

Quick API Examples

Super Simple Model Access

Use the simplified endpoint to route to any AI model automatically:

curl -X POST "https://your-ai-buffet.com/ab/claude-3-opus" \
    -H "Content-Type: application/json" \
    -H "X-API-Key: your_ai_buffet_key" \
    -d '{
        "messages": [
            {"role": "user", "content": "Write a short story about AI"}
        ],
        "temperature": 0.7
    }'

Python Example

import requests

# Access any model using provider-specific endpoints
response = requests.post(
    "https://your-ai-buffet.com/api/anthropic/chat",
    headers={"X-API-Key": "your_ai_buffet_key"},
    json={
        "model": "claude-3-opus",
        "messages": [
            {"role": "user", "content": "Explain quantum computing in simple terms"}
        ],
        "temperature": 0.7
    }
)

print(response.json())

Supported AI Providers

OpenAI

GPT-4o, GPT-4, GPT-3.5

Anthropic

Claude 3 Opus, Sonnet, Haiku

Google

Gemini 1.5 Pro, Ultra

Meta

Llama 3 (8B, 70B, 405B)

Mistral

Mistral Large, Medium, Small

xAI

Grok-1.5, Grok-1

Cohere

Command, Command R+

+ Many More

OpenRouter, Requesty support

Key Features

  • Model Routing

    Automatic routing to available providers based on model name

  • Rate Limiting

    Set budget and token limits per project or user

  • API Key Management

    Secure storage of provider API keys

  • Model Competition

    Compare responses from multiple models side-by-side

  • Prompt Library

    Save and reuse your most effective prompts

  • Detailed Analytics

    Track usage patterns and costs across all providers

Ready to get started?

Create an account and start using our API gateway in minutes.