Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
查询可用模型,并在请求中正确填写 model 字段。
model
curl https://api.omnimux.ai/v1/models \ -H "Authorization: Bearer $OMNIMUX_API_KEY"
curl https://api.omnimux.ai/v1beta/models \ -H "Authorization: Bearer $OMNIMUX_API_KEY"
curl https://api.omnimux.ai/v1/chat/completions \ -H "Authorization: Bearer $OMNIMUX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-4o-mini", "messages": [{"role": "user", "content": "ping"}] }'
gpt-4o-mini
id
POST /v1/chat/completions
POST /v1/responses
POST /v1/messages
POST /v1beta/models/{model}:generateContent
{model}