From ee382c6d8aeebee5149fa9d1cacffd53677e6d87 Mon Sep 17 00:00:00 2001 From: Guillaume Gay Date: Tue, 8 Sep 2026 11:45:12 +0200 Subject: [PATCH 1/3] docs: remove inflated PyPI downloads badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5da3f9a4..c2e73bb0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ [![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/). From 191fbe2241709daf8a6fe598e6dcab37197ee8fb Mon Sep 17 00:00:00 2001 From: Guillaume Gay Date: Tue, 8 Sep 2026 11:48:48 +0200 Subject: [PATCH 2/3] docs: show PyPI version instead of downloads --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2e73bb0..d66d5d80 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 version](https://img.shields.io/pypi/v/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/). From f7a4a946ba2d3f403d9a50a9a6c47491a0548159 Mon Sep 17 00:00:00 2001 From: Guillaume Gay Date: Tue, 8 Sep 2026 11:51:28 +0200 Subject: [PATCH 3/3] docs: add PyPI version and downloads badges --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d66d5d80..5ce29592 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,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 version](https://img.shields.io/pypi/v/modelparams.svg)](https://pypi.org/project/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/).