Quick Start
One Click Deploy quick start
Check all instances

Add new instance


Quickly test API
Instance Chat Playground

cURL
Last updated
One Click Deploy quick start




Last updated
curl -X POST http://api.float16.cloud/dedicate/JxlkeA5y2c/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <float16-api-key>" \
-d '{
"model": "<your model>",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "ΰΈͺΰΈ§ΰΈ±ΰΈͺΰΈΰΈ΅"
}
]
}'