We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff0bc5 commit e235a6dCopy full SHA for e235a6d
bin/fetch-ai-models.js
@@ -1,6 +1,6 @@
1
import fs from "fs";
2
3
-fetch("https://ai.cloudflare.com/api/models")
+fetch("https://ai-cloudflare-com.pages.dev/api/models")
4
.then((res) => res.json())
5
.then((data) => {
6
data.models.map((model) => {
0 commit comments