Tech specs
Version
v1.8
Format
HTTPS + JSON
Supported SDKs
OpenAI
Build chat, search, document analysis, and agent workflows from one AI endpoint.
Endpoint
POST /v1/responses
Starting price
$0.25 / 1M input tokens
Latency
420ms
Uptime
99.97%
Version
v1.8
Format
HTTPS + JSON
Supported SDKs
Open the detail page, review the request and response shape, test in sandbox with your account email, then move the same API to premium production usage.
Base URL
https://api.openai.com
Auth
Bearer API key
Adoption options
Free access
500 requests/day
Premium access
Custom token throughput
Provider notes
Integration flow
Step 1
Create a sandbox key
Step 2
Send a responses request
Step 3
Inspect the tool output
Step 4
Upgrade to premium for live traffic
Sample request
curl --request POST 'https://api.openai.com/v1/responses' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4.1-mini",
"input": "Summarize yesterday\'s support logs"
}'Sample response
{
"id": "resp_01hzk8...",
"model": "gpt-4.1-mini",
"output_text": "Yesterday support volume dropped 8%.",
"usage": {
"input_tokens": 128,
"output_tokens": 42
}
}Access model
Shortlist this API first, then log in when you are ready to connect your own provider key.
Starter
$59
public entry signalSave 18%
For prototypes, copilots, and early product testing.
Growth
$179
public entry signalSave 20%
For production AI features and team workspaces.
Scale
$449
public entry signalCustom annual contract
For heavy inference, multilingual ops, and custom throughput.
Shortlist status
Save this API if you want to compare it with other providers before connecting keys.
What APIverse does
Compare
Cleaner docs, request/response examples, and shortlist-driven research across providers.
Connect
Bring your own provider credentials into one workspace when you are ready to test or ship.
Visit official source
Go to the official provider for signup, legal terms, billing, or partner-specific access requirements.