Zgodne z OpenAI — zostań przy swoim SDK
https://api.orcarouter.ai/v1from openai import OpenAI
client = OpenAI(
base_url="https://api.orcarouter.ai/v1",
api_key="$ORCAROUTER_API_KEY",
)
response = client.chat.completions.create(
model="openai/gpt-5-2025-08-07",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)include_reasoningmax_completion_tokensmax_tokensreasoningresponse_formatseedstreamstructured_outputstool_choicetools| Wejście / 1M tokenów | $1.25 |
| Wyjście / 1M tokenów | $10.00 |
| Odczyt cache / 1M | $0.125 |
| Waluta | USD |
Szacunek na podstawie cennika
Tylko szacunek — rzeczywista liczba tokenów zależy od tokenizatora dostawcy.
GET /api/public/models/openai/gpt-5-2025-08-07Otwórz @misc{orcarouter_gpt_5_2025_08_07,
title = {openai/gpt-5-2025-08-07 API},
author = {openai},
year = {n.d.},
howpublished = {OrcaRouter},
url = {https://www.orcarouter.ai/models/openai/gpt-5-2025-08-07}
}openai. (n.d.). openai/gpt-5-2025-08-07 API. OrcaRouter. https://www.orcarouter.ai/models/openai/gpt-5-2025-08-07