# Show GN: OpenAI C — OpenAI API를 위한 비공식 C SDK

> Clean Markdown view of GeekNews topic #21398. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=21398](https://news.hada.io/topic?id=21398)
- GeekNews Markdown: [https://news.hada.io/topic/21398.md](https://news.hada.io/topic/21398.md)
- Type: show
- Author: [lunastev](https://news.hada.io/@lunastev)
- Published: 2025-06-11T18:45:12+09:00
- Updated: 2025-06-11T18:45:12+09:00
- Original source: [github.com/LunaStev](https://github.com/LunaStev/openai-c)
- Points: 8
- Comments: 1

## Summary

**OpenAI API**를 **C 언어**에서 직접 사용할 수 있도록 지원하는 비공식 SDK가 새롭게 등장하였습니다. 사용자는 **Chat(GPT)**, **Image(DALL·E)**, **Audio(Whisper-1)**, **Embedding** 등 주요 기능을 C 환경에서 바로 활용할 수 있습니다. 추후 **스트리밍**, **파인튜닝**, **콘텐츠 감지** 등 고급 기능도 지원할 계획입니다.

## Topic Body

OpenAI를 C에서 사용할 수 있게 해주는 C 언어 라이브러리입니다.  
  
공식 SDK(Python, Go, Ruby, .NET, Java, Node)는 있지만, C 언어용 SDK는 없길래 그냥 하나 만들었습니다.  
비공식 OpenAI C SDK입니다.  
  
시작한 지는 오래되지 않았지만, 현재 다음 기능들을 지원합니다:  
  
- Chat (GPT)  
- Image (DALL·E)  
- Audio (Whisper-1)  
- Embedding  
  
앞으로는 스트리밍, 파인튜닝, 파일 업로드, 모델 목록, 콘텐츠 감지, 어시스턴트 API도 지원할 예정입니다.  
  
물론, OpenAI를 굳이 C에서 써야 하나 싶은 생각이 들 수도 있겠지만,  
없는 것보단 있는 게 낫다고 생각해서 만들어봤습니다.  
  
많은 관심 부탁드리며, 재미있는 AI 개발 하시기를 바랍니다!  
  
- 피드백/토론: https://github.com/LunaStev/openai-c/discussions  
- GitHub: https://github.com/LunaStev/openai-c

## Comments



### Comment 39977

- Author: kansm
- Created: 2025-06-11T19:29:55+09:00
- Points: 1

C는 생각도 못했네요..  
응원합니다.. ^^;
