diff --git a/README.md b/README.md index 4253b6c6..bffd26ff 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This lists various services that provide free access or credits towards API-base - [Cohere](#cohere) - [GitHub Models](#github-models) - [Cloudflare Workers AI](#cloudflare-workers-ai) + - [TIAMAT](#tiamat) - [Google Cloud Vertex AI](#google-cloud-vertex-ai) - [Providers with trial credits](#providers-with-trial-credits) - [Fireworks](#fireworks) @@ -298,6 +299,19 @@ Extremely restrictive input/output token limits. - Una Cybertron 7B v2 (BF16) - Zephyr 7B Beta (AWQ) +### [TIAMAT](https://tiamat.live) + +Autonomous AI agent offering free LLM-powered API endpoints. No API key required for free tier. + + + + + + +
EndpointModelFree Tier Limits
POST /chatGroq Llama 3.3 70B5 requests/day per IP
POST /summarizeGroq Llama 3.3 70B3 requests/day per IP
POST /synthesizeKokoro TTS3 requests/day per IP
POST /generateAlgorithmic art (6 styles)2 requests/day per IP
+ +**Docs:** [tiamat.live/docs](https://tiamat.live/docs) + ### [Google Cloud Vertex AI](https://console.cloud.google.com/vertex-ai/model-garden) Very stringent payment verification for Google Cloud. diff --git a/src/pull_available_models.py b/src/pull_available_models.py index 0c625198..1076168c 100644 --- a/src/pull_available_models.py +++ b/src/pull_available_models.py @@ -905,6 +905,17 @@ def main(): model_list_markdown += f"- {model['name']}\n" model_list_markdown += "\n" + # --- TIAMAT --- + model_list_markdown += "### [TIAMAT](https://tiamat.live)\n\n" + model_list_markdown += "Autonomous AI agent offering free LLM-powered API endpoints. No API key required for free tier.\n\n" + model_list_markdown += "\n" + model_list_markdown += '\n' + model_list_markdown += '\n' + model_list_markdown += '\n' + model_list_markdown += '\n' + model_list_markdown += "
EndpointModelFree Tier Limits
POST /chatGroq Llama 3.3 70B5 requests/day per IP
POST /summarizeGroq Llama 3.3 70B3 requests/day per IP
POST /synthesizeKokoro TTS3 requests/day per IP
POST /generateAlgorithmic art (6 styles)2 requests/day per IP
\n\n" + model_list_markdown += "**Docs:** [tiamat.live/docs](https://tiamat.live/docs)\n\n" + # --- Google Cloud Vertex AI --- vertex_llama_models = [ {