Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RE API

A unified API that provides access to multiple AI models through a single OpenAI-compatible endpoint.

Join our Discord to get the API endpoint URL: https://discord.gg/AtwqzqpwR8


Supported Models

Model ID Description Provider
k2d6 Kimi K2.6 Moonshot
k2d6-thinking Kimi K2.6 Thinking Moonshot
deepseek-v4-flash DeepSeek V4 Flash DeepSeek
deepseek-v4-pro DeepSeek V4 Pro DeepSeek
qwen3.8-max-preview Qwen3.8 Max Preview Alibaba
qwen3.7-plus Qwen3.7 Plus Alibaba
qwen3.7-max Qwen3.7 Max Alibaba
qwen3.6-plus Qwen3.6 Plus Alibaba
qwen3.6-max-preview Qwen3.6 Max Preview Alibaba
qwen3.6-27b Qwen3.6 27B Alibaba
qwen3.6-35b-a3b Qwen3.6 35B-A3B Alibaba
qwen3.5-plus Qwen3.5 Plus Alibaba
qwen3.5-flash Qwen3.5 Flash Alibaba
qwen3.5-397b-a17b Qwen3.5 397B-A17B Alibaba
qwen3.5-omni-plus Qwen3.5 Omni Plus Alibaba
qwen3.5-omni-flash Qwen3.5 Omni Flash Alibaba
qwen3-max-2026-01-23 Qwen3 Max Alibaba
qwen-plus-2025-07-28 Qwen3 235B-A22B 2507 Alibaba
qwen3-coder-plus Qwen3 Coder Plus Alibaba
qwen3-vl-plus Qwen3 VL Plus Alibaba
qwen3-omni-flash-2025-12-01 Qwen3 Omni Flash Alibaba
gemini-3-flash Gemini 3.6 Flash Google

Usage

Use the OpenAI SDK with your API key and the endpoint URL (available in our Discord). The API is fully OpenAI-compatible, including streaming and function calling.

Function Calling

Supports standard OpenAI function calling via the tools parameter. The model will respond with a tool_calls field as per the OpenAI spec.


Get Access

We do not offer public sign-ups. To get access:

  1. Join our Discord server: https://discord.gg/AtwqzqpwR8
  2. You'll receive the API endpoint URL and further access instructions.

Pricing

All models listed above are completely free to use. No credits, no limits.


Contact

For support, feature requests, or to report issues, join our Discord.

Built by sixfingerdev.