Built by Y Combinator Alumni

300+ AI LLMs.One line of code.

One endpoint for GPT, Claude, Gemini, and 300+ LLMs. Switch providers in real-time. Pay in any currency.

openaipython
1 2 3 4 5 6 7 8 9
from openai import OpenAI client = OpenAI( base_url="https://api.meshapi.ai/v1", api_key="mesh_sk_..." ) response = client.chat.completions.create( model="gpt-4o"