generateContent를 streamGenerateContent로 변경하세요Documentation Index
Fetch the complete documentation index at: https://docs.evolink.ai/llms.txt
Use this file to discover all available pages before exploring further.
https://direct.evolink.ai이며, 텍스트 모델 지원이 더 우수하고 장시간 연결을 지원합니다. https://api.evolink.ai는 멀티모달 서비스의 주력 엔드포인트이며, 텍스트 모델에 대해서는 대체 주소로 사용됩니다.##모든 API는 Bearer Token 인증이 필요합니다##
API Key 받기:
API Key 관리 페이지를 방문하여 API Key를 받으세요
요청 헤더에 추가:
Authorization: Bearer YOUR_API_KEYList of conversation contents, supports multi-turn dialogue and multimodal input
1Generation configuration parameters (optional)
System instruction (optional), mainly text content
List of tools the model can call, such as function calling or code execution
Tool calling configuration (optional)
Safety settings list (optional)
Cached content name, in the form cachedContents/{cachedContent}
콘텐츠가 성공적으로 생성되었습니다
응답 형식 설명:
generateContent 엔드포인트 사용 시, GenerateContentResponse 반환 (완전한 응답을 한 번에 반환)streamGenerateContent 엔드포인트 사용 시, StreamGenerateContentResponse 반환 (스트리밍 응답, 콘텐츠를 청크 단위로 반환)