AI API
Model gateway, evals, fine-tunes — the AI/ML surface area.
ai.ts
// Authenticate and call the AI gatewayconst client = new VexocoreClient({apiKey: "vx_live_***",});const result = await client.ai.complete({task: "classify",input: ticket.body,});