GPT4All
  • 😇Welcome!
  • Information
    • 👑Premium Access
    • 😭Limits
    • 🤖Models
  • Main
    • 🛠️Receiving a API token
    • 📒API Endpoint
  • Api
    • Models
    • Chat Completions
    • Image Generations
  • Contact Information
    • 👁️Links
Powered by GitBook
On this page
  1. Api

Models

You can check whether a particular model works

Python

from openai import OpenAI

client = OpenAI(api_key="YOUR_TOKEN", base_url="https://api.gpt4-all.xyz/v1")

client.models.list()
PreviousAPI EndpointNextChat Completions

Last updated 1 year ago