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 ChatGPT using Every AI

To use ChatGPT 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 chatgpt method


  # with short hand method

  puts Everyai.chatgpt("Hello chatgpt please rewrite my essay")

  # or with longer method

  puts Everyai.generate("Hello chatgpt i need some help", model: "chatgpt")