community
Submit Your Benchmarks
Run modelping and share your results. Your data helps the community understand real-world latency across regions.
Option A — CLI Recommended
# Install modelping
pip install modelping
# Run benchmarks and submit in one step
modelping run --all --json | modelping submit \
--region "us-east" --location "New York, USA"
Note: modelping submit is live — install the latest version to use it.
OR
Option B — Paste JSON Manual