File size: 378 Bytes
e33e509 bbd6b6a e33e509 bbd6b6a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ---
title: Phi-3 Mini API
emoji: 🚀
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
---
# Phi-3-mini-4k-instruct API
This space provides an API for Microsoft's Phi-3-mini model.
## API Usage
**Endpoint:** `POST /api`
**Request Body:**
```json
{
"prompt": "Hello, how are you?"
}
```
**Response:**
```json
{
"status": "success",
"text": "..."
}
```
|