Frontier and open models, all through one API. Prices per 1M tokens.
Send your first request in minutes. Try free models without a credit card.
Sign up in seconds with email, Google or GitHub.
Pay only for what you use. Credits never expire and there are no subscriptions.
Create your key and start sending requests to our OpenAI-compatible endpoint.
Reach every major provider through a single OpenAI-compatible endpoint.
Automatic fallbacks keep you running when a provider goes down.
Requests are routed automatically to the cheapest, fastest provider.
Control which providers can see your data with fine-grained policies.
Sothe is fully compatible with the OpenAI SDK. Just change the base_url and your API key.
from openai import OpenAI client = OpenAI( base_url="https://api.sothe.ai/v1", api_key="<SOTHE_API_KEY>", ) completion = client.chat.completions.create( model="anthropic/claude-sonnet-5", messages=[ {"role": "user", "content": "What is the meaning of life?"} ], ) print(completion.choices[0].message.content)
Experiment with free models, then scale when you are ready.