groq
meta-llama/llama-4-maverick-17b-128e-instruct
Context
128K
Input
text
Output
text
Tool calling
Supported
About this model
Llama 4 Maverick 17B-128E Instruct is Meta's 17B-parameter MoE instruction model featuring 128 experts with 4 active per token. Optimized for complex task decomposition and tool-integrated reasoning with constitutional AI safety, delivering expert-level performance at accessible computational requirements.
Capabilities
text
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "288e26cb1f4b4c289573cdcef6f55ea9",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
groq
288e26cb1f4b4c289573cdcef6f55ea9
Input
$0.200 / 1M
Output
$0.600 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.200 / 1M |
| Output tokens | $0.600 / 1M |
Performance
Published evaluation results associated with this model.
Instruction Following
AlpacaEval92.8
InstructBench87.4
Complex Task Accuracy89.6
Multi-Step Completion93.1
Tool & Reasoning
Tool Calling Accuracy96.3
API Composition90.7
GSM8K92.4
TheoremQA58.3
Safety & Alignment
Constitutional Adherence98.4
Harmlessness99
Bias Detection94.7
TruthfulQA88.6
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "288e26cb1f4b4c289573cdcef6f55ea9",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'