Model Selection
Available models depend on account permissions, key group, model restrictions, and current service status. The most reliable check is to query the model list with your own key.
List models
bash
curl https://ai.laiber.cloud/v1/models \
-H "Authorization: Bearer $LAIBER_API_KEY"If a model is not returned, the current key usually cannot call it.
Suggestions
- Use lightweight models for daily chat, lower latency, and lower cost.
- Use stronger models for coding, complex reasoning, or long-context tasks.
- Use task-specific models for images, audio, embeddings, reranking, and similar workloads.
- In production, pin model names to avoid unexpected cost or behavior changes.
FAQ
Model not found
Call /v1/models first, then check whether your API key restricts models or groups.
Upstream says the model is unsupported
The model may be temporarily unavailable, or your key may not have access to the required group. Try another model first; if multiple models fail, contact support.