Skip to content

Commit e48005a

Browse files
authored
Leap-AI (Independent Publisher) (#2480)
* Update README.md * Revert "Update README.md" This reverts commit aa02b18. * Adding Leap AI Independent Publisher Connector * Update README.md Updated README.MD with original content * Update README.md Updated README.md as per Microsoft template * Update apiDefinition.swagger.json changes as follows: - removed API name from the definition file. - changed all operationid to camel case. - updated all response description to success. * Update apiProperties.json changes as follows: - added stack owner
1 parent 767133f commit e48005a

File tree

3 files changed

+948
-0
lines changed

3 files changed

+948
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Leap AI
2+
Add AI features to your app in minutes.
3+
Generate images, edit them, fine tune models, retrieve text context and more with best-in-class APIs and SDKs.
4+
5+
## Publisher: Chandra Sekhar
6+
7+
## Prerequisites
8+
This API doesn't require any Authentication.
9+
10+
## Supported Operations
11+
### [Leap AI API Documentation](https://docs.tryleap.ai/reference/inferencescontroller_create-1)
12+
13+
14+
15+
### List All Models
16+
This endpoint will return a list of all models for the workspace.
17+
18+
### Create Model
19+
This endpoint will create a new model
20+
21+
### Upload Image Samples
22+
Upload one or multiple image samples to a model.
23+
24+
### Queue Training Job
25+
This endpoint will queue a new model version to be trained.
26+
27+
### List Inference Jobs
28+
Retrieve all inferences for a specific model.
29+
30+
### Generate Image
31+
This endpoint will generate a new inference for a particular model.
32+
33+
### Get Single Inference Job
34+
This endpoint will retrieve a specific inference for a particular model.
35+
36+
### Delete Inference
37+
Retrieve all inferences for a specific model.
38+
39+
40+
41+
## API Documentation
42+
Visit [Start building with the Leap AI API ](https://docs.tryleap.ai/reference/inferencescontroller_create-1) page for further details.
43+
44+
Visit [change log](https://guides.tryleap.ai/) for API Updates
45+
46+
## Known Issues and Limitations
47+
N/A
48+
49+
### Rate Limit
50+
* Leap AI do not currently have a rate limit.
51+
They may introduce one in the future.
52+
53+
54+
### Size limits
55+
* Get started for free and pay for usage once you exceed the free tier.
56+
57+
Image Generation
58+
* Generate 100 images for free.
59+
Pay $0.005 per additional image.
60+
61+
Model Fine-tuning
62+
* Train 1 fine-tuned model for free.
63+
Pay $2 per additional fine-tuned model.
64+
65+
### Request size limits
66+
N/A
67+
68+
#### Not all operations provided by Leap AI are part of the first IP connector submission. We will keep adding/updating/supporting this connector based on your feedback/requests :)

0 commit comments

Comments
 (0)