yb
Explore posts from serversCDCloudflare Developers
•Created by yb on 4/14/2025 in #workers-help
Batch API Access for `@cf/meta/llama-3.3-70b-instruct-batch`
Hello,
I'm currently testing the Workers AI Batch API functionality with LLM models, and I've encountered some issues that I’d like clarification on.
Attempt 1:
@cf/meta/llama-3.3-70b-instruct-fp8-fast
I tried to batch multiple requests to this model using the following code:
However, I received this error:
This seems to indicate that batching is not supported for this model, even though it's one of the newest.
Attempt 2: @cf/meta/llama-3.3-70b-instruct-batch
After reviewing your blog post, I attempted to use this alternative model for batching. However, I received the following error:
This makes me wonder:
1. Is @cf/meta/llama-3.3-70b-instruct-batch
still in alpha or limited-access only?
2. When will batching be supported for @cf/meta/llama-3.3-70b-instruct-fp8-fast
, if at all?
3. Is there a recommended LLM model that supports batching for general instruction-following tasks?1 replies
TPToss payments 개발자 커뮤니티
•Created by yb on 11/20/2024 in #✍┃피드백-개선요청
지급대행 Encryption Javascript 버전
Node 환경에서 구현한 간단한 예시입니다 🙂
6 replies
TPToss payments 개발자 커뮤니티
•Created by yb on 11/20/2024 in #❓┃연동개발-문의
테스트 환경에서 셀러 등록
라이브 버전의 시크릿키와 보안 키로는 셀러 등록(
POST /v2/sellers
)이 정상적으로 요청되나,
테스트 버전의 시크릿키와 보안 키로 호출 시
아래와 같은 결과를 얻습니다. 혹시 지원하지 않는 기능인가요?6 replies