
deepcogito/cogito-v1-preview-llama-70B
Text Generation
โข
Updated
โข
180
โข
37
X-Forwarded-Host: google.com
{
"error": "Not Found: google.com"
}
curl "https://{your-inference-endpoint}/v1/chat/completions" \
-X POST \
-H "Authorization: Bearer <HF_TOKEN>" \
-H "Content-Type: application/json" \
-H "X-Forwarded-Host: any-domain.com" \
-d '{
"model": "unsloth/DeepSeek-R1-GGUF",
"messages": [{"role": "user", "content": "What is deep learning?"}],
"max_tokens": 150
}'