Skip to main content
The Python SDK supports Python 3.10+. It ships sync helpers for every MESH API surface and uses the stdlib urllib so it has no third-party runtime dependencies.

Install

Package: meshrouter.

First request

The SDK defaults to https://api.meshrouter.app/v1. Pass base_url=... to override.

Streaming

Models catalogue

Operations helpers

OpenAI compatibility

Prefer the OpenAI Python client? See OpenAI-compatible client for the drop-in path. The MESH SDK is for when you want native helpers for receipts, payments, accounts, and the MESH-specific monitoring/admin surface.