Cerebras Inference
cerebras-inference.main-kill-isr.mintlify.me
· Cerebras Inference
cerebras-inference.main-kill-isr.mintlify.me via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 49/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-20 18:48:33 current | 3525f5597875… |
view → |
Endpoints
| Agent card | https://cerebras-inference.main-kill-isr.mintlify.me/.well-known/agent-card.json |
| Provider | https://inference-docs.cerebras.ai/ |
| Docs | https://inference-docs.cerebras.ai/ |
Skills · 10 declared · mapped to canonical taxonomy
Set up Prometheus scraping and Grafana dashboards for Cerebras dedicated inference endpoints. Use when configuring observability for dedicated endpoints, buildi…
Discover models available on Cerebras Inference and migrate workloads between them. Use when listing available models, checking rate limits per tier, or convert…
Use the OpenAI SDK or OpenAI-compatible clients with Cerebras by swapping the base URL. Use when migrating from OpenAI, or using Cerebras with OpenAI-compatible…
Control Cerebras Chat Completions output using stop sequences, frequency/presence penalties, temperature, and sampling parameters. Use when filtering phrases, t…
Reduce TTFT on the Cerebras API by compressing request payloads with gzip or msgpack. Use when benchmarking compression strategies, measuring prompt size in tok…
Measure and optimize Cerebras automatic prompt caching. Use when benchmarking cache hit rate, understanding prompt_cache_key scoping, or analyzing TTFT reductio…
Use Cerebras rate limit response headers to maximize throughput and avoid 429 errors. Use when building clients that resume as soon as limits reset, or debuggin…
Configure and benchmark reasoning on Cerebras models (gpt-oss-120b, zai-glm-4.7). Use when testing reasoning formats, measuring performance across effort levels…
Enforce JSON schema compliance on Cerebras model responses using strict mode. Use when debugging schema validation errors, checking strict=true compatibility, o…
Implement tool calling with Cerebras models, including parallel tool calls and end-to-end latency measurement. Use when building agentic workflows, benchmarking…
Health · last 5 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/cerebras-inference.main-kill-isr.mintlify.me) [](https://agenstry.com/agents/cerebras-inference.main-kill-isr.mintlify.me) [](https://agenstry.com/agents/cerebras-inference.main-kill-isr.mintlify.me) [](https://agenstry.com/agents/cerebras-inference.main-kill-isr.mintlify.me)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Cerebras Inference",
"url": "https://inference-docs.cerebras.ai/",
"version": "1.0.0",
"protocolVersion": "0.3",
"preferredTransport": "HTTP+JSON",
"supportedInterfaces": [
{
"url": "https://inference-docs.cerebras.ai/",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "0.3"
}
],
"provider": {
"url": "https://inference-docs.cerebras.ai/",
"organization": "Cerebras Inference"
},
"documentationUrl": "https://inference-docs.cerebras.ai/",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"skills": [
{
"id": "metrics",
"name": "cerebras-metrics",
"description": "Set up Prometheus scraping and Grafana dashboards for Cerebras dedicated inference endpoints. Use when configuring observability for dedicated endpoints, building monitoring dashboards, or integrating with Prometheus/Grafana Cloud/Datadog.",
"tags": [],
"url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/metrics/skill.md"
},
{
"id": "models",
"name": "cerebras-models",
"description": "Discover models available on Cerebras Inference and migrate workloads between them. Use when listing available models, checking rate limits per tier, or converting an existing workload to a different model.",
"tags": [],
"url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/models/skill.md"
},
{
"id": "openai-compatibility",
"name": "cerebras-openai-compatibility",
"description": "Use the OpenAI SDK or OpenAI-compatible clients with Cerebras by swapping the base URL. Use when migrating from OpenAI, or using Cerebras with OpenAI-compatible tooling.",
"tags": [],
"url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/openai-compatibility/skill.md"
},
{
"id": "output-control",
"name": "cerebras-output-control",
"description": "Control Cerebras Chat Completions output using stop sequences, frequency/presence penalties, temperature, and sampling parameters. Use when filtering phrases, tuning determinism, or adjusting response creativity.",
"tags": [],
"url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/output-control/skill.md"
},
{
"id": "payload-optimization",
"name": "cerebras-payload-optimization",
"description": "Reduce TTFT on the Cerebras API by compressing request payloads with gzip or msgpack. Use when benchmarking compression strategies, measuring prompt size in tokens, or optimizing large chat payloads.",
"tags": [],
"url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/payload-optimization/skill.md"
},
{
"id": "prompt-caching",
"name": "cerebras-prompt-caching",
"description": "Measure and optimize Cerebras automatic prompt caching. Use when benchmarking cache hit rate, understanding prompt_cache_key scoping, or analyzing TTFT reduction from warm caches.",
"tags": [],
"url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/prompt-caching/skill.md"
},
{
"id": "rate-limits",
"name": "cerebras-rate-limits",
"description": "Use Cerebras rate limit response headers to maximize throughput and avoid 429 errors. Use when building clients that resume as soon as limits reset, or debugging unexpected rate limiting behavior.",
"tags": [],
"url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/rate-limits/skill.md"
},
{
"id": "reasoning",
"name": "cerebras-reasoning",
"description": "Configure and benchmark reasoning on Cerebras models (gpt-oss-120b, zai-glm-4.7). Use when testing reasoning formats, measuring performance across effort levels, or debugging multi-turn reasoning retention.",
"tags": [],
"url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/reasoning/skill.md"
},
{
"id": "structured-outputs",
"name": "cerebras-structured-outputs",
"description": "Enforce JSON schema compliance on Cerebras model responses using strict mode. Use when debugging schema validation errors, checking strict=true compatibility, or migrating from JSON mode to structured outputs.",
"tags": [],
"url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/structured-outputs/skill.md"
},
{
"id": "tool-use",
"name": "cerebras-tool-use",
"description": "Implement tool calling with Cerebras models, including parallel tool calls and end-to-end latency measurement. Use when building agentic workflows, benchmarking parallel vs. sequential tool calls, or debugging tool call schemas.",
"tags": [],
"url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/tool-use/skill.md"
}
]
}