Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created June 1, 2026 12:25
Show Gist options
  • Select an option

  • Save gowatana/66bbaa4f70fbfdf63ce1e3719a181175 to your computer and use it in GitHub Desktop.

Select an option

Save gowatana/66bbaa4f70fbfdf63ce1e3719a181175 to your computer and use it in GitHub Desktop.
curl -k -X 'POST' 'https://10.1.7.122/enterpriseai/v1/chat/completions' \
-H "Authorization: Bearer $API_KEY" \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"model": "sarashina22-05b-ep",
"messages": [
{
"role": "user",
"content": "Explain Deep Neural Networks in simple terms"
}
],
"stream": false
}'
@gowatana
Copy link
Copy Markdown
Author

gowatana commented Jun 1, 2026

下記の投稿むけ。

Nutanix Enterprise AI 2.6 で Sarashina の推論エンドポイントを起動してみる。
https://blog.ntnx.jp/entry/2026/06/01/212634

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment