An open, and ethically grounded Artificial General Intelligence (AGI) foundational model.
from seekgpt import SeekGPT client = SeekGPT( api_base="https://ai.seekgpt.org/v1", api_key="sk-7302d0fc2623cd5c4dbbb29ed54a4f03", # Your API SeekGPT key default_model="gpt-5", # The model available on the compatible host ) response = client.chat( messages=[{"role": "user", "content": "Hello OpenAI!"}] ) print(response['choices'][0]['message']['content'])
Manage your API keys, track usage, and explore the SeekGPT ecosystem.