{
  "name": "Native1API Supplier",
  "status": "ok",
  "endpoints": {
    "health": "GET /health",
    "models": "GET /v1/models",
    "chatCompletions": "POST /v1/chat/completions"
  },
  "pricingPolicy": {
    "mode": "test-economics",
    "markupReady": false,
    "futureModes": [
      "nearest-competitor-undercut",
      "fixed-spread",
      "margin-floor"
    ]
  },
  "models": [
    {
      "id": "native1-fast",
      "object": "model",
      "owned_by": "native1api",
      "profile": "fast",
      "family": "native1-fast",
      "pricing": {
        "public": {
          "inputPerMillion": 0.145,
          "outputPerMillion": 0.39
        },
        "internal": {
          "inputPerMillion": 0.045,
          "outputPerMillion": 0.384
        }
      }
    },
    {
      "id": "native1-balanced",
      "object": "model",
      "owned_by": "native1api",
      "profile": "balanced",
      "family": "native1-balanced",
      "pricing": {
        "public": {
          "inputPerMillion": 0.19,
          "outputPerMillion": 1.45
        },
        "internal": {
          "inputPerMillion": 0.28,
          "outputPerMillion": 0.83
        }
      }
    },
    {
      "id": "native1-coding",
      "object": "model",
      "owned_by": "native1api",
      "profile": "coding",
      "family": "native1-coding",
      "pricing": {
        "public": {
          "inputPerMillion": 0.155,
          "outputPerMillion": 1.95
        },
        "internal": {
          "inputPerMillion": 0.293,
          "outputPerMillion": 2.25
        }
      }
    },
    {
      "id": "native1-reasoning",
      "object": "model",
      "owned_by": "native1api",
      "profile": "reasoning",
      "family": "native1-reasoning",
      "pricing": {
        "public": {
          "inputPerMillion": 0.155,
          "outputPerMillion": 0.399
        },
        "internal": {
          "inputPerMillion": 0.293,
          "outputPerMillion": 2.25
        }
      }
    }
  ]
}