Mixlayer

Mixlayer

GLB
10 models available

Models served by Mixlayer

ModelContextInput /MOutput /MCache read /MLatencyThroughput
262k$1.47/M$4.62/M$0.29/MN/AN/A
262k$1.47/M$4.62/M$0.29/MN/AN/A
262k$0.79/M$3.68/M$0.16/MN/AN/A
131k$0.31/M$2.52/MFreeN/AN/A
131k$0.31/M$2.52/MFreeN/AN/A
131k$0.26/M$1.36/MFreeN/AN/A
131k$0.26/M$1.36/MFreeN/AN/A
131k$0.63/M$3.78/MFreeN/AN/A
131k$0.63/M$3.78/MFreeN/AN/A
131k$0.11/M$0.42/MFreeN/AN/A

Prices are per million tokens and include the 5% provider-selection markup. Availability and pricing refresh continuously; each model page shows the live provider comparison.

Using Mixlayer via the API

Append :mixlayer to the model ID, set "provider": "mixlayer" in the request body, or send an X-Provider: mixlayer header. Explicit provider selection adds a 5% markup over that provider's base price; the prices in the table above already include it.

curl https://nano-gpt.com/api/v1/chat/completions \
  -H "Authorization: Bearer $NANOGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "zai-org/glm-5.2:mixlayer",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

See the API documentation for provider preferences, price-aware routing, and error behavior.