<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Changelog · Workers AI</title><link>https://developers.cloudflare.com/workers-ai/changelog/</link><description>Updates to Workers AI</description><language>en-us</language><atom:link href="https://developers.cloudflare.com/workers-ai/changelog/index.xml" rel="self"/><lastBuildDate>Tue, 23 Jul 2024 08:00:00 EST</lastBuildDate><item><title>Meta Llama 3.1 now available on Workers AI</title><link>https://developers.cloudflare.com/workers-ai/changelog/#meta-llama-31-now-available-on-workers-ai</link><description>Workers AI now suppoorts &lt;a href=https://developers.cloudflare.com/workers-ai/models/llama-3.1-8b-instruct/ class="DocsMarkdown--link">&lt;span class="DocsMarkdown--link-content">Meta Llama 3.1&lt;/span>&lt;/a>.</description><pubDate>Tue, 23 Jul 2024 08:00:00 EST</pubDate></item><item><title>New community-contributed tutorial</title><link>https://developers.cloudflare.com/workers-ai/changelog/#new-community-contributed-tutorial</link><description>&lt;ul>
&lt;li>Added community contributed tutorial on how to &lt;a href=https://developers.cloudflare.com/developer-spotlight/tutorials/creating-a-recommendation-api/ class="DocsMarkdown--link">&lt;span class="DocsMarkdown--link-content">create APIs to recommend products on e-commerce sites using Workers AI and Stripe&lt;/span>&lt;/a>.&lt;/li>
&lt;/ul></description><pubDate>Thu, 11 Jul 2024 08:00:00 EST</pubDate></item><item><title>Introducing embedded function calling</title><link>https://developers.cloudflare.com/workers-ai/changelog/#introducing-embedded-function-calling</link><description>&lt;ul>
&lt;li>A new way to do function calling with &lt;a href=https://developers.cloudflare.com/workers-ai/function-calling/embedded class="DocsMarkdown--link">&lt;span class="DocsMarkdown--link-content">Embedded function calling&lt;/span>&lt;/a>&lt;/li>
&lt;li>Published new &lt;a href="https://www.npmjs.com/package/@cloudflare/ai-utils" class="DocsMarkdown--link" target="_blank" rel="noopener">
&lt;span class="DocsMarkdown--link-content">&lt;code>@cloudflare/ai-utils&lt;/code>&lt;/span>&lt;span class="DocsMarkdown--link-external-icon" aria-hidden="true">
&lt;svg fill="none" stroke="currentColor" stroke-width="1.5" width="23px" height="12px" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 16 16" role="img" aria-labelledby="title-4744738674102027" xmlns="http://www.w3.org/2000/svg">
&lt;title id="title-4744738674102027">External link icon&lt;/title>
&lt;path d="M6.75,1.75h-5v12.5h12.5v-5m0,-4v-3.5h-3.5M8,8l5.5-5.5">&lt;/path>
&lt;/svg>
&lt;span is-visually-hidden>&lt;/span>
&lt;/span>&lt;/a> npm package&lt;/li>
&lt;li>Open-sourced &lt;a href="https://github.com/cloudflare/ai-utils" class="DocsMarkdown--link" target="_blank" rel="noopener">
&lt;span class="DocsMarkdown--link-content">&lt;code>ai-utils on Github&lt;/code>&lt;/span>&lt;span class="DocsMarkdown--link-external-icon" aria-hidden="true">
&lt;svg fill="none" stroke="currentColor" stroke-width="1.5" width="23px" height="12px" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 16 16" role="img" aria-labelledby="title-4744738674102027" xmlns="http://www.w3.org/2000/svg">
&lt;title id="title-4744738674102027">External link icon&lt;/title>
&lt;path d="M6.75,1.75h-5v12.5h12.5v-5m0,-4v-3.5h-3.5M8,8l5.5-5.5">&lt;/path>
&lt;/svg>
&lt;span is-visually-hidden>&lt;/span>
&lt;/span>&lt;/a>&lt;/li>
&lt;/ul></description><pubDate>Thu, 27 Jun 2024 08:00:00 EST</pubDate></item><item><title>Added support for traditional function calling</title><link>https://developers.cloudflare.com/workers-ai/changelog/#added-support-for-traditional-function-calling</link><description>&lt;ul>
&lt;li>&lt;a href=https://developers.cloudflare.com/workers-ai/function-calling/ class="DocsMarkdown--link">&lt;span class="DocsMarkdown--link-content">Function calling&lt;/span>&lt;/a> is now supported on enabled models&lt;/li>
&lt;li>Properties added on &lt;a href=https://developers.cloudflare.com/workers-ai/models/ class="DocsMarkdown--link">&lt;span class="DocsMarkdown--link-content">models&lt;/span>&lt;/a> page to show which models support function calling&lt;/li>
&lt;/ul></description><pubDate>Wed, 19 Jun 2024 08:00:00 EST</pubDate></item><item><title>Native support for AI Gateways</title><link>https://developers.cloudflare.com/workers-ai/changelog/#native-support-for-ai-gateways</link><description>Workers AI now natively supports &lt;a href=https://developers.cloudflare.com/ai-gateway/providers/workersai/#worker class="DocsMarkdown--link">&lt;span class="DocsMarkdown--link-content">AI Gateway&lt;/span>&lt;/a>.</description><pubDate>Tue, 18 Jun 2024 08:00:00 EST</pubDate></item><item><title>Deprecation announcement for `@cf/meta/llama-2-7b-chat-int8`</title><link>https://developers.cloudflare.com/workers-ai/changelog/#deprecation-announcement-for-cfmetallama-2-7b-chat-int8</link><description>&lt;p>We will be deprecating &lt;code>@cf/meta/llama-2-7b-chat-int8&lt;/code> on 2024-06-30.&lt;/p>
&lt;p>Replace the model ID in your code with a new model of your choice:&lt;/p>
&lt;ul>
&lt;li>&lt;a href=https://developers.cloudflare.com/workers-ai/models/llama-3-8b-instruct/ class="DocsMarkdown--link">&lt;span class="DocsMarkdown--link-content">&lt;code>@cf/meta/llama-3-8b-instruct&lt;/code>&lt;/span>&lt;/a> is the newest model in the Llama family (and is currently free for a limited time on Workers AI).&lt;/li>
&lt;li>&lt;a href=https://developers.cloudflare.com/workers-ai/models/llama-3-8b-instruct-awq/ class="DocsMarkdown--link">&lt;span class="DocsMarkdown--link-content">&lt;code>@cf/meta/llama-3-8b-instruct-awq&lt;/code>&lt;/span>&lt;/a> is the new Llama 3 in a similar precision to your currently selected model. This model is also currently free for a limited time.&lt;/li>
&lt;/ul>
&lt;p>If you do not switch to a different model by June 30th, we will automatically start returning inference from &lt;code>@cf/meta/llama-3-8b-instruct-awq&lt;/code>.&lt;/p></description><pubDate>Tue, 11 Jun 2024 08:00:00 EST</pubDate></item><item><title>Add new public LoRAs and note on LoRA routing</title><link>https://developers.cloudflare.com/workers-ai/changelog/#add-new-public-loras-and-note-on-lora-routing</link><description>&lt;ul>
&lt;li>Added documentation on &lt;a href=https://developers.cloudflare.com/workers-ai/fine-tunes/public-loras/ class="DocsMarkdown--link">&lt;span class="DocsMarkdown--link-content">new public LoRAs&lt;/span>&lt;/a>.&lt;/li>
&lt;li>Noted that you can now run LoRA inference with the base model rather than explicitly calling the &lt;code>-lora&lt;/code> version&lt;/li>
&lt;/ul></description><pubDate>Wed, 29 May 2024 08:00:00 EST</pubDate></item><item><title>Add OpenAI compatible API endpoints</title><link>https://developers.cloudflare.com/workers-ai/changelog/#add-openai-compatible-api-endpoints</link><description>Added OpenAI compatible API endpoints for &lt;code>/v1/chat/completions&lt;/code> and &lt;code>/v1/embeddings&lt;/code>. For more details, refer to &lt;a href=https://developers.cloudflare.com/workers-ai/configuration/open-ai-compatibility/ class="DocsMarkdown--link">&lt;span class="DocsMarkdown--link-content">Configurations&lt;/span>&lt;/a>.</description><pubDate>Fri, 17 May 2024 08:00:00 EST</pubDate></item><item><title>Add AI native binding</title><link>https://developers.cloudflare.com/workers-ai/changelog/#add-ai-native-binding</link><description>&lt;ul>
&lt;li>Added new AI native binding, you can now run models with &lt;code>const resp = await env.AI.run(modelName, inputs)&lt;/code>&lt;/li>
&lt;li>Deprecated &lt;code>@cloudflare/ai&lt;/code> npm package. While existing solutions using the @cloudflare/ai package will continue to work, no new Workers AI features will be supported.
Moving to native AI bindings is highly recommended&lt;/li>
&lt;/ul></description><pubDate>Thu, 11 Apr 2024 08:00:00 EST</pubDate></item></channel></rss>