Start building
your app now

Start building
your AI app now

An open, and ethically grounded Artificial General Intelligence (AGI) foundational model.

from seekgpt import SeekGPT
client = SeekGPT(
api_base="https://api.seekgpt.org/v1",
api_key="nsk_7302d0fc2623cd5c4dbbb29ed54a4f03", # Working demo key change with yours
default_model="seekgpt-mini", # The model available on the compatible host
)
response = client.chat(
messages=[{"role": "user", "content": "Hello OpenAI!"}]
)
print(response['choices'][0]['message']['content'])

SeekGPT early access

Let us Grow Together. Join the waitlist to be the first to know when SeekGPT is available.

Join Waitlist