OpenModelMap Python SDK — query 2,484 AI models with one line of code
Project description
OpenModelMap Python SDK
Zero-config API client for querying 2,484 open-source AI models.
from openmodelmap import OpenModelMap
omm = OpenModelMap() # api_key optional for free tier
# Search models
models = omm.models(gpu="rtx4070", task="coding", limit=5)
# Get GPU recommendations
gpu_models = omm.gpu("rtx4070", task="coding")
# Get single model
model = omm.model("deepseek-ai/DeepSeek-V3")
# Get rankings
rankings = omm.rankings("frontier-models")
Install
pip install openmodelmap
Pricing
| Tier | Rate Limit | Price |
|---|---|---|
| Free | 500 req/day | $0 |
| Pro | 10,000 req/day | $29/month |
| Ultra | 50,000 req/day | $79/month |
Docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openmodelmap-1.0.0.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openmodelmap-1.0.0.tar.gz.
File metadata
- Download URL: openmodelmap-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5636967e371b181d6744a3c9ba01b4022d5c978358840c8ba5c014c577e88225
|
|
| MD5 |
6aeae4a5baf7bc19340c39640510f901
|
|
| BLAKE2b-256 |
cf18a764df631a5621e3cbdacbed998f596f2268b5f3a7c2729558756362c18b
|
File details
Details for the file openmodelmap-1.0.0-py3-none-any.whl.
File metadata
- Download URL: openmodelmap-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a7b8d4fea85cf29f8f10322dfd263c4ffbb1f9371b3c1f6f57a20c1708afe44
|
|
| MD5 |
8cfc528c4f720c4271cbede23a7575f8
|
|
| BLAKE2b-256 |
3c4ec1b420669ed7962834861a7788f1f35c2064c809817e2a5141db0b3ff333
|