Quick Start
LLM as a service quick start
Setting up API Key
Quickly test API
curl -X POST https://api.float16.cloud/v1/chat/completions -d
'{
"model": "seallm-7b-v3",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "ΰΈͺΰΈ§ΰΈ±ΰΈͺΰΈΰΈ΅"
}
]
}'
-H "Content-Type: application/json"
-H "Authorization: Bearer <float16-api-key>"Using the Chat API
OpenAI
LangChain
Last updated