OpenAI-compatible

Jarvis AI Gateway

Unified OpenAI-style endpoints for Claude and OSS models with credit metering and admin-managed keys.

Streaming supported Usage metering Admin-managed keys
Base URL
http://ai.jarvisbazar.com
Send Authorization: Bearer <YOUR_API_KEY> with every request. Endpoints follow the OpenAI spec under /v1.

Endpoint

OpenAI spec compatible
  • POST /v1/chat/completions

    Chat completions with streaming and usage metering.

Request example

curl
curl -X POST "http://ai.jarvisbazar.com/v1/chat/completions" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-3-5-haiku",
    "messages": [{"role": "user", "content": "Hello from your gateway"}],
    "max_tokens": 200,
    "stream": false
  }'

Models & Pricing

INR (₹) and USD ($) per 1M tokens (input / output).

7 models live
Model Input / 1M Output / 1M
claude-3-5-haiku ₹23.9897 ($0.2667) / 1M input tokens ₹119.93 ($1.33) / 1M output tokens
claude-3-5-sonnet-latest ₹89.95 ($1.00) / 1M input tokens ₹449.75 ($5.00) / 1M output tokens
claude-3-7-sonnet ₹89.95 ($1.00) / 1M input tokens ₹449.75 ($5.00) / 1M output tokens
claude-4-5-haiku ₹32.9847 ($0.3667) / 1M input tokens ₹164.91 ($1.83) / 1M output tokens
claude-4-5-sonnet ₹98.95 ($1.10) / 1M input tokens ₹494.73 ($5.50) / 1M output tokens
claude-4-sonnet ₹89.95 ($1.00) / 1M input tokens ₹449.75 ($5.00) / 1M output tokens
gpt-oss-120b ₹4.4975 ($0.0500) / 1M input tokens ₹17.9900 ($0.2000) / 1M output tokens