Making AI Beneficial
A global education journey with Upstage, AI Stages
AI Stages is an educational platform where you can systematically learn artificial intelligence technology and gain practical experience through collaboration. Upstage helps everyone grow together through AI Stages by lowering the barriers to accessing AI technology.
data.py
solar.py
client = OpenAI(
key="UPSTAGE_API_KEY",
base_url="https://api.upstage.ai/v1/solar"
)
stream = client.chat.completions.create(
model="solar-1-mini-chat",
messages=[
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Hello!"
}
],
stream=True,
)
AI problem-solving leaderboard platform
AI Stages is a platform where you can improve practical experience and AI capabilities through various AI competitions, code sharing and collaboration, and iterative model development.

Variety of competitions
We offer a variety of AI competitions, from learning competitions for students and novice developers to problem-solving competitions using corporate data. This allows you to gain practical experience and develop your problem-solving skills.

Improve model development capabilities
You can systematically improve your AI model development capabilities through iterative model development and performance improvement. Solve various AI problems that you may experience in the workplace.

Code sharing and collaboration
Developers can share their own code and refer to other developers’ code. You can improve your skills through collaboration and competition.