Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
llama3.2-1b – AI Model by jashanjotsinghdhiman | AlphaNeural AI
You can deploy this model and start earning money today!
jashanjotsinghdhiman
/
llama3.2-1b
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
import requests url = "
http://localhost:11434/api/generate
" data = { "model": "llama3.2:1b", "prompt": "Why is the sky blue?" } response = requests.post(url, json=data) print(response.json())