AICredits logo
openai

OpenAI: GPT-3.5 Turbo

openai/gpt-3.5-turbo

GPT-3.5 Turbo is OpenAI's fastest model. It can understand and generate natural language or code, and is optimized for chat and traditional completion tasks. Training data up to Sep 2021.

Supported APIs

Chat APIResponses API
Context
16K
Max output
Input / 1M
₹50.33
Cached / 1M
₹5.03
Output / 1M
₹150.98

Pricing

Token typeUSD / 1MINR / 1M
Input$0.500₹50.33
Cached inputprompt cache read$0.0505.03
Output$1.50₹150.98

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call OpenAI: GPT-3.5 Turbo through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-3.5-turbo",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.