curl -X POST https://api.intelligence.io.net/v1/private/completions
-H "Authorization: Bearer $IO_API_KEY"
-H "Content-Type: application/json"
-d '{
"model": "meta-llama/Llama-3.3-70B-Instruct",
"messages": [
{"role": "user", "content": "What is confidential computing?"}
],
"max_tokens": 5000
}'
-i # Include response headers
io.net
curl -X POST https://api.intelligence.io.net/v1/private/completions
-H "Authorization: Bearer $IO_API_KEY"
-H "Content-Type: application/json"
-d '{
"model": "meta-llama/Llama-3.3-70B-Instruct",
"messages": [
{"role": "user", "content": "What is confidential computing?"}
],
"max_tokens": 5000
}'
-i # Include response headers
io.net