Documentation Index
Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt
Use this file to discover all available pages before exploring further.
응답
항상
list입니다.모델 객체 배열입니다.각 모델에는 다음이 포함됩니다:
id(string): 모델 식별자object(string):modelcreated(integer): 생성 타임스탬프owned_by(string): 모델 제공자lemondata.category(string): 공개 모델 카테고리lemondata.pricing_unit(string 또는null): 공개 가격 단위lemondata.capability_flags(object 또는null): 공개 기능 요약lemondata.supported_operations(array 또는null): 공개 비채팅 작업 목록lemondata.pricing_provenance(object 또는null): 공개 가격 출처 메타데이터lemondata.public_contract_summary(object 또는null):public_operations와request_endpoint만 포함하는 간단한 비채팅 탐색 요약lemondata.agent_preferences(object):recommended_for가 있을 때만 반환
GET /v1/models 는 탐색에 최적화되어 있습니다. capability_flags, pricing_provenance, 전체 public_contract 같은 상세 전용 메타데이터는 GET /v1/models/{model} 에 있습니다.쿼리 파라미터
선택 사항인 공개 카테고리 필터입니다.
chat, image, video, audio, tts, stt, music, 3d, embedding, rerank, translation 을 지원합니다.선택 사항인 비채팅 추천 장면입니다.
image, video, music, 3d, tts, stt, embedding, rerank, translation 을 지원합니다.선택 사항인 공급자 필터입니다. 예:
openai, anthropic, google, deepseek.선택 사항인 모델 태그 필터입니다. 예:
chat, image, video, embedding, translation.recommended_for 가 있을 때 /v1/models 는 비채팅 모델을 최신 캐시된 24시간 성공률 스냅샷 기준으로 정렬합니다. status = "insufficient_samples" 인 모델은 계속 보이지만 점수화된 모델 뒤에 정렬됩니다.공급자별 필터링
모델 카테고리
| 공급자 | 예시 모델 |
|---|---|
openai | gpt-5.4, gpt-5.4-mini, gpt-5-mini, gpt-4o, dall-e-3 |
anthropic | claude-opus-4-6, claude-sonnet-4-6, claude-haiku-4-5 |
google | gemini-3-pro-preview, gemini-3-flash-preview, gemini-2.5-pro |
deepseek | deepseek-r1, deepseek-v3-2 |
xai | grok-4.1 |
moonshot | kimi-k2.5 |
minimax | minimax-m2.1 |
meta | llama-3.3-70b, llama-3.1-405b |
에이전트 추천 예시
Response