New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@callirra/client

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callirra/client

Thin Callirra API client used by the official CLI and MCP server.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@callirra/client

Thin Callirra API client used by the official CLI and MCP server.

Install

npm install @callirra/client

Usage

import { CallirraClient } from '@callirra/client';

const client = new CallirraClient({
  apiKey: process.env.CALLIRRA_API_KEY!,
  apiBase: 'https://api.callirra.com',
});

const models = await client.listModels();
const balance = await client.getBalance();
const image = await client.generateImage({
  model: 'nano-banana-2',
  prompt: 'A cinematic hero shot',
});

Methods

  • listModels
  • getBalance
  • getUsage
  • generateImage
  • createVideo
  • getTask
  • cancelTask
  • waitForTask
  • downloadVideo
  • uploadReference
  • listPromptTemplates
  • enhancePrompt
  • getCreativeKnowledge

License

MIT.

Keywords

ai

FAQs

Package last updated on 07 Sep 2026

Related posts