Choose your time
Start with a 24-hour Trial Pass or choose a week or month. All models are included from the start.
Unlimited access while your subscription is active.
Oproute gives developers a single, OpenAI-compatible API to access the models configured for the service. One key, one clean integration, room to build.
import os
from openai import OpenAI
client = OpenAI(
base_url="https://oproute.web.id/v1",
api_key=os.environ["OPROUTE_API_KEY"],
)
response = client.chat.completions.create(
model="model-id-from-catalog",
messages=[{"role": "user", "content": "Hello, Oproute!"}],
)
Choose how long you need access. Every plan includes the same models and unlimited use while active.
All plans include API access, the playground, analytics, keys, docs, and streaming support.
One familiar interface keeps your experiments and applications moving.
Start with a 24-hour Trial Pass or choose a week or month. All models are included from the start.
Use one Oproute credential and a single base URL with an OpenAI-compatible request shape.
Switch the model ID without rebuilding a different provider integration for every experiment.
Compare configured capabilities and copy model IDs. Every subscription includes the same catalog access.
Explore all modelsUse the OpenAI client you already know. Point it at Oproute’s /v1 endpoint, provide your Oproute key, and choose a model from the catalog.
from openai import OpenAI
client = OpenAI(
base_url="https://oproute.web.id/v1",
api_key="opr_live_your_key",
)
response = client.chat.completions.create(
model="model-id-from-catalog",
messages=[{"role": "user", "content": "Hello, Oproute!"}],
stream=True,
)Time-based access should be easy to understand, before and after you subscribe.
See the developer docsYour plan does not have a token balance that runs down. You can use Oproute while your subscription is active. Requests remain subject to upstream provider availability and service protections.
Every plan has the same model access. The difference is how long access lasts. The catalog lists models currently configured for this service.
Oproute accepts OpenAI-compatible chat completion requests at /v1/chat/completions, including server-sent event streaming.
The Trial Pass provides 24 hours of access, with the same model access as Weekly and Monthly.
No. Requests, processed tokens, and latency are available for insight; they are not quota balances or countdowns.
Checkout redirects to the payment provider. Access changes only after the payment has been verified by the service.
Try the full gateway for 24 hours. Same access, different duration.