-
-
Save gowatana/66bbaa4f70fbfdf63ce1e3719a181175 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| }' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
Nutanix Enterprise AI 2.6 で Sarashina の推論エンドポイントを起動してみる。
https://blog.ntnx.jp/entry/2026/06/01/212634