Inference API
How to call a single model
Run deployed models with just one line of code.
With Client SDKs you can call custom or public AI model with just one line of code!
Prerequisite
- Select a model from Model Yard
- Create an API Key
You can use three ways to call a model on Each
Client SDK
Run with just a single line.
each.run()
Console
Run from UI. Easy and effective for testing!
Client SDK
With Client SDK you need to initialize our SDK in your langauage and then you may able to use custom methods and calls to Each backend servers.
Initialize SDK
Run Inference
Fine-tune models with your own data
You can improve open-source models with your own data to create new models that are better suited to specific tasks.
Image models like SDXL can generate images of a particular person, object, or style.
That’s it!
Console
The easiest way! You can call public or custom model via console. Select your model and you can use ▶ Demo tab on the page.