Skip to main content

"This Python module is for interacting with the visepoint API!"

Project description



visepoint is a Python package designed to provide a simple interface to interact with the visepoint API and prompt models. It can be used to build applications that require AI-based text completion, code completion, and other natural language processing tasks.



: Installation :



Optional: Install virtualenv:

[~$] - pip install virtualenv

Optional: Set virtual environment:

[~$] - virtualenv venv && source venv/bin/activate

Install visepoint via pip:

[~$] - pip install visepoint



: Usage :



To get started with visepoint, you will need to obtain an API token from the visepoint checkout creator or create a checkout session using the built-in generate_checkout() function provided.

import visepoint

new_user = visepoint.UserCreate.generate_checkout()
print(new_user)

NOTE: Upon completing checkout, you will be registered with visepoint and an email will be sent to you containing your api credentials.

Once you have your API key, you can start using the package to interface with the visepoint API. Here's an example of how to use the completion_create function to prompt one of our text completion models.


Synchronous method

import visepoint

data = visepoint.Models.completion_create("visepoint", "your_api_token_here", "your_query_here")

Asynchronous method

import visepoint

data = await visepoint.Models.completion_create_async("visepoint", "your_api_token_here", "your_query_here")



: License :



visepoint is distributed under the GNU General Public License v3.0 License. See the LICENSE file for more information.

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

visepoint-0.12.86.tar.gz (36.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

visepoint-0.12.86-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

File details

Details for the file visepoint-0.12.86.tar.gz.

File metadata

  • Download URL: visepoint-0.12.86.tar.gz
  • Upload date:
  • Size: 36.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.11

File hashes

Hashes for visepoint-0.12.86.tar.gz
Algorithm Hash digest
SHA256 cd0cb6850344bcfe06291a1d1da37f65e2fc7f95e17162cdb9b1a147bf4862f0
MD5 9ab21ae5bf475911d551ba5882402dcd
BLAKE2b-256 6ffc46fe1a80997294497110ab84d17cc5ba6cbdace069291cf80fdc644efc54

See more details on using hashes here.

File details

Details for the file visepoint-0.12.86-py3-none-any.whl.

File metadata

  • Download URL: visepoint-0.12.86-py3-none-any.whl
  • Upload date:
  • Size: 17.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.11

File hashes

Hashes for visepoint-0.12.86-py3-none-any.whl
Algorithm Hash digest
SHA256 de725358b26e1f181966185fa1cf7d23de0ba1c10f7f64a526a5265c82475285
MD5 52223f02ed509b3ab0fdf8448e4dc31f
BLAKE2b-256 80f8b53e547507a5486b41e6a3b6f0aaccc6ae8598a265b305fea93ef1742369

See more details on using hashes here.

Supported by

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