SpyBara
Go Premium

Documentation 2026-07-09 13:03 UTC to 2026-07-12 00:02 UTC

4 files changed +16 −9. View all changes and history on the product overview
2026
Tue 14 21:01 Sun 12 00:02 Thu 9 13:03 Wed 8 18:58 Mon 6 22:58 Sat 4 20:00 Thu 2 16:59 Wed 1 19:00

grok-4-5.md +1 −0

Details

76| Property | Value |76| Property | Value |

77|----------|-------|77|----------|-------|

78| Model name | `grok-4.5` |78| Model name | `grok-4.5` |

79| Knowledge cutoff | February 1, 2026 |

79| Input price | $2.00 / 1M tokens |80| Input price | $2.00 / 1M tokens |

80| Output price | $6.00 / 1M tokens |81| Output price | $6.00 / 1M tokens |

81| Reasoning | Low, medium, or high (default high) |82| Reasoning | Low, medium, or high (default high) |

Details

249 249 

250v_f = sqrt(1800) = 30√2 m/s ≈ 42.4 m/s250v_f = sqrt(1800) = 30√2 m/s ≈ 42.4 m/s

251 251 

252The angle doesn't affect the final speed because the initial kinetic energy and potentialenergy change are the same regardless of direction, as long as the speed and height are the same.252The angle doesn't affect the final speed because the initial kinetic energy and potential energy change are the same regardless of direction, as long as the speed and height are the same.

253 253 

254Yes, that makes sense. The final speed is sqrt(v0² + 2gh), independent of the launch angle.254Yes, that makes sense. The final speed is sqrt(v0² + 2gh), independent of the launch angle.

255```255```

rate-limits.md +3 −3

Details

37| grok-4.20-0309-reasoning | T0: 37, T1: 50, T2: 75, T3: 125, T4: 208 | T0: 10M, T1: 15M, T2: 25M, T3: 45M, T4: 85M |37| grok-4.20-0309-reasoning | T0: 37, T1: 50, T2: 75, T3: 125, T4: 208 | T0: 10M, T1: 15M, T2: 25M, T3: 45M, T4: 85M |

38| grok-4.20-0309-non-reasoning | T0: 37, T1: 50, T2: 75, T3: 125, T4: 208 | T0: 10M, T1: 15M, T2: 25M, T3: 45M, T4: 85M |38| grok-4.20-0309-non-reasoning | T0: 37, T1: 50, T2: 75, T3: 125, T4: 208 | T0: 10M, T1: 15M, T2: 25M, T3: 45M, T4: 85M |

39| grok-build-0.1 | T0: 37, T1: 50, T2: 75, T3: 125, T4: 208 | T0: 10M, T1: 15M, T2: 25M, T3: 45M, T4: 85M |39| grok-build-0.1 | T0: 37, T1: 50, T2: 75, T3: 125, T4: 208 | T0: 10M, T1: 15M, T2: 25M, T3: 45M, T4: 85M |

40| grok-4.20-multi-agent-0309 | T0: 9, T1: 12, T2: 18, T3: 31, T4: 56 | T0: 2.5M, T1: 3.7M, T2: 6.2M, T3: 11M, T4: 21M |

41| grok-4.5 | T0: 150, T1: 172, T2: 208, T3: 312, T4: 500 | T0: 50M, T1: 53M, T2: 60M, T3: 74M, T4: 100M |40| grok-4.5 | T0: 150, T1: 172, T2: 208, T3: 312, T4: 500 | T0: 50M, T1: 53M, T2: 60M, T3: 74M, T4: 100M |

41| grok-4.20-multi-agent-0309 | T0: 9, T1: 12, T2: 18, T3: 31, T4: 56 | T0: 2.5M, T1: 3.7M, T2: 6.2M, T3: 11M, T4: 21M |

42| grok-imagine-image-quality | 5 | — |42| grok-imagine-image-quality | 5 | — |

43| grok-imagine-image | 5 | — |43| grok-imagine-image | 5 | — |

44| grok-imagine-video-1.5 | 1 | — |44| grok-imagine-video-1.5 | 10 | — |

45| grok-imagine-video | 1 | — |45| grok-imagine-video | 10 | — |

46 46 

47### What counts toward TPM47### What counts toward TPM

48 48 

Details

235 235 

236* `context_management` (array | null) — Optional context-management directives (e.g. compaction). Parsed but not yet executed.236* `context_management` (array | null) — Optional context-management directives (e.g. compaction). Parsed but not yet executed.

237 237 

238* `include` (array | null) — What additional output data to include in the response. Currently the only supported value is \`reasoning.encrypted\_content\` which returns an encrypted version of the reasoning tokens.238* `include` (array | null) — What additional output data to include in the response. Supported values include

239 \`reasoning.encrypted\_content\` (encrypted reasoning tokens) and tool-output options.

240 OpenAI's \`message.output\_text.logprobs\` is accepted for compatibility but silently ignored.

239 241 

240* `input` (string | array\<object | object | object | object | object>, required) — Content of the input passed to a \`/v1/response\` request.242* `input` (string | array\<object | object | object | object | object>, required) — Content of the input passed to a \`/v1/response\` request.

241 243 


344 346 

345* `object` (string, required) — The object type of this resource. Always set to \`response\`.347* `object` (string, required) — The object type of this resource. Always set to \`response\`.

346 348 

347* `output` (array\<object | object | object | object | object | object | object | object | object>, required) — The response generated by the model.349* `output` (array\<object | object | object | object | object | object | object | object | object | object>, required) — The response generated by the model.

348 350 

349* `parallel_tool_calls` (boolean, required) — Whether to allow the model to run parallel tool calls.351* `parallel_tool_calls` (boolean, required) — Whether to allow the model to run parallel tool calls.

350 352 


382 384 

383 * `type` (string, required) — Type is always \`"function"\`.385 * `type` (string, required) — Type is always \`"function"\`.

384 386 

385* `tools` (array\<object | object | object | object | object | object | object>, required) — A list of tools the model may call in JSON-schema. Currently, only functions and web search are supported as tools. A max of 128 tools are supported.387* `tools` (array\<object | object | object | object | object | object | object | object>, required) — A list of tools the model may call in JSON-schema. Currently, only functions and web search are supported as tools. A max of 128 tools are supported.

386 388 

387* `top_logprobs` (integer, required) — An integer between 0 and 8 specifying the number of most likely tokens to return at each token position.389* `top_logprobs` (integer, required) — An integer between 0 and 8 specifying the number of most likely tokens to return at each token position.

388 390 


430 432 

431 * `file_search_calls` (integer, required) — Number of file search calls.433 * `file_search_calls` (integer, required) — Number of file search calls.

432 434 

435 * `image_generation_calls` (integer, required) — Number of image generation calls.

436 

433 * `mcp_calls` (integer, required) — Number of MCP calls.437 * `mcp_calls` (integer, required) — Number of MCP calls.

434 438 

435 * `web_search_calls` (integer, required) — Number of web search calls.439 * `web_search_calls` (integer, required) — Number of web search calls.


730 734 

731* `object` (string, required) — The object type of this resource. Always set to \`response\`.735* `object` (string, required) — The object type of this resource. Always set to \`response\`.

732 736 

733* `output` (array\<object | object | object | object | object | object | object | object | object>, required) — The response generated by the model.737* `output` (array\<object | object | object | object | object | object | object | object | object | object>, required) — The response generated by the model.

734 738 

735* `parallel_tool_calls` (boolean, required) — Whether to allow the model to run parallel tool calls.739* `parallel_tool_calls` (boolean, required) — Whether to allow the model to run parallel tool calls.

736 740 


768 772 

769 * `type` (string, required) — Type is always \`"function"\`.773 * `type` (string, required) — Type is always \`"function"\`.

770 774 

771* `tools` (array\<object | object | object | object | object | object | object>, required) — A list of tools the model may call in JSON-schema. Currently, only functions and web search are supported as tools. A max of 128 tools are supported.775* `tools` (array\<object | object | object | object | object | object | object | object>, required) — A list of tools the model may call in JSON-schema. Currently, only functions and web search are supported as tools. A max of 128 tools are supported.

772 776 

773* `top_logprobs` (integer, required) — An integer between 0 and 8 specifying the number of most likely tokens to return at each token position.777* `top_logprobs` (integer, required) — An integer between 0 and 8 specifying the number of most likely tokens to return at each token position.

774 778 


816 820 

817 * `file_search_calls` (integer, required) — Number of file search calls.821 * `file_search_calls` (integer, required) — Number of file search calls.

818 822 

823 * `image_generation_calls` (integer, required) — Number of image generation calls.

824 

819 * `mcp_calls` (integer, required) — Number of MCP calls.825 * `mcp_calls` (integer, required) — Number of MCP calls.

820 826 

821 * `web_search_calls` (integer, required) — Number of web search calls.827 * `web_search_calls` (integer, required) — Number of web search calls.