1.0.5-rc-2 • Published 2 years ago

@pingpong_ai/typescript-sdk v1.0.5-rc-2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

PingPongAI TypeScript SDK

import { PingPong } from '@pingpongai/typescript-sdk';

const pingpong = new PingPong();

const deployment = await pingpong.deployments.create({
  model: 'pingpongai/ai-image-scan',
  name: 'test',
  args: {
    input_image_file: "https://cdn.mediamagic.dev/media/c7dbd266-3aa3-11ed-8e27-e679ed67c206.jpeg"
  },
});
1.0.5-rc-2

2 years ago

1.0.5-rc-1

2 years ago