Overview

Welcome to the ⫷𝐅𝐀𝐊 𝐎𝐅𝐅𝐈𝐂𝐈𝐀𝐋⫸ VIP AI Models API. This service provides free, direct access to premium large language models from providers like Groq and Google Gemini. Our goal is to empower developers and creators by removing the cost barrier to cutting-edge AI technology.

Base URL: https://vip-ai-models.fak-official.workers.dev

Supported Models

The following models are available. Use the GET /models endpoint to fetch this list programmatically.

Model IDAPI Provider

Groq API

Proxy for the Groq AI endpoint. Send a prompt to any supported Groq model for ultra-fast inference.

Endpoint

POST /groq

cURL Example

curl -X POST 'https://vip-ai-models.fak-official.workers.dev/groq' \
-H 'Content-Type: application/json' \
-d '{
  "model": "llama-3.1-8b-instant",
  "prompt": "What is the capital of France?"
}'

Gemini API

Proxy for the Google Gemini endpoint. Access Google's powerful multimodal models.

Endpoint

POST /gemini

cURL Example

curl -X POST 'https://vip-ai-models.fak-official.workers.dev/gemini' \
-H 'Content-Type: application/json' \
-d '{
  "model": "gemini-2.5-flash",
  "prompt": "Explain relativity in simple terms."
}'

Live API Tester

Request

Response

Your API response will appear here.