Module @qbraid-core/chat

qbraid

@qbraid-core/chat

Stable npm

Client for the qBraid AI Chat service.

npm install @qbraid-core/chat
import { ChatClient } from '@qbraid-core/chat';

const client = new ChatClient();

const response = await client.createMessage('What is the Schrödinger equation?');

console.log(response.content);

This software is proprietary and subject to the terms of the qBraid Commercial Software License.

Classes

ChatClient

Interfaces

ChatModel
ChatModelPricing
ChatResponse