글

라벨이 api인 게시물 표시

gemini api 가격

  https://ai.google.dev/pricing 무료 기준 1.5 flash 15 RPM (requests per minute) 1 million TPM (tokens per minute) 1,500 RPD (requests per day) 1.5 pro 2 RPM (requests per minute) 32,000 TPM (tokens per minute) 50 RPD (requests per day) 1.0 pro 15 RPM (requests per minute) 32,000 TPM (tokens per minute) 1,500 RPD (requests per day)

deepl api 한달에 500000자까지 무료

https://www.deepl.com/ko/pro-api 괜찮아보이는데 DeepL API Free 특징: 모든 기능 사용 가능 DeepL REST API에 액세스 한 달에 500,000자까지 번역 용어집 1,000개(일부 언어만 해당) 언제든 Pro로 업데이트 가능

google spread sheet

이미지
  Google Sheets API  https://developers.google.com/sheets/api/guides/concepts api limit https://developers.google.com/sheets/api/limits -> All use of the Google Sheets API is available at no additional cost. Exceeding the quota request limits doesn't incur extra charges and your account is not billed. 과연?ㅎㅎ api 바로 안쓰고 익스텐션 app script로 하는 방법도 있는듯? https://www.youtube.com/shorts/zkrVpleJIeI <img alt="" data-original-height="698" data-original-width="634" src="https://blogger.googleusercontent.com/img/a/AVvXsEgCDb9LfoyofNGssmB4OKuQ0kqzZEUL-QJNb5miYGj0s4furjKTZJW9tVsh6Z0q-2dkd8SmddQRuP62R4p24yito4kcwODruO0Px-6reTxBxdXeEJdJrUhzGa99VjEyMCBDkDpK4_Pdt2GeMh66IimnED0udfPvv7RvUwmIGSb-DsCR6T5xDqL6B747pBAY=s16000" /></a></div><div class="separator" style="clear: both; text-align: center;"><div class="separator" style="clear: both; text-align: center;"><br /></div><div ...

[flutter http] Error: XMLHttpRequest error

이미지
flutter 앱에서 django 서버에서 http로 api 받아오는 것을 하고 있었다. 그런데  http.get이 작동안함. 코드를 고쳤더니  Error: XMLHttpRequest error. 이런 에러가 뜨는데 영 무슨 에러인지 모르겠어서 검색을 했더니 비슷한 에러 질문 글들에서 CORS에러, 서버에서 접근을 막은 것일 거라는 답글이 많았다. 크롬으로 실행해서 개발자 도구 열어서 확인 했더니 그게 맞음을 확인. 서버에서 cors관련 설정을 추가하고 경로 지정을 할 수 있는데 그냥 전부 허용으로 해서 해결했다