Description
Grok Build 0.1 is xAI’s fast coding model trained specifically for agentic software engineering workflows. It supports text and image inputs with text output, and is optimized for interactive coding...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: xAI: Grok Build 0.1 (x-ai/grok-build-0.1)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "x-ai/grok-build-0.1",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the xAI: Grok Build 0.1 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 1$ / 1M tokens
- Output: 2$ / 1M tokens
Token Limits
- Max Output: 256,000 tokens
- Max Context: 256,000 tokens
Subscription Tiers
- free
- pro
- ultimate