Google Gemma 4 31B Instruct is Google DeepMind's 30.7B dense multimodal model supporting text, image, and video input with text output. Features a 256K token context window and configurable thinking/reasoning mode.
curl -X POST https://ai.layercloud.ir/ollama/v1/chat/completions \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "model": "google/gemma-4-31b", "messages": [{"role": "user", "content": "Hello!"}] }'
Get an API key
Read this page in plain markdown