Creating Plot Twists
    Preparing search index...

    Enumeration AIModel

    Supported AI models available through Cloudflare AI Gateway and Workers AI.

    Models are organized by provider:

    • OpenAI: Latest GPT models via AI Gateway
    • Anthropic: Claude models via AI Gateway (prefix with "anthropic/")
    • Google: Gemini models via AI Gateway (prefix with "google-ai-studio/")
    • Workers AI: Models running on Cloudflare's network (free/low cost)
    Index

    Enumeration Members

    GPT_5: "openai/gpt-5"
    GPT_5_PRO: "openai/gpt-5-pro"
    GPT_5_MINI: "openai/gpt-5-mini"
    GPT_5_NANO: "openai/gpt-5-nano"
    GPT_4O: "openai/gpt-4o"
    GPT_4O_MINI: "openai/gpt-4o-mini"
    O3: "openai/o3"
    O3_MINI: "openai/o3-mini"
    CLAUDE_SONNET_45: "anthropic/claude-sonnet-4-5"
    CLAUDE_HAIKU_45: "anthropic/claude-haiku-4-5"
    CLAUDE_OPUS_41: "anthropic/claude-opus-4-1"
    CLAUDE_37_SONNET: "anthropic/claude-3-7-sonnet-latest"
    GEMINI_25_PRO: "google/gemini-2.5-pro"
    GEMINI_25_FLASH: "google/gemini-2.5-flash"
    GEMINI_25_FLASH_LITE: "google/gemini-2.5-flash-lite"
    GEMINI_20_FLASH: "google/gemini-2.0-flash"
    GEMINI_20_FLASH_LITE: "google/gemini-2.0-flash-lite"
    LLAMA_4_SCOUT_17B: "meta/llama-4-scout-17b-16e-instruct"
    LLAMA_33_70B: "meta/llama-3.3-70b-instruct-fp8-fast"
    LLAMA_31_8B: "meta/llama-3.1-8b-instruct-fp8"
    LLAMA_32_1B: "meta/llama-3.2-1b-instruct"
    DEEPSEEK_R1_32B: "deepseek-ai/deepseek-r1-distill-qwen-32b"