Last updated
Was this helpful?
Was this helpful?
curl -X 'GET' \
'{your endpoint}/v1/models' \ -H 'accept: application/json'.fptcloud.com/v1/models' \
-H 'accept: application/json' curl -X 'POST' \
'{your endpoint}/v1/chat/completions' \88sdgk-8000.serverless.fptcloud.com/v1/chat/completions' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"messages": [
{
"content": "GPT-OSSとは何ですか?",
"role": "user",
"name": "admin"
}
],
"model": "openai/gpt-oss-120b"
}'