From 718d96cf3b4d70362d5d751a469382408c81d72d Mon Sep 17 00:00:00 2001 From: Guillaume Gay Date: Tue, 8 Sep 2026 11:20:29 +0200 Subject: [PATCH] docs: add PyPI downloads badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2e73bb0..5da3f9a4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ [![npm version](https://img.shields.io/npm/v/modelparams.svg)](https://www.npmjs.com/package/modelparams) [![npm downloads](https://img.shields.io/npm/dm/modelparams.svg)](https://www.npmjs.com/package/modelparams) +[![PyPI downloads](https://img.shields.io/pypi/dm/modelparams.svg)](https://pypi.org/project/modelparams/) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) Every API parameter each AI model accepts, in one place: `temperature`, `top_p`, `max_tokens` and the rest of the request body, with defaults, ranges and gating conditions. Not weight counts — see [model parameters vs. API parameters](https://modelparams.dev/model-parameters-vs-api-parameters). Inspired by [models.dev](https://github.com/anomalyco/models.dev); we use it at [Manifest](https://manifest.build/).