@cloudflare/ai

v1.2.2
Cloudflare's Workers AI SDK

Workers AI SDK

This package has been deprecated in favor of a new native AI binding, read more here.

You can use the new native binding just by calling the .run() directly in the binding like this:

const answer = env.AI.run('@cf/meta/llama-2-7b-chat-int8', {
    prompt: "What is the origin of the phrase 'Hello, World'"
});
npm i @cloudflare/ai

Metadata

  • MIT
  • Whatever
  • Celso Martinho
  • released 5/8/2024

Downloads