Leap (Independent Publisher) v1.1 (#2951)
* Revert "Merge branch 'microsoft:dev' into dev" This reverts commit096a7c3199
, reversing changes made tocb0948670f
. * Revert "Merge branch 'microsoft:dev' into dev" This reverts commitcb0948670f
, reversing changes made todc26e8a026
. * Revert "Revert "Merge branch 'microsoft:dev' into dev"" This reverts commit01764d0a6d
. * Revert "Revert "Merge branch 'microsoft:dev' into dev"" This reverts commita3f086ef0f
. * Add files via upload * Revert "Add files via upload" This reverts commiteeff7b7a02
. * Add files via upload * Delete independent-publisher-connectors/FileIO directory * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Revert "Add files via upload" This reverts commit1d85506958
. * Update readme.md * Revert "Update readme.md" This reverts commitb94447a142
. * Add files via upload
This commit is contained in:
Родитель
a6b8e335c6
Коммит
d03c8086de
|
@ -1,68 +1,37 @@
|
|||
# Leap AI
|
||||
Add AI features to your app in minutes.
|
||||
Generate images, edit them, fine tune models, retrieve text context and more with best-in-class APIs and SDKs.
|
||||
Generate images, music, and more using Leap.
|
||||
|
||||
## Publisher: Chandra Sekhar
|
||||
## Publisher: Chandra Sekhar, Troy Taylor
|
||||
|
||||
## Prerequisites
|
||||
This API doesn't require any Authentication.
|
||||
You are required to sign up for an account with [Leap](https://app.tryleap.ai/signup).
|
||||
|
||||
## Obtaining Credentials
|
||||
Once logged in to your account and you've created a project, you will find a link to the API Keys page on your project dashboard.
|
||||
|
||||
## Supported Operations
|
||||
### [Leap AI API Documentation](https://docs.tryleap.ai/reference/inferencescontroller_create-1)
|
||||
|
||||
|
||||
|
||||
### List All Models
|
||||
This endpoint will return a list of all models for the workspace.
|
||||
|
||||
### Create Model
|
||||
This endpoint will create a new model
|
||||
|
||||
### Upload Image Samples
|
||||
Upload one or multiple image samples to a model.
|
||||
|
||||
### Queue Training Job
|
||||
This endpoint will queue a new model version to be trained.
|
||||
|
||||
### List Inference Jobs
|
||||
Retrieve all inferences for a specific model.
|
||||
|
||||
### Generate Image
|
||||
This endpoint will generate a new inference for a particular model.
|
||||
|
||||
### Get Single Inference Job
|
||||
This endpoint will retrieve a specific inference for a particular model.
|
||||
|
||||
### Delete Inference
|
||||
Retrieve all inferences for a specific model.
|
||||
|
||||
|
||||
|
||||
## API Documentation
|
||||
Visit [Start building with the Leap AI API ](https://docs.tryleap.ai/reference/inferencescontroller_create-1) page for further details.
|
||||
|
||||
Visit [change log](https://guides.tryleap.ai/) for API Updates
|
||||
### Get image jobs
|
||||
Retrieve a list of inference jobs for a specific model.
|
||||
### Generate an image
|
||||
Generate an image by providing a text description.
|
||||
### Get image job
|
||||
Retrieve a single image generation job, including the URLs for the images generated.
|
||||
### Delete image job
|
||||
Delete the image job and all related images.
|
||||
### Train model
|
||||
Upload a few image URL samples and train a new model. Training usually takes 20-40 minutes.
|
||||
### Get models
|
||||
Retrieve a list of all models for the workspace.
|
||||
### Get a model
|
||||
Retrieve a single model.
|
||||
### Delete a model
|
||||
Deletes a model. This is not reversible.
|
||||
### Get music generation jobs
|
||||
Retrieve a list of all music generation jobs for a workspace.
|
||||
### Generate music
|
||||
Generate music by providing a text description. Generations usually take between 1-3 minutes.
|
||||
### Get a music generation job
|
||||
Retrieve a specific music generation job.
|
||||
|
||||
## Known Issues and Limitations
|
||||
N/A
|
||||
|
||||
### Rate Limit
|
||||
* Leap AI do not currently have a rate limit.
|
||||
They may introduce one in the future.
|
||||
|
||||
|
||||
### Size limits
|
||||
* Get started for free and pay for usage once you exceed the free tier.
|
||||
|
||||
Image Generation
|
||||
* Generate 100 images for free.
|
||||
Pay $0.005 per additional image.
|
||||
|
||||
Model Fine-tuning
|
||||
* Train 1 fine-tuned model for free.
|
||||
Pay $2 per additional fine-tuned model.
|
||||
|
||||
### Request size limits
|
||||
N/A
|
||||
|
||||
#### 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 :)
|
||||
There are no known issues or limitations at this time.
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"properties": {
|
||||
"connectionParameters": {
|
||||
"api_key": {
|
||||
"type": "securestring",
|
||||
"uiDefinition": {
|
||||
"displayName": "API Key",
|
||||
"description": "The API Key for this api",
|
||||
"tooltip": "Provide your API Key",
|
||||
"constraints": {
|
||||
"tabIndex": 2,
|
||||
"clearText": false,
|
||||
"required": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"iconBrandColor": "#da3b01",
|
||||
"capabilities": [],
|
||||
"publisher": "Chandra Sekhar Malla",
|
||||
"stackOwner": "Leap"
|
||||
}
|
||||
}
|
||||
{
|
||||
"properties": {
|
||||
"connectionParameters": {
|
||||
"api_key": {
|
||||
"type": "securestring",
|
||||
"uiDefinition": {
|
||||
"displayName": "API Key (in the form 'Bearer YOUR_API_KEY_HERE')",
|
||||
"description": "The API Key (in the form 'Bearer YOUR_API_KEY_HERE') for this api",
|
||||
"tooltip": "Provide your API Key (in the form 'Bearer YOUR_API_KEY_HERE')",
|
||||
"constraints": {
|
||||
"tabIndex": 2,
|
||||
"clearText": false,
|
||||
"required": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"iconBrandColor": "#da3b01",
|
||||
"capabilities": [],
|
||||
"publisher": "Chandra Sekhar, Troy Taylor",
|
||||
"stackOwner": "Leap"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче