CoolFace
Apppublic

arthu1/north-air-api

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
App README

North Air 1 API

Optimized CPU inference with dynamic INT8 quantization.

Endpoints:

  • —GET /health
  • —POST /chat
  • —POST /chat/stream

Request shape (/chat):

json
{
  "model": "north-air-1",
  "messages": [
    {"role": "user", "content": "Hello"}
  ]
}

Response shape:

json
{"output": "...", "inference": "pytorch-int8"}