Platform Capabilities

One API. 46+ AI Models.

Access the largest library of open-source AI models through a single OpenAI-compatible API. Fast, reliable, pay-per-use infrastructure built for developers.

45+
Available Models
1
API Endpoint
1,000
Free Credits
0
Monthly Fees
What You Get

Everything You Need

From API keys and usage tracking to team management — all in one place.

Multiple API Keys

Create unlimited API keys per account. Assign keys to different projects, revoke them individually, and monitor usage per key.

Usage Dashboard

Real-time credit balance, per-request cost breakdown, usage history, and monthly summaries — all visible in your dashboard.

45+ Language Models

Llama, Qwen, Gemma, Mistral, DeepSeek, and more. New models added regularly. See the full list via the API.

Pay-Per-Token Credits

No subscriptions. Buy credits as needed. Credits never expire. Only output tokens are charged — input is free.

Secure Authentication

API keys with bearer token auth. OTP-verified account registration. No unauthorized access.

Real-Time Streaming

Server-sent events streaming for real-time responses, identical to OpenAI. Perfect for chat apps and AI assistants.

Arabic & English UI

Full RTL support for Arabic. The dashboard, billing, and all pages are available in both English and Arabic.

Transparent Rate Limits

Clear, tiered rate limits per account. No surprise overages, no opaque quotas — full visibility into your usage at all times.

Full Documentation

Comprehensive docs with examples in multiple languages. Works with the Python SDK, JavaScript SDK, and any HTTP client.

46+

Available Models

A curated selection of open-source models, continuously updated. Query /v1/models for the current list.

Chat & Instruction
Coding
Reasoning
Multilingual
Integration

Drop-in OpenAI Replacement

Drop-in OpenAI Replacement

The API follows the OpenAI specification exactly. If you already use OpenAI's SDK or any OpenAI-compatible client, switching takes one line of code — change the base URL, keep everything else.

  • /v1/chat/completions /v1/chat/completions endpoint
  • Streaming responses (SSE)
  • Model listing via /v1/models
  • Bearer token authentication
  • Works with OpenAI Python & JS SDKs
example.py OpenAI SDK
# OpenAI-compatible — just change base_url from openai import OpenAI client = OpenAI( base_url="https://llmapi.resayil.io/v1", api_key="your-api-key", ) response = client.chat.completions.create( model="llama3.1:8b", messages=[{ "role": "user", "content": "Hello!" }] ) print(response.choices[0].message.content)
Why Choose Us

LLM Resayil vs. Alternatives

See how we compare on the features that matter most.

Feature LLM Resayil OpenAI OpenRouter
Free tier (no card) 1,000 credits Paid only Yes
OpenAI-compatible API Yes Yes Yes
Input tokens charged No (free) Yes Yes
Pricing currency KWD USD USD
Credits expire Never Yes No
Arabic language UI Full RTL No No
Shared credit balance across keys Yes Yes Yes
See the full cost comparison →

Related

See pricing plans Browse integrations

Ready to Get Started?

Create a free account, get 1,000 credits, and make your first API call in under 5 minutes.