cerebras
gemma-4-31b
Context
128K
Input
text
Output
text
Tool calling
Supported
About this model
Google Gemma 4 31B, a dense model with a built-in step-by-step reasoning mode and native function calling, tuned for production workloads and RAG pipelines.
Capabilities
text
Available through the unified API
Tool CallingLong Context
Quick start
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "41064f9320734c5888f945598f0c8663",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
cerebras
41064f9320734c5888f945598f0c8663
Input
$0.990 / 1M
Output
$1.490 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.990 / 1M |
| Output tokens | $1.490 / 1M |
Performance
Published evaluation results associated with this model.
No benchmark data is listed for this model.
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "41064f9320734c5888f945598f0c8663",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'