Skip to main content

Models API Reference

The Models API allows you to list and retrieve information about the models available on the platform.

List Models

This endpoint returns a list of all available models.

Endpoint

Example Request

curl https://api.inceptron.io/v1/models \
-H "Authorization: Bearer $INCEPTRON_API_KEY"

Example Response

{
"object": "list",
"data": [
{
"id": "meta-llama/Llama-3.3-70B-Instruct",
"object": "model",
"created": 1677606400,
"owned_by": "inceptron"
},
{
"id": "gpt-4",
"object": "model",
"created": 1677606400,
"owned_by": "openai"
}
]
}

List of Available Models

IDDeployment Mode
meta-llama/Llama-3.3-70B-InstructServerless
meta-llama/Llama-3.1-8B-InstructCustom
meta-llama/Llama-3.2-1B-InstructCustom
google/gemma-3-27b-itCustom
Qwen/Qwen3-Coder-30B-A3B-InstructCustom
Qwen/Qwen3-VL-235B-A22B-InstructCustom
Qwen/Qwen2.5-72B-InstructCustom
openai/gpt-oss-20bCustom
deepseek-ai/DeepSeek-R1-0528Custom
deepseek-ai/DeepSeek-V3-0324Custom
deepseek-ai/DeepSeek-V3.1Custom
moonshotai/Kimi-K2-ThinkingCustom
zai-org/GLM-4.6Custom