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

Provider implementation for Cloudflare.

Uses Cloudflare's OpenAI compatibility API for chat completions.

Configuration:

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

Summary

Functions

Check if a model is supported by the provider. Currently it's just checking that the model name starts with @

Functions

has_model?(model)

Check if a model is supported by the provider. Currently it's just checking that the model name starts with @