Complete API reference for B01-NUna. All endpoints support JSON responses.
Powered by Helloblue Inc.
https://helloblue.aiUse either Bearer token or X-API-Key header:
Authorization: Bearer YOUR_API_KEYX-API-Key: YOUR_API_KEY/api/v1/generateGenerate AI text completions using B01-NUna models.
{
"model": "b01-1.2v-5b",
"prompt": "Your prompt here",
"max_tokens": 512,
"temperature": 0.7
}{
"model": "b01-1.2v-5b",
"text": "Generated response...",
"usage": {
"prompt_tokens": 12,
"completion_tokens": 366,
"total_tokens": 378
},
"metadata": {
"provider": "Groq",
"processing_time": 581,
"confidence": 0.85
}
}/api/chatInteractive chat endpoint with streaming support.
{
"message": "Hello!",
"conversationId": "optional-id",
"streaming": true
}Returns Server-Sent Events (SSE) stream for real-time responses.
/api/healthSystem health check endpoint. No authentication required.
/api/trainingGet training status, GPU information, or data statistics.
action=status - Training statusaction=gpu-status - GPU availabilityaction=data-stats - Data statisticsaction=start - Start trainingFull OpenAPI 3.0 specification is available for integration with API tools. Powered by Helloblue Inc.
API Provider: Helloblue AI
Company: Helloblue Inc.
Support: support@helloblue.ai
400Bad Request - Invalid request format401Unauthorized - Missing or invalid API key500Internal Server Error - Server-side error