{"openapi":"3.1.0","info":{"title":"OpenAI CLI (Python SDK)","description":"OpenAI Python SDK에 포함된 CLI로 GPT, DALL-E, Whisper 등 OpenAI API를 터미널에서 직접 테스트할 수 있습니다. 파일 업로드, 파인튜닝 작업 관리, 배치 API 호출을 수행하며, AI 애플리케이션 개발의 디버깅과 프로토타이핑에 필수적입니다.","version":"1.0.0","x-fusepie-id":"cli-openai","x-fusepie-category":"ai","x-fusepie-provider":"OpenAI"},"servers":[{"url":"pip install openai","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_openai","summary":"OpenAI CLI (Python SDK)","description":"OpenAI Python SDK에 포함된 CLI로 GPT, DALL-E, Whisper 등 OpenAI API를 터미널에서 직접 테스트할 수 있습니다. 파일 업로드, 파인튜닝 작업 관리, 배치 API 호출을 수행하며, AI 애플리케이션 개발의 디버깅과 프로토타이핑에 필수적입니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"cli-openai":{"command":"npx","args":["-y","@fusepie/mcp-cli-openai"],"env":{"API_KEY":""}}}}}