ollama run mistral:7b-instruct
ollama run mistral:7b-text
curl -X POST http://127.0.0.1:11434/api/generate -d '{ "model": "mistral", "prompt":"Here is a story about llamas eating grass" }'