API 사용 예제
curl --request POST "https://gptproto.com/v1/chat/completions" \
--header "Authorization: Bearer $GPTPROTO_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"model": "grok-4.6",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Grok 4.6 pricing
Estimate a request with real work scenarios. GPTProto token pricing is 40% below official rates.
Cost calculator
Multi-turn agent with cached context.
$1.2 / 1M$0.0018
$3.6 / 1M$0.00288
$0.3 / 1M$0.0075
Cost per request
Top up
GPTProto vs official pricing.Requests
You pay
You receive
Savevs Grok