Try it now

EveryAI is built to support a huge library of AI models

See the full list of supported AI models below

Get started with Claude using Every AI

To use the Anthropic model with the Every AI library first ensure you have the library installed view installation docs

Once you have the Every AI library installed its as easy as just calling the claude method


  # with short hand method

  puts Everyai.claude("Hello anthropic please rewrite my essay")

  # or with longer method Note: using claude abbreviation will automatically use the latest model

  puts Everyai.generate("Hello please write a test sweet for my app", model: "claude")