Skip to main content

The python package for api.qewertyy.me

Project description

Available Models

from lexica import Client

def main() -> dict:
    client = Client()
    response = client.getModels()
    return response

if __name__ == "__main__":
    print(main())

output

{
  "text": [
    {
      "id": 0,
      "name": "models/text-bison-001",
      "baseModel": "PaLM"
    }
  ],
  "chat": [
    {
      "id": 1,
      "name": "models/chat-bison-001",
      "baseModel": "PaLM"
    },
    {
      "id": 5,
      "name": "gpt-3.5-turbo",
      "baseModel": "GPT"
    }
  ],
  "image": [
    {
      "id": 2,
      "name": "MeinaMix",
      "baseModel": "SD"
    },
    {
      "id": 3,
      "name": "AnyLora",
      "baseModel": "SD"
    },
    {
      "id": 4,
      "name": "AnyThingV4",
      "baseModel": "SD"
    },
    {
      "id": 6,
      "name": "Bing",
      "baseModel": "Dall-E"
    },
    {
      "id": 7,
      "name": "DarkSushi",
      "baseModel": "SD"
    },
    {
      "id": 8,
      "name": "MeinaHentai",
      "baseModel": "SD"
    },
    {
      "id": 9,
      "name": "DarkSushiMix",
      "baseModel": "SD"
    }
  ]
}

palm

from lexica import Client

def main(prompt: str) -> dict:
    client = Client()
    response = client.palm(prompt)
    return response

if __name__ == "__main__":
    print(main("hello world"))

upscaling an image.

from lexica import Client

def main(image: bytes) -> bytes:
    client = Client()
    imageBytes = client.upscale(image)
    with open('upscaled.png', 'wb') as f:
        f.write(imageBytes)

if __name__ == "__main__":
    image = open('examples/images/image.png', 'rb').read()
    main(image)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lexica-api-1.4.4.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file lexica-api-1.4.4.tar.gz.

File metadata

  • Download URL: lexica-api-1.4.4.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for lexica-api-1.4.4.tar.gz
Algorithm Hash digest
SHA256 cdd9387b1ae667c0614758869ccb68e5c11e6ece9cec2a969cf338a51805ba7e
MD5 db77c30500e1672fbe23f6f4dee8e0ca
BLAKE2b-256 88b61e11b236cfad8cba2f8f5a3f3eed730076a3a1e17186c4c9902532e113a2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page