#promptapi

2025-01-13

Check out my three-part article series about the benefits of on-device large language models and learn how to add AI capabilities to your web apps: web.dev/articles/ai-llms-benef #GenAI #WebLLM #PromptAPI

2024-12-17

I’m hosting a free webinar tomorrow (in German) about the experimental Built-in AI APIs that the Web Machine Learning Community Group is working on. These APIs are all secure and privacy-preserving, as they perform all the computations on your device. Come and join me! #webml #builtinai #promptapi lnk.thinktecture.cloud/webinar

2024-07-19

Just wrapped up an incredible @wearedevs World Congress! 🚀 Excited to share my presentation on cutting-edge web technologies:

🌐 WebGPU
🧠 WebNN
🆕 Chrome’s Prompt API

Slides available here: thinktecture.com/contributions

#wearedevs #wwc24 #genai #webgpu #webnn #promptapi

2024-07-04

As always, I had a great time at DWX! Here are my slides from my talk about local, offline-capable #GenerativeAI models via #WebLLM, #PromptAPI, #WebGPU, and #WebNN: thinktecture.com/contributions #pwa #dwx2024

Thomas Steiner :chrome:tomayac@toot.cafe
2024-07-02

📢 On the Chrome team, we've published an Explainer for the planned Prompt API that gives developers access to a (small) language model (shipping with the browser or the operating system) from JavaScript: github.com/explainers-by-googl.

```js
const session = await ai.createTextSession();

// Prompt the model and stream the result:
const stream = await session.promptStreaming("Write me an extra-long poem.");

for await (const chunk of stream) {
console.log(chunk);
}
```

🔮 #AI #PromptAPI

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst