컴퓨터과학챕터 1약 5분

개발자를 위한 AI 공식 계정·문서·API 완전 가이드

O
OIYO 편집부기여자
1/1

AI를 실제로 개발에 활용하거나, AI 모델을 직접 파인튜닝하거나, LLM 관련 프로젝트를 시작하려는 개발자를 위한 리소스 가이드입니다. 공식 문서·API·GitHub 레포·커뮤니티·학습 자료를 정리했습니다.


🔑 주요 AI API 및 공식 문서

OpenAI

항목링크
API 문서platform.openai.com/docs
API 키 발급platform.openai.com/api-keys
Playground (API 테스트)platform.openai.com/playground
모델 가격표openai.com/pricing
Cookbook (예제 코드)cookbook.openai.com
GitHubgithub.com/openai

Anthropic (Claude)

항목링크
API 문서docs.anthropic.com
API 키 발급console.anthropic.com
모델 가격표anthropic.com/pricing
Claude를 위한 프롬프트 라이브러리docs.anthropic.com/en/prompt-library
GitHubgithub.com/anthropics

Google AI (Gemini)

항목링크
Google AI Studioaistudio.google.com
새 채팅 프롬프트 실험aistudio.google.com/prompts/new_chat
Gemini API 문서ai.google.dev/gemini-api/docs
Vertex AIcloud.google.com/vertex-ai
모델 가격표ai.google.dev/pricing

Meta (Llama — 오픈소스)

항목링크
Llama 공식 사이트llama.meta.com
Llama GitHubgithub.com/meta-llama
Llama 다운로드 요청llama.meta.com/llama-downloads

Mistral (오픈소스 + API)

항목링크
API 콘솔console.mistral.ai
API 문서docs.mistral.ai
오픈소스 모델github.com/mistralai

🤗 Hugging Face — AI 개발자의 GitHub

오픈소스 AI 모델·데이터셋·라이브러리의 중심 허브입니다.

항목링크설명
모델 허브huggingface.co/models수십만 개의 사전학습 모델
데이터셋huggingface.co/datasets무료 AI 학습 데이터셋
Spaceshuggingface.co/spacesAI 데모 앱 모음 (Gradio 기반)
Transformers 라이브러리github.com/huggingface/transformers파인튜닝·추론의 표준 라이브러리
Inference APIhuggingface.co/inference-api모델 즉시 API 호출
HF 블로그huggingface.co/blogAI 연구·라이브러리 릴리즈 소식

🛠️ 주요 오픈소스 AI 프레임워크

프레임워크GitHub용도
LangChaingithub.com/langchain-ai/langchainLLM 앱 개발 프레임워크
LlamaIndexgithub.com/run-llama/llama_indexRAG(검색 증강 생성) 특화
Ollamagithub.com/ollama/ollama로컬에서 LLM 실행 (Mac/Linux/Windows)
vLLMgithub.com/vllm-project/vllmLLM 고성능 서빙 엔진
Transformersgithub.com/huggingface/transformers모델 파인튜닝·추론
PEFTgithub.com/huggingface/peftLoRA 등 효율적 파인튜닝
Gradiogithub.com/gradio-app/gradioAI 데모 UI 빠른 구축
Streamlitgithub.com/streamlit/streamlit파이썬 AI 웹앱 제작
OpenCodeopencode.ai로컬 터미널에서 쓰는 오픈소스 AI 코딩 에이전트
Vercel AI SDKsdk.vercel.aiReact/Next.js에서 모델 호출·스트리밍 UI를 빠르게 연결
Polarpolar.shAI 앱의 구독·사용량 기반 과금과 비용 추적

📊 AI 벤치마크·모델 평가

사이트링크설명
LMArenalmarena.ai실사용자 평가 기반 LLM 랭킹
Open LLM Leaderboardhuggingface.co/spaces/open-llm-leaderboard오픈소스 LLM 벤치마크 비교
HELMcrfm.stanford.edu/helmStanford AI 종합 평가
Scale AI Leaderboardscale.com/leaderboard모델별 평가 비교

🎨 UI·프로토타입 제작 리소스

도구링크개발자 관점 활용법
v0v0.appReact UI 초안, shadcn 스타일 컴포넌트, 랜딩 페이지 빠른 생성
Stitchstitch.withgoogle.com제품 흐름과 화면 구조를 먼저 설계한 뒤 코드로 옮기기
Opalopal.google작은 AI 워크플로 앱을 만들어 제품 아이디어 검증
ImageFXlabs.google/fx블로그 썸네일·무드보드·콘셉트 이미지 실험

🎓 AI 학습 공식 강의·과정

무료

강의링크내용
fast.aifast.ai실용적 딥러닝. 코드 우선 접근
DeepLearning.AI (무료)deeplearning.ai/coursesAndrew Ng의 AI 강의들
Stanford CS229cs229.stanford.edu머신러닝 대학원 강의 공개
Andrej Karpathy YouTubeyoutube.com/@AndrejKarpathyGPT 구현부터 딥러닝 기초까지
Google ML Crash Coursedevelopers.google.com/machine-learning/crash-course구글의 무료 ML 입문
Hugging Face Coursehuggingface.co/learnTransformers·NLP·RL 실습

유료 (품질 높음)

강의링크특징
DeepLearning.AI Specializationscoursera.org/deeplearning-aiAndrew Ng 커리큘럼
Fast.ai Practical Deep Learningcourse.fast.ai가장 실용적인 딥러닝 강의

👥 개발자 커뮤니티

커뮤니티링크특징
r/MachineLearningreddit.com/r/MachineLearningAI 연구자·개발자 토론
r/LocalLLaMAreddit.com/r/LocalLLaMA로컬 LLM 실행 커뮤니티
Hugging Face Forumdiscuss.huggingface.coTransformers·모델 관련 Q&A
LangChain Discorddiscord.gg/langchainLangChain 개발자 커뮤니티
Papers With Codepaperswithcode.com논문 + 코드 구현 연결

🐦 팔로우할 AI 개발자 계정 (X/트위터)

계정설명
@karpathy전 Tesla AI, LLM 교육
@DrJimFanNVIDIA 연구과학자. 로봇공학·AI
@timnitAI 윤리·편향 연구
@goodfellow_ianGAN 발명가. 딥러닝
@rasbt머신러닝 실용 튜토리얼
@jeremyphowardfast.ai 창업자
@soumithchintalaPyTorch 공동 창업자

AI 개발은 빠르게 변합니다. GitHub star·릴리즈 노트를 주기적으로 확인하고, 공식 문서를 1차 소스로 참고하세요.

O

OIYO 편집부

편집부

OIYO 편집부는 경제·법률·생활·자기이해 주제를 1차 자료와 공개 통계로 검증해 정리합니다. 모든 글은 출처 표기와 정기 점검을 거쳐 실용성과 정확성을 함께 유지합니다.