Discover AI models that fit your needs and customize them in minutes.
No prior expertise needed.
We take care of the complexities of AI, so you can focus on what truly matters.
Explore a catalog of use cases or choose from ready-to-use models.
Get started with the right tools for your needs.
Use pre-trained models instantly or customize them with your data to achieve your goals.
All the compute power you need—no setup required.
Easily integrate with our APIs using clear, comprehensive documentation.
In just one step, bring your model into your tools and workflows.
Stay focus on your goals - we manage the technical aspects.
Embed AI into your solutions with just a few lines of code. Our APIs is designed to save developers time and effort, allowing them to focus on building solutions that drive your business forward.
const owner = 'some string';
const model = 'some string';
const result = await axios.post(
`https://dibby.ai/api/models/image_classifiers/${owner}/${model}/infer`,
{
"version": "some string",
"image": "https://dibby.ai/image.jpg"
}
);