From 3f8710ee70fbc2196b5c7a3e4bd9c993df79f180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Piszczek?= Date: Sat, 1 Aug 2026 18:22:43 +0200 Subject: [PATCH 1/3] Add AI Economics Tools API to Machine Learning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d6d4a40..ec2037e5 100644 --- a/README.md +++ b/README.md @@ -1299,6 +1299,7 @@ API | Description | Auth | HTTPS | CORS | ### Machine Learning API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| +| [AI Economics Tools](https://piszczek.pl/tools/api) | AI cost, energy and agent-verification calculators: token cost, LLM energy, Proof-Adjusted Autonomy, revocation exposure | No | Yes | Yes | | [AI For Thai](https://aiforthai.in.th/index.php) | Free Various Thai AI API | `apiKey` | Yes | Yes | | [Clarifai](https://docs.clarifai.com/api-guide/api-overview) | Computer Vision | `OAuth` | Yes | Unknown | | [Cloudmersive](https://www.cloudmersive.com/image-recognition-and-processing-api) | Image captioning, face recognition, NSFW classification | `apiKey` | Yes | Yes | From cdfbeb136ff3405b286d5a9f9bebb8cec08d0599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Piszczek?= Date: Sun, 2 Aug 2026 14:15:18 +0200 Subject: [PATCH 2/3] Credit the author in the entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec2037e5..72b7e4aa 100644 --- a/README.md +++ b/README.md @@ -1299,7 +1299,7 @@ API | Description | Auth | HTTPS | CORS | ### Machine Learning API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| -| [AI Economics Tools](https://piszczek.pl/tools/api) | AI cost, energy and agent-verification calculators: token cost, LLM energy, Proof-Adjusted Autonomy, revocation exposure | No | Yes | Yes | +| [AI Economics Tools](https://piszczek.pl/tools/api) | AI cost, energy and agent-verification calculators by Michał Piszczek: token cost, LLM energy, Proof-Adjusted Autonomy, revocation exposure | No | Yes | Yes | | [AI For Thai](https://aiforthai.in.th/index.php) | Free Various Thai AI API | `apiKey` | Yes | Yes | | [Clarifai](https://docs.clarifai.com/api-guide/api-overview) | Computer Vision | `OAuth` | Yes | Unknown | | [Cloudmersive](https://www.cloudmersive.com/image-recognition-and-processing-api) | Image captioning, face recognition, NSFW classification | `apiKey` | Yes | Yes | From df57d6d9152049317e04564d25a2d64ef4395f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Piszczek?= Date: Mon, 3 Aug 2026 21:55:28 +0200 Subject: [PATCH 3/3] Shorten the description to 93 characters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72b7e4aa..5a506f2e 100644 --- a/README.md +++ b/README.md @@ -1299,7 +1299,7 @@ API | Description | Auth | HTTPS | CORS | ### Machine Learning API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| -| [AI Economics Tools](https://piszczek.pl/tools/api) | AI cost, energy and agent-verification calculators by Michał Piszczek: token cost, LLM energy, Proof-Adjusted Autonomy, revocation exposure | No | Yes | Yes | +| [AI Economics Tools](https://piszczek.pl/tools/api) | Token cost, LLM energy, agent-hour and Proof-Adjusted Autonomy calculators by Michał Piszczek | No | Yes | Yes | | [AI For Thai](https://aiforthai.in.th/index.php) | Free Various Thai AI API | `apiKey` | Yes | Yes | | [Clarifai](https://docs.clarifai.com/api-guide/api-overview) | Computer Vision | `OAuth` | Yes | Unknown | | [Cloudmersive](https://www.cloudmersive.com/image-recognition-and-processing-api) | Image captioning, face recognition, NSFW classification | `apiKey` | Yes | Yes |