openai/gpt-4-0613

openai/gpt-4-0613
by openai · text in
INPUT$30.00/ 1M tokens
OUTPUT$60.00/ 1M tokens
p50 TTFT537 ms7d
p95 TTFT1.51 s7d
TRAFFIC1.1Ktokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="openai/gpt-4-0613",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$30.00
Output / 1M tokens$60.00
CurrencyUSD
Performance
TTFT p50
537 ms
Output speed
7.0 tok/s
TTFT p95
1.51 s
Error rate
13.6%
Public benchmarks
AA Coding
13.1
AA Intelligence
12.8
Source: artificialanalysis.ai
FAQ
How much does openai/gpt-4-0613 cost on OrcaRouter?
openai/gpt-4-0613 is priced at $30.00 per 1M input tokens and $60.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is openai/gpt-4-0613's context window?
openai/gpt-4-0613 supports a context window of — tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call openai/gpt-4-0613 via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="openai/gpt-4-0613" in the chat.completions.create call.
Does OrcaRouter rate-limit openai/gpt-4-0613?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
openai/gpt-4-0613$30.00/M in537ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-4-0613" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-4-0613.svg" alt="openai/gpt-4-0613 on OrcaRouter" /> </a>
Markdown [![openai/gpt-4-0613](https://www.orcarouter.ai/embed/openai/gpt-4-0613.svg)](https://www.orcarouter.ai/models/openai/gpt-4-0613)