[Workers AI] Update endpoint (#26411)
Some checks are pending
Publish / Production (push) Waiting to run

This commit is contained in:
Kody Jackson 2025-11-10 09:52:46 -06:00 committed by GitHub
parent 1ff0bc554b
commit e235a6dcd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
import fs from "fs";
fetch("https://ai.cloudflare.com/api/models")
fetch("https://ai-cloudflare-com.pages.dev/api/models")
.then((res) => res.json())
.then((data) => {
data.models.map((model) => {