openai/gpt-4-0314GPT-4-0314 is the first version of GPT-4 released, with a context length of 8,192 tokens, and was supported until June 14. Training data: up to Sep 2021.
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $30.00 | ₹3019.56 |
| Cached inputprompt cache read | $3.00 | ₹301.96 |
| Output | $60.00 | ₹6039.11 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call openai/gpt-4-0314 through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-4-0314",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.