Skip to main content

Documentation Index

Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The Cloud AI Inference Platform for Developers

Run 30+ frontier AI models from a single API endpoint — fully compatible with Ollama and OpenAI SDKs. No GPU provisioning, no infrastructure to manage.

Get your API key

Sign up and get your API key in under 60 seconds

Browse Models

From 3B compact models to 1T+ flagship models

Why AJ STUDIOZ Cloud Infra?

Ollama-Compatible

Drop-in replacement for your local Ollama setup. Same API, zero code changes.

OpenAI-Compatible

Works with every OpenAI SDK and tool out of the box.

30+ Models

From Gemma 3B to Kimi K2 1T — the widest model selection available.

Make your first request

Swap your Ollama base URL to https://api.ajstudioz.co.in and you’re done.
curl https://api.ajstudioz.co.in/api/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemma3:27b",
    "messages": [
      { "role": "user", "content": "Hello! Tell me about yourself." }
    ],
    "stream": false
  }'
{
  "model": "gemma3:27b",
  "created_at": "2026-03-07T12:00:00Z",
  "message": {
    "role": "assistant",
    "content": "Hello! I'm Gemma 3, a powerful open-weight model running on AJ STUDIOZ Cloud Infra. How can I help you today?"
  },
  "done_reason": "stop",
  "done": true,
  "total_duration": 1234567890,
  "prompt_eval_count": 12,
  "eval_count": 32
}

ModelSizeBest For
kimi-k2:1t1T paramsAgentic reasoning, complex tasks
deepseek-v3.2671BCoding, analysis
glm-5LargeMultilingual, long context
gemma3:27b27BBalanced performance
qwen3-coder:480b480BCode generation
gemma3:4b4BFast, lightweight tasks

View all 30+ models →


Resources

API Reference

Full Ollama-compatible and OpenAI-compatible API docs

Authentication

How to authenticate with API keys

Quickstart

Get up and running in 5 minutes

Model Families

Understand model capabilities and use cases