Model Management
Model List
View all available AI models from your configured providers.
Overview
The model list page displays all available models.
Viewing Models
Navigate to Model Management > Model List from the sidebar:
| Column | Description |
|---|---|
| Model Name | Model identifier |
| Provider | Provider offering this model |
| Account | Account associated with the model |
| Status | Online/Offline/Unknown |
Copy Model Names
Copy Selected Models
- Check the models you want to copy
- Click Copy Selected button
- Model names will be copied to clipboard
Copy All Models
Click Copy All button to copy all model names.
Copy Format
Copied model names are comma-separated:
DeepSeek-V3.2,GLM-5,Kimi-K2.5,Qwen3-MaxMultiple model names are separated by comma ,.
API Usage
List Models
curl http://localhost:8080/v1/modelsResponse:
{
"object": "list",
"data": [
{
"id": "DeepSeek-V3.2",
"object": "model",
"created": 1234567890,
"owned_by": "deepseek"
}
]
}Get Model Details
curl http://localhost:8080/v1/models/DeepSeek-V3.2API Key Management
API Keys are used to authenticate access to the Chat2API proxy server. Create, manage, and use keys to protect your proxy endpoint.
Model Mapping
Model mapping allows you to map request model names to actual models used by providers, supporting OpenAI compatibility, model aliases, and provider preferences.