View Source HyperLLM.Provider.Cloudflare (hyper_llm v0.5.0)

Provider implementation for Cloudflare.

Uses Cloudflare's OpenAI compatibility API for chat completions.

Configuration

api_key - The API key for the Cloudflare API.

account_id - The account ID for the Cloudflare API.

congfig :hyper_llm, 
  cloudflare: [
    api_key: "sk-...",
    account_id: "..."
  ]

Summary

Functions

Checks if the model starts with @

Functions

model_supported?(model)

Checks if the model starts with @