Mistral 프리미엄 채팅 모델을 사용하는 방법
Important
이 문서에 표시된 항목(미리 보기)은 현재 퍼블릭 미리 보기에서 확인할 수 있습니다. 이 미리 보기는 서비스 수준 계약 없이 제공되며, 프로덕션 워크로드에는 권장되지 않습니다. 특정 기능이 지원되지 않거나 기능이 제한될 수 있습니다. 자세한 내용은 Microsoft Azure Preview에 대한 추가 사용 약관을 참조하세요.
이 문서에서는 Mistral 프리미엄 채팅 모델에 대해 알아보고 이를 사용하는 방법을 알아봅니다. Mistral AI는 다음과 같은 두 가지 범주의 모델을 제공합니다.
- 프리미엄 모델: 여기에는 Mistral Large, Mistral Small 및 Ministral 3B 모델이 포함되며 종량제 토큰 기반 청구를 통해 서버리스 API로 사용할 수 있습니다.
- 개방형 모델: Codestral 및 Mistral Nemo(종량제 토큰 기반 청구를 사용하여 서버리스 API로 사용할 수 있음) 및 Mixtral-8x7B-Instruct-v01이 포함됩니다. Mixtral-8x7B-v01, Mistral-7B-Instruct-v01 및 Mistral-7B-v01(자체 호스팅 관리 엔드포인트에서 다운로드하고 실행할 수 있음).
Important
미리 보기에 있는 모델은 모델 카탈로그의 모델 카드에서 미리 보기로 표시됩니다.
Mistral 프리미엄 채팅 모델
Mistral 프리미엄 채팅 모델에는 다음 모델이 포함됩니다.
Mistral Large 모델은 Mistral AI의 가장 고급 LLM(대규모 언어 모델)입니다. 최신 추론, 지식 및 코딩 기능 덕분에 모든 언어 기반 작업에서 사용할 수 있습니다. 여러 Mistral Large 모델 변형을 사용할 수 있으며 해당 특성은 다음과 같습니다.
Mistral Large(2402)의 특성으로, Mistral Large로 축약된 특성은 다음과 같습니다.
- RAG에 특화되어 있습니다. 긴 컨텍스트 창(최대 32K 토큰)의 중간에 중요한 정보가 손실되지 않습니다.
- 코딩에 강합니다. 코드 생성, 검토 및 주석 모든 주류 코딩 언어를 지원합니다.
- 다국어를 지원하도록 설계되었습니다. 프랑스어, 독일어, 스페인어, 이탈리아어 및 영어로 동급 최고의 성능을 발휘합니다. 수십 개의 다른 언어가 지원됩니다.
- 책임 있는 AI를 준수합니다. 모델에 적용한 효율적인 가드레일과 safe_mode 옵션이 있는 추가 안전성 레이어입니다.
Mistral Large(2407)의 특성은 다음과 같습니다.
- 다국어를 지원하도록 설계되었습니다. 영어, 프랑스어, 독일어, 스페인어, 이탈리아어 등 수십 개의 언어를 지원합니다.
- 코딩에 능숙합니다. Python, Java, C, C++, JavaScript, Bash를 포함한 80개 이상의 코딩 언어를 배웠습니다. Swift와 Fortran과 같은 특정 언어에 대한 학습도 받았습니다.
- 에이전트 중심. 네이티브 함수 호출 및 JSON 출력을 통한 에이전트 기능을 보유하고 있습니다.
- 추론 능력이 뛰어남. 최첨단 수학적, 추론 기능을 보여 줍니다.
Mistral Large(2411)의 특성에는 다음과 같은 추가 특성이 있는 Mistral Large(2407)와 동일합니다.
- 시스템 프롬프트는 각 대화 전에 삽입됩니다.
- 긴 콘텐츠의 성능 향상
- 함수 호출 기능이 향상되었습니다.
다음 모델을 사용할 수 있습니다.
팁
또한 MistralAI는 모델의 특정 기능과 함께 사용할 수 있는 맞춤형 API 사용을 지원합니다. 모델 공급자별 API를 사용하려면 MistralAI 설명서를 확인하거나 유추 예 섹션에서 코드 예를 참조하세요.
필수 조건
Azure AI Foundry에서 Mistral 프리미엄 채팅 모델을 사용하려면 다음 필수 구성 요소가 필요합니다.
모델 배포
서버리스 API에 배포
Mistral 프리미엄 채팅 모델은 종량제 청구를 사용하여 서버리스 API 엔드포인트에 배포할 수 있습니다. 이 종류의 배포를 활용하면 조직에 필요한 엔터프라이즈 보안 및 규정 준수를 유지하면서 구독에서 모델을 호스트하지 않고 API로 모델을 사용할 수 있습니다.
서버리스 API 엔드포인트에 배포해도 구독의 할당량이 필요하지 않습니다. 모델이 아직 배포되지 않은 경우 Azure AI Foundry 포털, Python용 Azure Machine Learning SDK, Azure CLI 또는 ARM 템플릿을 사용하여 모델을 서버리스 API로 배포합니다.
설치된 유추 패키지
Python과 함께 azure-ai-inference
패키지를 사용하여 이 모델의 예측을 사용할 수 있습니다. 이 패키지를 설치하려면 다음 필수 구성 요소가 필요합니다.
- pip를 포함하여 Python 3.8 이상이 설치됨.
- 엔드포인트 URL. 클라이언트 라이브러리를 생성하려면 엔드포인트 URL을 전달해야 합니다. 엔드포인트 URL에는
https://your-host-name.your-azure-region.inference.ai.azure.com
형식이 있습니다. 여기서your-host-name
은(는) 고유한 모델 배포 호스트 이름이고your-azure-region
은(는) 모델이 배포되는 Azure 지역입니다(예: eastus2). - 모델 배포 및 인증 기본 설정에 따라 서비스에 대해 인증할 키 또는 Microsoft Entra ID 자격 증명이 필요합니다. 키는 32자 문자열입니다.
이러한 필수 구성 요소가 있으면 다음 명령을 사용하여 Azure AI 유추 패키지를 설치합니다.
pip install azure-ai-inference
Azure AI 유추 패키지 및 참조에 대해 자세히 알아보세요.
채팅 완료 작업
이 섹션에서는 채팅을 위한 채팅 완성 모델과 함께 Azure AI 모델 유추 API를 사용합니다.
팁
Azure AI 모델 유추 API를 사용하면 Mistral 프리미엄 채팅 모델을 포함하여 동일한 코드 및 구조로 Azure AI Foundry 포털에 배포된 대부분의 모델과 통신할 수 있습니다.
모델을 사용할 클라이언트 만들기
먼저 모델을 사용할 클라이언트를 만듭니다. 다음 코드는 환경 변수에 저장된 엔드포인트 URL 및 키를 사용합니다.
import os
from azure.ai.inference import ChatCompletionsClient
from azure.core.credentials import AzureKeyCredential
client = ChatCompletionsClient(
endpoint=os.environ["AZURE_INFERENCE_ENDPOINT"],
credential=AzureKeyCredential(os.environ["AZURE_INFERENCE_CREDENTIAL"]),
)
모델의 기능 가져오기
/info
경로는 엔드포인트에 배포된 모델에 대한 정보를 반환합니다. 다음 메서드를 호출하여 모델의 정보를 반환합니다.
model_info = client.get_model_info()
응답은 다음과 같습니다.
print("Model name:", model_info.model_name)
print("Model type:", model_info.model_type)
print("Model provider name:", model_info.model_provider_name)
Model name: Mistral-Large
Model type: chat-completions
Model provider name: MistralAI
채팅 완료 요청 만들기
다음 예제에서는 모델에 대한 기본 채팅 완료 요청을 만드는 방법을 보여 줍니다.
from azure.ai.inference.models import SystemMessage, UserMessage
response = client.complete(
messages=[
SystemMessage(content="You are a helpful assistant."),
UserMessage(content="How many languages are in the world?"),
],
)
응답은 다음과 같습니다. 여기서 모델의 사용 통계를 볼 수 있습니다.
print("Response:", response.choices[0].message.content)
print("Model:", response.model)
print("Usage:")
print("\tPrompt tokens:", response.usage.prompt_tokens)
print("\tTotal tokens:", response.usage.total_tokens)
print("\tCompletion tokens:", response.usage.completion_tokens)
Response: As of now, it's estimated that there are about 7,000 languages spoken around the world. However, this number can vary as some languages become extinct and new ones develop. It's also important to note that the number of speakers can greatly vary between languages, with some having millions of speakers and others only a few hundred.
Model: Mistral-Large
Usage:
Prompt tokens: 19
Total tokens: 91
Completion tokens: 72
응답의 usage
섹션을 검사하여 프롬프트에 사용된 토큰 수, 생성된 총 토큰 수 및 완료에 사용된 토큰 수를 확인합니다.
콘텐츠 스트리밍
기본적으로 완료 API는 생성된 전체 콘텐츠를 단일 응답으로 반환합니다. 긴 완료를 생성하는 경우 응답을 기다리는 데 몇 초 정도 걸릴 수 있습니다.
생성될 때 가져오기 위해 콘텐츠를 스트리밍할 수 있습니다. 콘텐츠를 스트리밍하면 콘텐츠를 사용할 수 있게 되면 완료 처리를 시작할 수 있습니다. 이 모드는 데이터 전용 서버 전송 이벤트 응답을 다시 스트리밍하는 개체를 반환합니다. 메시지 필드가 아닌 델타 필드에서 청크를 추출합니다.
result = client.complete(
messages=[
SystemMessage(content="You are a helpful assistant."),
UserMessage(content="How many languages are in the world?"),
],
temperature=0,
top_p=1,
max_tokens=2048,
stream=True,
)
완성을 스트리밍하려면 모델을 호출할 때 stream=True
를 설정합니다.
출력을 시각화하려면 스트림을 인쇄하는 도우미 함수를 정의합니다.
def print_stream(result):
"""
Prints the chat completion with streaming.
"""
import time
for update in result:
if update.choices:
print(update.choices[0].delta.content, end="")
스트리밍에서 콘텐츠를 생성하는 방법을 시각화할 수 있습니다.
print_stream(result)
유추 클라이언트에서 지원하는 더 많은 매개 변수 살펴보기
유추 클라이언트에서 지정할 수 있는 다른 매개 변수를 탐색합니다. 지원되는 모든 매개 변수 및 해당 설명서의 전체 목록은 Azure AI 모델 유추 API 참조를 확인하세요.
from azure.ai.inference.models import ChatCompletionsResponseFormatText
response = client.complete(
messages=[
SystemMessage(content="You are a helpful assistant."),
UserMessage(content="How many languages are in the world?"),
],
presence_penalty=0.1,
frequency_penalty=0.8,
max_tokens=2048,
stop=["<|endoftext|>"],
temperature=0,
top_p=1,
response_format={ "type": ChatCompletionsResponseFormatText() },
)
지원되는 매개 변수 목록에 없는 매개 변수를 전달하려면 추가 매개 변수를 사용하여 기본 모델에 전달할 수 있습니다. 모델 추가 매개 변수 전달을 참조하세요.
JSON 출력 만들기
Mistral 프리미엄 채팅 모델은 JSON 출력을 만들 수 있습니다. JSON 모드를 사용하도록 설정하고 모델이 생성하는 메시지가 유효한 JSON임을 보장하려면 response_format
을 json_object
로 설정합니다. 시스템이나 사용자 메시지를 통해 모델이 직접 JSON을 생성하도록 지시해야 합니다. 또한 생성이 max_tokens
를 초과했거나 대화가 최대 컨텍스트 길이를 초과했음을 나타내는 finish_reason="length"
인 경우 메시지 콘텐츠가 부분적으로 잘릴 수 있습니다.
from azure.ai.inference.models import ChatCompletionsResponseFormatJSON
response = client.complete(
messages=[
SystemMessage(content="You are a helpful assistant that always generate responses in JSON format, using."
" the following format: { ""answer"": ""response"" }."),
UserMessage(content="How many languages are in the world?"),
],
response_format={ "type": ChatCompletionsResponseFormatJSON() }
)
모델에 추가 매개 변수 전달
Azure AI 모델 유추 API를 사용하면 모델에 추가 매개 변수를 전달할 수 있습니다. 다음 코드 예에서는 추가 매개 변수 logprobs
를 모델에 전달하는 방법을 보여줍니다.
Azure AI 모델 유추 API에 추가 매개 변수를 전달하기 전에 모델이 이러한 추가 매개 변수를 지원하는지 확인합니다. 기본 모델에 대한 요청이 이루어지면 헤더 extra-parameters
의 pass-through
값이 모델에 전달됩니다. 이 값은 모델에 추가 매개 변수를 전달하도록 엔드포인트에 지시합니다. 모델에서 추가 매개 변수를 사용하면 모델이 실제로 매개 변수를 처리할 수 있다고 보장할 수 없습니다. 지원되는 추가 매개 변수를 이해하려면 모델의 설명서를 읽어보세요.
response = client.complete(
messages=[
SystemMessage(content="You are a helpful assistant."),
UserMessage(content="How many languages are in the world?"),
],
model_extras={
"logprobs": True
}
)
다음 추가 매개 변수는 Mistral 프리미엄 채팅 모델에 전달될 수 있습니다.
속성 | Description | Type |
---|---|---|
ignore_eos |
EOS 토큰을 무시하고 EOS 토큰 생성 후 토큰을 계속 생성할지 여부입니다. | boolean |
safe_mode |
모든 대화 전에 안전 프롬프트를 삽입할지 여부입니다. | boolean |
안전 모드
Mistral 프리미엄 채팅 모델은 safe_prompt
매개 변수를 지원합니다. 안전 프롬프트를 전환하여 다음 시스템 프롬프트를 메시지 앞에 추가할 수 있습니다.
항상 세심하게 존중과 진실을 가지고 돕습니다. 최대한 유용하면서도 안전하게 응답합니다. 유해하거나, 비윤리적, 편견 또는 부정적인 콘텐츠를 피합니다. 답변이 공정성과 긍정성을 고양시키도록 합니다.
Azure AI 모델 유추 API를 사용하면 다음과 같이 이 추가 매개 변수를 전달할 수 있습니다.
response = client.complete(
messages=[
SystemMessage(content="You are a helpful assistant."),
UserMessage(content="How many languages are in the world?"),
],
model_extras={
"safe_mode": True
}
)
도구 사용
Mistral 프리미엄 채팅 모델은 도구 사용을 지원하는데, 이는 특정 작업을 언어 모델에서 오프로드하고 대신 보다 결정적인 시스템이나 다른 언어 모델에 의존해야 할 때 매우 유용한 리소스가 될 수 있습니다. Azure AI 모델 유추 API를 사용하면 다음과 같은 방식으로 도구를 정의할 수 있습니다.
다음 코드 예는 두 개의 다른 도시의 항공편 정보를 볼 수 있는 도구 정의를 만듭니다.
from azure.ai.inference.models import FunctionDefinition, ChatCompletionsFunctionToolDefinition
flight_info = ChatCompletionsFunctionToolDefinition(
function=FunctionDefinition(
name="get_flight_info",
description="Returns information about the next flight between two cities. This includes the name of the airline, flight number and the date and time of the next flight",
parameters={
"type": "object",
"properties": {
"origin_city": {
"type": "string",
"description": "The name of the city where the flight originates",
},
"destination_city": {
"type": "string",
"description": "The flight destination city",
},
},
"required": ["origin_city", "destination_city"],
},
)
)
tools = [flight_info]
이 예에서 함수의 출력은 선택한 경로에 이용 가능한 항공편이 없으므로, 사용자는 기차를 타는 것을 고려해야 한다는 것입니다.
def get_flight_info(loc_origin: str, loc_destination: str):
return {
"info": f"There are no flights available from {loc_origin} to {loc_destination}. You should take a train, specially if it helps to reduce CO2 emissions."
}
이 함수를 사용하여 모델이 항공편을 예약하도록 합니다.
messages = [
SystemMessage(
content="You are a helpful assistant that help users to find information about traveling, how to get"
" to places and the different transportations options. You care about the environment and you"
" always have that in mind when answering inqueries.",
),
UserMessage(
content="When is the next flight from Miami to Seattle?",
),
]
response = client.complete(
messages=messages, tools=tools, tool_choice="auto"
)
응답을 검사하여 도구를 호출해야 하는지 확인할 수 있습니다. 도구를 호출해야 하는지 확인하려면 최종 원인을 조사합니다. 여러 가지 도구 형식이 표시될 수 있다는 점에 유념해야 합니다. 이 예에서는 function
형식의 도구를 보여 줍니다.
response_message = response.choices[0].message
tool_calls = response_message.tool_calls
print("Finish reason:", response.choices[0].finish_reason)
print("Tool call:", tool_calls)
계속하려면 이 메시지를 채팅 기록에 추가합니다.
messages.append(
response_message
)
이제 도구 호출을 처리하기 위해 적절한 함수를 호출할 때입니다. 다음 코드 조각은 응답에 표시된 모든 도구 호출을 반복하고 적절한 매개 변수로 해당 함수를 호출합니다. 응답은 채팅 기록에도 추가됩니다.
import json
from azure.ai.inference.models import ToolMessage
for tool_call in tool_calls:
# Get the tool details:
function_name = tool_call.function.name
function_args = json.loads(tool_call.function.arguments.replace("\'", "\""))
tool_call_id = tool_call.id
print(f"Calling function `{function_name}` with arguments {function_args}")
# Call the function defined above using `locals()`, which returns the list of all functions
# available in the scope as a dictionary. Notice that this is just done as a simple way to get
# the function callable from its string name. Then we can call it with the corresponding
# arguments.
callable_func = locals()[function_name]
function_response = callable_func(**function_args)
print("->", function_response)
# Once we have a response from the function and its arguments, we can append a new message to the chat
# history. Notice how we are telling to the model that this chat message came from a tool:
messages.append(
ToolMessage(
tool_call_id=tool_call_id,
content=json.dumps(function_response)
)
)
모델의 응답을 확인합니다.
response = client.complete(
messages=messages,
tools=tools,
)
콘텐츠 안전 적용
Azure AI 모델 유추 API는 Azure AI 콘텐츠 안전을 지원합니다. Azure AI 콘텐츠 안전이 켜져 있는 배포를 사용하는 경우 입력 및 출력은 유해한 콘텐츠의 출력을 감지하고 방지하기 위한 분류 모델의 앙상블을 통과합니다. 콘텐츠 필터링(미리 보기) 시스템은 입력 프롬프트와 출력 완성 모두에서 잠재적으로 유해한 콘텐츠의 특정 범주를 검색하고 조치를 취합니다.
다음 예제에서는 모델이 입력 프롬프트에서 유해한 콘텐츠를 감지하고 콘텐츠 안전이 사용하도록 설정된 경우 이벤트를 처리하는 방법을 보여 줍니다.
from azure.ai.inference.models import AssistantMessage, UserMessage, SystemMessage
try:
response = client.complete(
messages=[
SystemMessage(content="You are an AI assistant that helps people find information."),
UserMessage(content="Chopping tomatoes and cutting them into cubes or wedges are great ways to practice your knife skills."),
]
)
print(response.choices[0].message.content)
except HttpResponseError as ex:
if ex.status_code == 400:
response = ex.response.json()
if isinstance(response, dict) and "error" in response:
print(f"Your request triggered an {response['error']['code']} error:\n\t {response['error']['message']}")
else:
raise
raise
팁
Azure AI 콘텐츠 안전 설정을 구성하고 제어하는 방법에 대한 자세한 내용은 Azure AI 콘텐츠 안전 설명서를 확인하세요.
Mistral 프리미엄 채팅 모델
Mistral 프리미엄 채팅 모델에는 다음 모델이 포함됩니다.
Mistral Large 모델은 Mistral AI의 가장 고급 LLM(대규모 언어 모델)입니다. 최신 추론, 지식 및 코딩 기능 덕분에 모든 언어 기반 작업에서 사용할 수 있습니다. 여러 Mistral Large 모델 변형을 사용할 수 있으며 해당 특성은 다음과 같습니다.
Mistral Large(2402)의 특성으로, Mistral Large로 축약된 특성은 다음과 같습니다.
- RAG에 특화되어 있습니다. 긴 컨텍스트 창(최대 32K 토큰)의 중간에 중요한 정보가 손실되지 않습니다.
- 코딩에 강합니다. 코드 생성, 검토 및 주석 모든 주류 코딩 언어를 지원합니다.
- 다국어를 지원하도록 설계되었습니다. 프랑스어, 독일어, 스페인어, 이탈리아어 및 영어로 동급 최고의 성능을 발휘합니다. 수십 개의 다른 언어가 지원됩니다.
- 책임 있는 AI를 준수합니다. 모델에 적용한 효율적인 가드레일과 safe_mode 옵션이 있는 추가 안전성 레이어입니다.
Mistral Large(2407)의 특성은 다음과 같습니다.
- 다국어를 지원하도록 설계되었습니다. 영어, 프랑스어, 독일어, 스페인어, 이탈리아어 등 수십 개의 언어를 지원합니다.
- 코딩에 능숙합니다. Python, Java, C, C++, JavaScript, Bash를 포함한 80개 이상의 코딩 언어를 배웠습니다. Swift와 Fortran과 같은 특정 언어에 대한 학습도 받았습니다.
- 에이전트 중심. 네이티브 함수 호출 및 JSON 출력을 통한 에이전트 기능을 보유하고 있습니다.
- 추론 능력이 뛰어남. 최첨단 수학적, 추론 기능을 보여 줍니다.
Mistral Large(2411)의 특성에는 다음과 같은 추가 특성이 있는 Mistral Large(2407)와 동일합니다.
- 시스템 프롬프트는 각 대화 전에 삽입됩니다.
- 긴 콘텐츠의 성능 향상
- 함수 호출 기능이 향상되었습니다.
다음 모델을 사용할 수 있습니다.
팁
또한 MistralAI는 모델의 특정 기능과 함께 사용할 수 있는 맞춤형 API 사용을 지원합니다. 모델 공급자별 API를 사용하려면 MistralAI 설명서를 확인하거나 유추 예 섹션에서 코드 예를 참조하세요.
필수 조건
Azure AI Foundry에서 Mistral 프리미엄 채팅 모델을 사용하려면 다음 필수 구성 요소가 필요합니다.
모델 배포
서버리스 API에 배포
Mistral 프리미엄 채팅 모델은 종량제 청구를 사용하여 서버리스 API 엔드포인트에 배포할 수 있습니다. 이 종류의 배포를 활용하면 조직에 필요한 엔터프라이즈 보안 및 규정 준수를 유지하면서 구독에서 모델을 호스트하지 않고 API로 모델을 사용할 수 있습니다.
서버리스 API 엔드포인트에 배포해도 구독의 할당량이 필요하지 않습니다. 모델이 아직 배포되지 않은 경우 Azure AI Foundry 포털, Python용 Azure Machine Learning SDK, Azure CLI 또는 ARM 템플릿을 사용하여 모델을 서버리스 API로 배포합니다.
설치된 유추 패키지
@azure-rest/ai-inference
패키지를 npm
으로부터 사용하여 이 모델의 예측을 사용할 수 있습니다. 이 패키지를 설치하려면 다음 필수 구성 요소가 필요합니다.
npm
이(가) 있는Node.js
의 LTS 버전입니다.- 엔드포인트 URL. 클라이언트 라이브러리를 생성하려면 엔드포인트 URL을 전달해야 합니다. 엔드포인트 URL에는
https://your-host-name.your-azure-region.inference.ai.azure.com
형식이 있습니다. 여기서your-host-name
은(는) 고유한 모델 배포 호스트 이름이고your-azure-region
은(는) 모델이 배포되는 Azure 지역입니다(예: eastus2). - 모델 배포 및 인증 기본 설정에 따라 서비스에 대해 인증할 키 또는 Microsoft Entra ID 자격 증명이 필요합니다. 키는 32자 문자열입니다.
이러한 필수 구성 요소가 있으면 다음 명령을 사용하여 JavaScript용 Azure 유추 라이브러리를 설치합니다.
npm install @azure-rest/ai-inference
채팅 완료 작업
이 섹션에서는 채팅을 위한 채팅 완성 모델과 함께 Azure AI 모델 유추 API를 사용합니다.
팁
Azure AI 모델 유추 API를 사용하면 Mistral 프리미엄 채팅 모델을 포함하여 동일한 코드 및 구조로 Azure AI Foundry 포털에 배포된 대부분의 모델과 통신할 수 있습니다.
모델을 사용할 클라이언트 만들기
먼저 모델을 사용할 클라이언트를 만듭니다. 다음 코드는 환경 변수에 저장된 엔드포인트 URL 및 키를 사용합니다.
import ModelClient from "@azure-rest/ai-inference";
import { isUnexpected } from "@azure-rest/ai-inference";
import { AzureKeyCredential } from "@azure/core-auth";
const client = new ModelClient(
process.env.AZURE_INFERENCE_ENDPOINT,
new AzureKeyCredential(process.env.AZURE_INFERENCE_CREDENTIAL)
);
모델의 기능 가져오기
/info
경로는 엔드포인트에 배포된 모델에 대한 정보를 반환합니다. 다음 메서드를 호출하여 모델의 정보를 반환합니다.
var model_info = await client.path("/info").get()
응답은 다음과 같습니다.
console.log("Model name: ", model_info.body.model_name)
console.log("Model type: ", model_info.body.model_type)
console.log("Model provider name: ", model_info.body.model_provider_name)
Model name: Mistral-Large
Model type: chat-completions
Model provider name: MistralAI
채팅 완료 요청 만들기
다음 예제에서는 모델에 대한 기본 채팅 완료 요청을 만드는 방법을 보여 줍니다.
var messages = [
{ role: "system", content: "You are a helpful assistant" },
{ role: "user", content: "How many languages are in the world?" },
];
var response = await client.path("/chat/completions").post({
body: {
messages: messages,
}
});
응답은 다음과 같습니다. 여기서 모델의 사용 통계를 볼 수 있습니다.
if (isUnexpected(response)) {
throw response.body.error;
}
console.log("Response: ", response.body.choices[0].message.content);
console.log("Model: ", response.body.model);
console.log("Usage:");
console.log("\tPrompt tokens:", response.body.usage.prompt_tokens);
console.log("\tTotal tokens:", response.body.usage.total_tokens);
console.log("\tCompletion tokens:", response.body.usage.completion_tokens);
Response: As of now, it's estimated that there are about 7,000 languages spoken around the world. However, this number can vary as some languages become extinct and new ones develop. It's also important to note that the number of speakers can greatly vary between languages, with some having millions of speakers and others only a few hundred.
Model: Mistral-Large
Usage:
Prompt tokens: 19
Total tokens: 91
Completion tokens: 72
응답의 usage
섹션을 검사하여 프롬프트에 사용된 토큰 수, 생성된 총 토큰 수 및 완료에 사용된 토큰 수를 확인합니다.
콘텐츠 스트리밍
기본적으로 완료 API는 생성된 전체 콘텐츠를 단일 응답으로 반환합니다. 긴 완료를 생성하는 경우 응답을 기다리는 데 몇 초 정도 걸릴 수 있습니다.
생성될 때 가져오기 위해 콘텐츠를 스트리밍할 수 있습니다. 콘텐츠를 스트리밍하면 콘텐츠를 사용할 수 있게 되면 완료 처리를 시작할 수 있습니다. 이 모드는 데이터 전용 서버 전송 이벤트 응답을 다시 스트리밍하는 개체를 반환합니다. 메시지 필드가 아닌 델타 필드에서 청크를 추출합니다.
var messages = [
{ role: "system", content: "You are a helpful assistant" },
{ role: "user", content: "How many languages are in the world?" },
];
var response = await client.path("/chat/completions").post({
body: {
messages: messages,
}
}).asNodeStream();
완성을 스트리밍하려면 모델을 호출할 때 .asNodeStream()
을 사용합니다.
스트리밍에서 콘텐츠를 생성하는 방법을 시각화할 수 있습니다.
var stream = response.body;
if (!stream) {
stream.destroy();
throw new Error(`Failed to get chat completions with status: ${response.status}`);
}
if (response.status !== "200") {
throw new Error(`Failed to get chat completions: ${response.body.error}`);
}
var sses = createSseStream(stream);
for await (const event of sses) {
if (event.data === "[DONE]") {
return;
}
for (const choice of (JSON.parse(event.data)).choices) {
console.log(choice.delta?.content ?? "");
}
}
유추 클라이언트에서 지원하는 더 많은 매개 변수 살펴보기
유추 클라이언트에서 지정할 수 있는 다른 매개 변수를 탐색합니다. 지원되는 모든 매개 변수 및 해당 설명서의 전체 목록은 Azure AI 모델 유추 API 참조를 확인하세요.
var messages = [
{ role: "system", content: "You are a helpful assistant" },
{ role: "user", content: "How many languages are in the world?" },
];
var response = await client.path("/chat/completions").post({
body: {
messages: messages,
presence_penalty: "0.1",
frequency_penalty: "0.8",
max_tokens: 2048,
stop: ["<|endoftext|>"],
temperature: 0,
top_p: 1,
response_format: { type: "text" },
}
});
지원되는 매개 변수 목록에 없는 매개 변수를 전달하려면 추가 매개 변수를 사용하여 기본 모델에 전달할 수 있습니다. 모델 추가 매개 변수 전달을 참조하세요.
JSON 출력 만들기
Mistral 프리미엄 채팅 모델은 JSON 출력을 만들 수 있습니다. JSON 모드를 사용하도록 설정하고 모델이 생성하는 메시지가 유효한 JSON임을 보장하려면 response_format
을 json_object
로 설정합니다. 시스템이나 사용자 메시지를 통해 모델이 직접 JSON을 생성하도록 지시해야 합니다. 또한 생성이 max_tokens
를 초과했거나 대화가 최대 컨텍스트 길이를 초과했음을 나타내는 finish_reason="length"
인 경우 메시지 콘텐츠가 부분적으로 잘릴 수 있습니다.
var messages = [
{ role: "system", content: "You are a helpful assistant that always generate responses in JSON format, using."
+ " the following format: { \"answer\": \"response\" }." },
{ role: "user", content: "How many languages are in the world?" },
];
var response = await client.path("/chat/completions").post({
body: {
messages: messages,
response_format: { type: "json_object" }
}
});
모델에 추가 매개 변수 전달
Azure AI 모델 유추 API를 사용하면 모델에 추가 매개 변수를 전달할 수 있습니다. 다음 코드 예에서는 추가 매개 변수 logprobs
를 모델에 전달하는 방법을 보여줍니다.
Azure AI 모델 유추 API에 추가 매개 변수를 전달하기 전에 모델이 이러한 추가 매개 변수를 지원하는지 확인합니다. 기본 모델에 대한 요청이 이루어지면 헤더 extra-parameters
의 pass-through
값이 모델에 전달됩니다. 이 값은 모델에 추가 매개 변수를 전달하도록 엔드포인트에 지시합니다. 모델에서 추가 매개 변수를 사용하면 모델이 실제로 매개 변수를 처리할 수 있다고 보장할 수 없습니다. 지원되는 추가 매개 변수를 이해하려면 모델의 설명서를 읽어보세요.
var messages = [
{ role: "system", content: "You are a helpful assistant" },
{ role: "user", content: "How many languages are in the world?" },
];
var response = await client.path("/chat/completions").post({
headers: {
"extra-params": "pass-through"
},
body: {
messages: messages,
logprobs: true
}
});
다음 추가 매개 변수는 Mistral 프리미엄 채팅 모델에 전달될 수 있습니다.
속성 | Description | Type |
---|---|---|
ignore_eos |
EOS 토큰을 무시하고 EOS 토큰 생성 후 토큰을 계속 생성할지 여부입니다. | boolean |
safe_mode |
모든 대화 전에 안전 프롬프트를 삽입할지 여부입니다. | boolean |
안전 모드
Mistral 프리미엄 채팅 모델은 safe_prompt
매개 변수를 지원합니다. 안전 프롬프트를 전환하여 다음 시스템 프롬프트를 메시지 앞에 추가할 수 있습니다.
항상 세심하게 존중과 진실을 가지고 돕습니다. 최대한 유용하면서도 안전하게 응답합니다. 유해하거나, 비윤리적, 편견 또는 부정적인 콘텐츠를 피합니다. 답변이 공정성과 긍정성을 고양시키도록 합니다.
Azure AI 모델 유추 API를 사용하면 다음과 같이 이 추가 매개 변수를 전달할 수 있습니다.
var messages = [
{ role: "system", content: "You are a helpful assistant" },
{ role: "user", content: "How many languages are in the world?" },
];
var response = await client.path("/chat/completions").post({
headers: {
"extra-params": "pass-through"
},
body: {
messages: messages,
safe_mode: true
}
});
도구 사용
Mistral 프리미엄 채팅 모델은 도구 사용을 지원하는데, 이는 특정 작업을 언어 모델에서 오프로드하고 대신 보다 결정적인 시스템이나 다른 언어 모델에 의존해야 할 때 매우 유용한 리소스가 될 수 있습니다. Azure AI 모델 유추 API를 사용하면 다음과 같은 방식으로 도구를 정의할 수 있습니다.
다음 코드 예는 두 개의 다른 도시의 항공편 정보를 볼 수 있는 도구 정의를 만듭니다.
const flight_info = {
name: "get_flight_info",
description: "Returns information about the next flight between two cities. This includes the name of the airline, flight number and the date and time of the next flight",
parameters: {
type: "object",
properties: {
origin_city: {
type: "string",
description: "The name of the city where the flight originates",
},
destination_city: {
type: "string",
description: "The flight destination city",
},
},
required: ["origin_city", "destination_city"],
},
}
const tools = [
{
type: "function",
function: flight_info,
},
];
이 예에서 함수의 출력은 선택한 경로에 이용 가능한 항공편이 없으므로, 사용자는 기차를 타는 것을 고려해야 한다는 것입니다.
function get_flight_info(loc_origin, loc_destination) {
return {
info: "There are no flights available from " + loc_origin + " to " + loc_destination + ". You should take a train, specially if it helps to reduce CO2 emissions."
}
}
이 함수를 사용하여 모델이 항공편을 예약하도록 합니다.
var result = await client.path("/chat/completions").post({
body: {
messages: messages,
tools: tools,
tool_choice: "auto"
}
});
응답을 검사하여 도구를 호출해야 하는지 확인할 수 있습니다. 도구를 호출해야 하는지 확인하려면 최종 원인을 조사합니다. 여러 가지 도구 형식이 표시될 수 있다는 점에 유념해야 합니다. 이 예에서는 function
형식의 도구를 보여 줍니다.
const response_message = response.body.choices[0].message;
const tool_calls = response_message.tool_calls;
console.log("Finish reason: " + response.body.choices[0].finish_reason);
console.log("Tool call: " + tool_calls);
계속하려면 이 메시지를 채팅 기록에 추가합니다.
messages.push(response_message);
이제 도구 호출을 처리하기 위해 적절한 함수를 호출할 때입니다. 다음 코드 조각은 응답에 표시된 모든 도구 호출을 반복하고 적절한 매개 변수로 해당 함수를 호출합니다. 응답은 채팅 기록에도 추가됩니다.
function applyToolCall({ function: call, id }) {
// Get the tool details:
const tool_params = JSON.parse(call.arguments);
console.log("Calling function " + call.name + " with arguments " + tool_params);
// Call the function defined above using `window`, which returns the list of all functions
// available in the scope as a dictionary. Notice that this is just done as a simple way to get
// the function callable from its string name. Then we can call it with the corresponding
// arguments.
const function_response = tool_params.map(window[call.name]);
console.log("-> " + function_response);
return function_response
}
for (const tool_call of tool_calls) {
var tool_response = tool_call.apply(applyToolCall);
messages.push(
{
role: "tool",
tool_call_id: tool_call.id,
content: tool_response
}
);
}
모델의 응답을 확인합니다.
var result = await client.path("/chat/completions").post({
body: {
messages: messages,
tools: tools,
}
});
콘텐츠 안전 적용
Azure AI 모델 유추 API는 Azure AI 콘텐츠 안전을 지원합니다. Azure AI 콘텐츠 안전이 켜져 있는 배포를 사용하는 경우 입력 및 출력은 유해한 콘텐츠의 출력을 감지하고 방지하기 위한 분류 모델의 앙상블을 통과합니다. 콘텐츠 필터링(미리 보기) 시스템은 입력 프롬프트와 출력 완성 모두에서 잠재적으로 유해한 콘텐츠의 특정 범주를 검색하고 조치를 취합니다.
다음 예제에서는 모델이 입력 프롬프트에서 유해한 콘텐츠를 감지하고 콘텐츠 안전이 사용하도록 설정된 경우 이벤트를 처리하는 방법을 보여 줍니다.
try {
var messages = [
{ role: "system", content: "You are an AI assistant that helps people find information." },
{ role: "user", content: "Chopping tomatoes and cutting them into cubes or wedges are great ways to practice your knife skills." },
];
var response = await client.path("/chat/completions").post({
body: {
messages: messages,
}
});
console.log(response.body.choices[0].message.content);
}
catch (error) {
if (error.status_code == 400) {
var response = JSON.parse(error.response._content);
if (response.error) {
console.log(`Your request triggered an ${response.error.code} error:\n\t ${response.error.message}`);
}
else
{
throw error;
}
}
}
팁
Azure AI 콘텐츠 안전 설정을 구성하고 제어하는 방법에 대한 자세한 내용은 Azure AI 콘텐츠 안전 설명서를 확인하세요.
Mistral 프리미엄 채팅 모델
Mistral 프리미엄 채팅 모델에는 다음 모델이 포함됩니다.
Mistral Large 모델은 Mistral AI의 가장 고급 LLM(대규모 언어 모델)입니다. 최신 추론, 지식 및 코딩 기능 덕분에 모든 언어 기반 작업에서 사용할 수 있습니다. 여러 Mistral Large 모델 변형을 사용할 수 있으며 해당 특성은 다음과 같습니다.
Mistral Large(2402)의 특성으로, Mistral Large로 축약된 특성은 다음과 같습니다.
- RAG에 특화되어 있습니다. 긴 컨텍스트 창(최대 32K 토큰)의 중간에 중요한 정보가 손실되지 않습니다.
- 코딩에 강합니다. 코드 생성, 검토 및 주석 모든 주류 코딩 언어를 지원합니다.
- 다국어를 지원하도록 설계되었습니다. 프랑스어, 독일어, 스페인어, 이탈리아어 및 영어로 동급 최고의 성능을 발휘합니다. 수십 개의 다른 언어가 지원됩니다.
- 책임 있는 AI를 준수합니다. 모델에 적용한 효율적인 가드레일과 safe_mode 옵션이 있는 추가 안전성 레이어입니다.
Mistral Large(2407)의 특성은 다음과 같습니다.
- 다국어를 지원하도록 설계되었습니다. 영어, 프랑스어, 독일어, 스페인어, 이탈리아어 등 수십 개의 언어를 지원합니다.
- 코딩에 능숙합니다. Python, Java, C, C++, JavaScript, Bash를 포함한 80개 이상의 코딩 언어를 배웠습니다. Swift와 Fortran과 같은 특정 언어에 대한 학습도 받았습니다.
- 에이전트 중심. 네이티브 함수 호출 및 JSON 출력을 통한 에이전트 기능을 보유하고 있습니다.
- 추론 능력이 뛰어남. 최첨단 수학적, 추론 기능을 보여 줍니다.
Mistral Large(2411)의 특성에는 다음과 같은 추가 특성이 있는 Mistral Large(2407)와 동일합니다.
- 시스템 프롬프트는 각 대화 전에 삽입됩니다.
- 긴 콘텐츠의 성능 향상
- 함수 호출 기능이 향상되었습니다.
다음 모델을 사용할 수 있습니다.
팁
또한 MistralAI는 모델의 특정 기능과 함께 사용할 수 있는 맞춤형 API 사용을 지원합니다. 모델 공급자별 API를 사용하려면 MistralAI 설명서를 확인하거나 유추 예 섹션에서 코드 예를 참조하세요.
필수 조건
Azure AI Foundry에서 Mistral 프리미엄 채팅 모델을 사용하려면 다음 필수 구성 요소가 필요합니다.
모델 배포
서버리스 API에 배포
Mistral 프리미엄 채팅 모델은 종량제 청구를 사용하여 서버리스 API 엔드포인트에 배포할 수 있습니다. 이 종류의 배포를 활용하면 조직에 필요한 엔터프라이즈 보안 및 규정 준수를 유지하면서 구독에서 모델을 호스트하지 않고 API로 모델을 사용할 수 있습니다.
서버리스 API 엔드포인트에 배포해도 구독의 할당량이 필요하지 않습니다. 모델이 아직 배포되지 않은 경우 Azure AI Foundry 포털, Python용 Azure Machine Learning SDK, Azure CLI 또는 ARM 템플릿을 사용하여 모델을 서버리스 API로 배포합니다.
설치된 유추 패키지
NuGet으로부터 Azure.AI.Inference
패키지를 사용하여 이 모델의 예측을 사용할 수 있습니다. 이 패키지를 설치하려면 다음 필수 구성 요소가 필요합니다.
- 엔드포인트 URL입니다. 클라이언트 라이브러리를 생성하려면 엔드포인트 URL을 전달해야 합니다. 엔드포인트 URL에는
https://your-host-name.your-azure-region.inference.ai.azure.com
형식이 있습니다. 여기서your-host-name
은(는) 고유한 모델 배포 호스트 이름이고your-azure-region
은(는) 모델이 배포되는 Azure 지역입니다(예: eastus2). - 모델 배포 및 인증 기본 설정에 따라 서비스에 대해 인증할 키 또는 Microsoft Entra ID 자격 증명이 필요합니다. 키는 32자 문자열입니다.
이러한 필수 구성 요소가 있으면 다음 명령을 사용하여 Azure AI 유추 라이브러리를 설치합니다.
dotnet add package Azure.AI.Inference --prerelease
Microsoft Entra ID(이전의 Azure Active Directory)로 인증할 수도 있습니다. Azure SDK와 함께 제공되는 자격 증명 공급자를 사용하려면 다음의 Azure.Identity
패키지를 설치합니다.
dotnet add package Azure.Identity
다음 네임스페이스를 가져옵니다.
using Azure;
using Azure.Identity;
using Azure.AI.Inference;
이 예제에서는 다음 네임스페이스도 사용하지만, 항상 필요하지는 않을 수도 있습니다.
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Reflection;
채팅 완료 작업
이 섹션에서는 채팅을 위한 채팅 완성 모델과 함께 Azure AI 모델 유추 API를 사용합니다.
팁
Azure AI 모델 유추 API를 사용하면 Mistral 프리미엄 채팅 모델을 포함하여 동일한 코드 및 구조로 Azure AI Foundry 포털에 배포된 대부분의 모델과 통신할 수 있습니다.
모델을 사용할 클라이언트 만들기
먼저 모델을 사용할 클라이언트를 만듭니다. 다음 코드는 환경 변수에 저장된 엔드포인트 URL 및 키를 사용합니다.
ChatCompletionsClient client = new ChatCompletionsClient(
new Uri(Environment.GetEnvironmentVariable("AZURE_INFERENCE_ENDPOINT")),
new AzureKeyCredential(Environment.GetEnvironmentVariable("AZURE_INFERENCE_CREDENTIAL"))
);
모델의 기능 가져오기
/info
경로는 엔드포인트에 배포된 모델에 대한 정보를 반환합니다. 다음 메서드를 호출하여 모델의 정보를 반환합니다.
Response<ModelInfo> modelInfo = client.GetModelInfo();
응답은 다음과 같습니다.
Console.WriteLine($"Model name: {modelInfo.Value.ModelName}");
Console.WriteLine($"Model type: {modelInfo.Value.ModelType}");
Console.WriteLine($"Model provider name: {modelInfo.Value.ModelProviderName}");
Model name: Mistral-Large
Model type: chat-completions
Model provider name: MistralAI
채팅 완료 요청 만들기
다음 예제에서는 모델에 대한 기본 채팅 완료 요청을 만드는 방법을 보여 줍니다.
ChatCompletionsOptions requestOptions = new ChatCompletionsOptions()
{
Messages = {
new ChatRequestSystemMessage("You are a helpful assistant."),
new ChatRequestUserMessage("How many languages are in the world?")
},
};
Response<ChatCompletions> response = client.Complete(requestOptions);
응답은 다음과 같습니다. 여기서 모델의 사용 통계를 볼 수 있습니다.
Console.WriteLine($"Response: {response.Value.Choices[0].Message.Content}");
Console.WriteLine($"Model: {response.Value.Model}");
Console.WriteLine("Usage:");
Console.WriteLine($"\tPrompt tokens: {response.Value.Usage.PromptTokens}");
Console.WriteLine($"\tTotal tokens: {response.Value.Usage.TotalTokens}");
Console.WriteLine($"\tCompletion tokens: {response.Value.Usage.CompletionTokens}");
Response: As of now, it's estimated that there are about 7,000 languages spoken around the world. However, this number can vary as some languages become extinct and new ones develop. It's also important to note that the number of speakers can greatly vary between languages, with some having millions of speakers and others only a few hundred.
Model: Mistral-Large
Usage:
Prompt tokens: 19
Total tokens: 91
Completion tokens: 72
응답의 usage
섹션을 검사하여 프롬프트에 사용된 토큰 수, 생성된 총 토큰 수 및 완료에 사용된 토큰 수를 확인합니다.
콘텐츠 스트리밍
기본적으로 완료 API는 생성된 전체 콘텐츠를 단일 응답으로 반환합니다. 긴 완료를 생성하는 경우 응답을 기다리는 데 몇 초 정도 걸릴 수 있습니다.
생성될 때 가져오기 위해 콘텐츠를 스트리밍할 수 있습니다. 콘텐츠를 스트리밍하면 콘텐츠를 사용할 수 있게 되면 완료 처리를 시작할 수 있습니다. 이 모드는 데이터 전용 서버 전송 이벤트 응답을 다시 스트리밍하는 개체를 반환합니다. 메시지 필드가 아닌 델타 필드에서 청크를 추출합니다.
static async Task StreamMessageAsync(ChatCompletionsClient client)
{
ChatCompletionsOptions requestOptions = new ChatCompletionsOptions()
{
Messages = {
new ChatRequestSystemMessage("You are a helpful assistant."),
new ChatRequestUserMessage("How many languages are in the world? Write an essay about it.")
},
MaxTokens=4096
};
StreamingResponse<StreamingChatCompletionsUpdate> streamResponse = await client.CompleteStreamingAsync(requestOptions);
await PrintStream(streamResponse);
}
완성을 스트리밍하려면 모델을 호출할 때 CompleteStreamingAsync
메서드를 사용합니다. 이 예제에서는 호출이 비동기 메서드로 래핑됩니다.
출력을 시각화하려면 콘솔에서 스트림을 인쇄하는 비동기 메서드를 정의합니다.
static async Task PrintStream(StreamingResponse<StreamingChatCompletionsUpdate> response)
{
await foreach (StreamingChatCompletionsUpdate chatUpdate in response)
{
if (chatUpdate.Role.HasValue)
{
Console.Write($"{chatUpdate.Role.Value.ToString().ToUpperInvariant()}: ");
}
if (!string.IsNullOrEmpty(chatUpdate.ContentUpdate))
{
Console.Write(chatUpdate.ContentUpdate);
}
}
}
스트리밍에서 콘텐츠를 생성하는 방법을 시각화할 수 있습니다.
StreamMessageAsync(client).GetAwaiter().GetResult();
유추 클라이언트에서 지원하는 더 많은 매개 변수 살펴보기
유추 클라이언트에서 지정할 수 있는 다른 매개 변수를 탐색합니다. 지원되는 모든 매개 변수 및 해당 설명서의 전체 목록은 Azure AI 모델 유추 API 참조를 확인하세요.
requestOptions = new ChatCompletionsOptions()
{
Messages = {
new ChatRequestSystemMessage("You are a helpful assistant."),
new ChatRequestUserMessage("How many languages are in the world?")
},
PresencePenalty = 0.1f,
FrequencyPenalty = 0.8f,
MaxTokens = 2048,
StopSequences = { "<|endoftext|>" },
Temperature = 0,
NucleusSamplingFactor = 1,
ResponseFormat = new ChatCompletionsResponseFormatText()
};
response = client.Complete(requestOptions);
Console.WriteLine($"Response: {response.Value.Choices[0].Message.Content}");
지원되는 매개 변수 목록에 없는 매개 변수를 전달하려면 추가 매개 변수를 사용하여 기본 모델에 전달할 수 있습니다. 모델 추가 매개 변수 전달을 참조하세요.
JSON 출력 만들기
Mistral 프리미엄 채팅 모델은 JSON 출력을 만들 수 있습니다. JSON 모드를 사용하도록 설정하고 모델이 생성하는 메시지가 유효한 JSON임을 보장하려면 response_format
을 json_object
로 설정합니다. 시스템이나 사용자 메시지를 통해 모델이 직접 JSON을 생성하도록 지시해야 합니다. 또한 생성이 max_tokens
를 초과했거나 대화가 최대 컨텍스트 길이를 초과했음을 나타내는 finish_reason="length"
인 경우 메시지 콘텐츠가 부분적으로 잘릴 수 있습니다.
requestOptions = new ChatCompletionsOptions()
{
Messages = {
new ChatRequestSystemMessage(
"You are a helpful assistant that always generate responses in JSON format, " +
"using. the following format: { \"answer\": \"response\" }."
),
new ChatRequestUserMessage(
"How many languages are in the world?"
)
},
ResponseFormat = new ChatCompletionsResponseFormatJSON()
};
response = client.Complete(requestOptions);
Console.WriteLine($"Response: {response.Value.Choices[0].Message.Content}");
모델에 추가 매개 변수 전달
Azure AI 모델 유추 API를 사용하면 모델에 추가 매개 변수를 전달할 수 있습니다. 다음 코드 예에서는 추가 매개 변수 logprobs
를 모델에 전달하는 방법을 보여줍니다.
Azure AI 모델 유추 API에 추가 매개 변수를 전달하기 전에 모델이 이러한 추가 매개 변수를 지원하는지 확인합니다. 기본 모델에 대한 요청이 이루어지면 헤더 extra-parameters
의 pass-through
값이 모델에 전달됩니다. 이 값은 모델에 추가 매개 변수를 전달하도록 엔드포인트에 지시합니다. 모델에서 추가 매개 변수를 사용하면 모델이 실제로 매개 변수를 처리할 수 있다고 보장할 수 없습니다. 지원되는 추가 매개 변수를 이해하려면 모델의 설명서를 읽어보세요.
requestOptions = new ChatCompletionsOptions()
{
Messages = {
new ChatRequestSystemMessage("You are a helpful assistant."),
new ChatRequestUserMessage("How many languages are in the world?")
},
AdditionalProperties = { { "logprobs", BinaryData.FromString("true") } },
};
response = client.Complete(requestOptions, extraParams: ExtraParameters.PassThrough);
Console.WriteLine($"Response: {response.Value.Choices[0].Message.Content}");
다음 추가 매개 변수는 Mistral 프리미엄 채팅 모델에 전달될 수 있습니다.
속성 | Description | Type |
---|---|---|
ignore_eos |
EOS 토큰을 무시하고 EOS 토큰 생성 후 토큰을 계속 생성할지 여부입니다. | boolean |
safe_mode |
모든 대화 전에 안전 프롬프트를 삽입할지 여부입니다. | boolean |
안전 모드
Mistral 프리미엄 채팅 모델은 safe_prompt
매개 변수를 지원합니다. 안전 프롬프트를 전환하여 다음 시스템 프롬프트를 메시지 앞에 추가할 수 있습니다.
항상 세심하게 존중과 진실을 가지고 돕습니다. 최대한 유용하면서도 안전하게 응답합니다. 유해하거나, 비윤리적, 편견 또는 부정적인 콘텐츠를 피합니다. 답변이 공정성과 긍정성을 고양시키도록 합니다.
Azure AI 모델 유추 API를 사용하면 다음과 같이 이 추가 매개 변수를 전달할 수 있습니다.
requestOptions = new ChatCompletionsOptions()
{
Messages = {
new ChatRequestSystemMessage("You are a helpful assistant."),
new ChatRequestUserMessage("How many languages are in the world?")
},
AdditionalProperties = { { "safe_mode", BinaryData.FromString("true") } },
};
response = client.Complete(requestOptions, extraParams: ExtraParameters.PassThrough);
Console.WriteLine($"Response: {response.Value.Choices[0].Message.Content}");
도구 사용
Mistral 프리미엄 채팅 모델은 도구 사용을 지원하는데, 이는 특정 작업을 언어 모델에서 오프로드하고 대신 보다 결정적인 시스템이나 다른 언어 모델에 의존해야 할 때 매우 유용한 리소스가 될 수 있습니다. Azure AI 모델 유추 API를 사용하면 다음과 같은 방식으로 도구를 정의할 수 있습니다.
다음 코드 예는 두 개의 다른 도시의 항공편 정보를 볼 수 있는 도구 정의를 만듭니다.
FunctionDefinition flightInfoFunction = new FunctionDefinition("getFlightInfo")
{
Description = "Returns information about the next flight between two cities. This includes the name of the airline, flight number and the date and time of the next flight",
Parameters = BinaryData.FromObjectAsJson(new
{
Type = "object",
Properties = new
{
origin_city = new
{
Type = "string",
Description = "The name of the city where the flight originates"
},
destination_city = new
{
Type = "string",
Description = "The flight destination city"
}
}
},
new JsonSerializerOptions() { PropertyNamingPolicy = JsonNamingPolicy.CamelCase }
)
};
ChatCompletionsFunctionToolDefinition getFlightTool = new ChatCompletionsFunctionToolDefinition(flightInfoFunction);
이 예에서 함수의 출력은 선택한 경로에 이용 가능한 항공편이 없으므로, 사용자는 기차를 타는 것을 고려해야 한다는 것입니다.
static string getFlightInfo(string loc_origin, string loc_destination)
{
return JsonSerializer.Serialize(new
{
info = $"There are no flights available from {loc_origin} to {loc_destination}. You " +
"should take a train, specially if it helps to reduce CO2 emissions."
});
}
이 함수를 사용하여 모델이 항공편을 예약하도록 합니다.
var chatHistory = new List<ChatRequestMessage>(){
new ChatRequestSystemMessage(
"You are a helpful assistant that help users to find information about traveling, " +
"how to get to places and the different transportations options. You care about the" +
"environment and you always have that in mind when answering inqueries."
),
new ChatRequestUserMessage("When is the next flight from Miami to Seattle?")
};
requestOptions = new ChatCompletionsOptions(chatHistory);
requestOptions.Tools.Add(getFlightTool);
requestOptions.ToolChoice = ChatCompletionsToolChoice.Auto;
response = client.Complete(requestOptions);
응답을 검사하여 도구를 호출해야 하는지 확인할 수 있습니다. 도구를 호출해야 하는지 확인하려면 최종 원인을 조사합니다. 여러 가지 도구 형식이 표시될 수 있다는 점에 유념해야 합니다. 이 예에서는 function
형식의 도구를 보여 줍니다.
var responseMenssage = response.Value.Choices[0].Message;
var toolsCall = responseMenssage.ToolCalls;
Console.WriteLine($"Finish reason: {response.Value.Choices[0].FinishReason}");
Console.WriteLine($"Tool call: {toolsCall[0].Id}");
계속하려면 이 메시지를 채팅 기록에 추가합니다.
requestOptions.Messages.Add(new ChatRequestAssistantMessage(response.Value.Choices[0].Message));
이제 도구 호출을 처리하기 위해 적절한 함수를 호출할 때입니다. 다음 코드 조각은 응답에 표시된 모든 도구 호출을 반복하고 적절한 매개 변수로 해당 함수를 호출합니다. 응답은 채팅 기록에도 추가됩니다.
foreach (ChatCompletionsToolCall tool in toolsCall)
{
if (tool is ChatCompletionsFunctionToolCall functionTool)
{
// Get the tool details:
string callId = functionTool.Id;
string toolName = functionTool.Name;
string toolArgumentsString = functionTool.Arguments;
Dictionary<string, object> toolArguments = JsonSerializer.Deserialize<Dictionary<string, object>>(toolArgumentsString);
// Here you have to call the function defined. In this particular example we use
// reflection to find the method we definied before in an static class called
// `ChatCompletionsExamples`. Using reflection allows us to call a function
// by string name. Notice that this is just done for demonstration purposes as a
// simple way to get the function callable from its string name. Then we can call
// it with the corresponding arguments.
var flags = BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Static;
string toolResponse = (string)typeof(ChatCompletionsExamples).GetMethod(toolName, flags).Invoke(null, toolArguments.Values.Cast<object>().ToArray());
Console.WriteLine("->", toolResponse);
requestOptions.Messages.Add(new ChatRequestToolMessage(toolResponse, callId));
}
else
throw new Exception("Unsupported tool type");
}
모델의 응답을 확인합니다.
response = client.Complete(requestOptions);
콘텐츠 안전 적용
Azure AI 모델 유추 API는 Azure AI 콘텐츠 안전을 지원합니다. Azure AI 콘텐츠 안전이 켜져 있는 배포를 사용하는 경우 입력 및 출력은 유해한 콘텐츠의 출력을 감지하고 방지하기 위한 분류 모델의 앙상블을 통과합니다. 콘텐츠 필터링(미리 보기) 시스템은 입력 프롬프트와 출력 완성 모두에서 잠재적으로 유해한 콘텐츠의 특정 범주를 검색하고 조치를 취합니다.
다음 예제에서는 모델이 입력 프롬프트에서 유해한 콘텐츠를 감지하고 콘텐츠 안전이 사용하도록 설정된 경우 이벤트를 처리하는 방법을 보여 줍니다.
try
{
requestOptions = new ChatCompletionsOptions()
{
Messages = {
new ChatRequestSystemMessage("You are an AI assistant that helps people find information."),
new ChatRequestUserMessage(
"Chopping tomatoes and cutting them into cubes or wedges are great ways to practice your knife skills."
),
},
};
response = client.Complete(requestOptions);
Console.WriteLine(response.Value.Choices[0].Message.Content);
}
catch (RequestFailedException ex)
{
if (ex.ErrorCode == "content_filter")
{
Console.WriteLine($"Your query has trigger Azure Content Safety: {ex.Message}");
}
else
{
throw;
}
}
팁
Azure AI 콘텐츠 안전 설정을 구성하고 제어하는 방법에 대한 자세한 내용은 Azure AI 콘텐츠 안전 설명서를 확인하세요.
Mistral 프리미엄 채팅 모델
Mistral 프리미엄 채팅 모델에는 다음 모델이 포함됩니다.
Mistral Large 모델은 Mistral AI의 가장 고급 LLM(대규모 언어 모델)입니다. 최신 추론, 지식 및 코딩 기능 덕분에 모든 언어 기반 작업에서 사용할 수 있습니다. 여러 Mistral Large 모델 변형을 사용할 수 있으며 해당 특성은 다음과 같습니다.
Mistral Large(2402)의 특성으로, Mistral Large로 축약된 특성은 다음과 같습니다.
- RAG에 특화되어 있습니다. 긴 컨텍스트 창(최대 32K 토큰)의 중간에 중요한 정보가 손실되지 않습니다.
- 코딩에 강합니다. 코드 생성, 검토 및 주석 모든 주류 코딩 언어를 지원합니다.
- 다국어를 지원하도록 설계되었습니다. 프랑스어, 독일어, 스페인어, 이탈리아어 및 영어로 동급 최고의 성능을 발휘합니다. 수십 개의 다른 언어가 지원됩니다.
- 책임 있는 AI를 준수합니다. 모델에 적용한 효율적인 가드레일과 safe_mode 옵션이 있는 추가 안전성 레이어입니다.
Mistral Large(2407)의 특성은 다음과 같습니다.
- 다국어를 지원하도록 설계되었습니다. 영어, 프랑스어, 독일어, 스페인어, 이탈리아어 등 수십 개의 언어를 지원합니다.
- 코딩에 능숙합니다. Python, Java, C, C++, JavaScript, Bash를 포함한 80개 이상의 코딩 언어를 배웠습니다. Swift와 Fortran과 같은 특정 언어에 대한 학습도 받았습니다.
- 에이전트 중심. 네이티브 함수 호출 및 JSON 출력을 통한 에이전트 기능을 보유하고 있습니다.
- 추론 능력이 뛰어남. 최첨단 수학적, 추론 기능을 보여 줍니다.
Mistral Large(2411)의 특성에는 다음과 같은 추가 특성이 있는 Mistral Large(2407)와 동일합니다.
- 시스템 프롬프트는 각 대화 전에 삽입됩니다.
- 긴 콘텐츠의 성능 향상
- 함수 호출 기능이 향상되었습니다.
다음 모델을 사용할 수 있습니다.
팁
또한 MistralAI는 모델의 특정 기능과 함께 사용할 수 있는 맞춤형 API 사용을 지원합니다. 모델 공급자별 API를 사용하려면 MistralAI 설명서를 확인하거나 유추 예 섹션에서 코드 예를 참조하세요.
필수 조건
Azure AI Foundry에서 Mistral 프리미엄 채팅 모델을 사용하려면 다음 필수 구성 요소가 필요합니다.
모델 배포
서버리스 API에 배포
Mistral 프리미엄 채팅 모델은 종량제 청구를 사용하여 서버리스 API 엔드포인트에 배포할 수 있습니다. 이 종류의 배포를 활용하면 조직에 필요한 엔터프라이즈 보안 및 규정 준수를 유지하면서 구독에서 모델을 호스트하지 않고 API로 모델을 사용할 수 있습니다.
서버리스 API 엔드포인트에 배포해도 구독의 할당량이 필요하지 않습니다. 모델이 아직 배포되지 않은 경우 Azure AI Foundry 포털, Python용 Azure Machine Learning SDK, Azure CLI 또는 ARM 템플릿을 사용하여 모델을 서버리스 API로 배포합니다.
REST 클라이언트
Azure AI 모델 유추 API를 사용하여 배포된 모델은 REST 클라이언트를 사용하여 사용할 수 있습니다. REST 클라이언트를 사용하려면 다음 필수 구성 요소가 필요합니다.
- 요청을 생성하려면 엔드포인트 URL을 전달해야 합니다. 엔드포인트 URL에는
https://your-host-name.your-azure-region.inference.ai.azure.com
형식이 있습니다. 여기서your-host-name`` is your unique model deployment host name and
azure-region``은 모델이 배포되는 Azure 지역입니다(예: eastus2). - 모델 배포 및 인증 기본 설정에 따라 서비스에 대해 인증할 키 또는 Microsoft Entra ID 자격 증명이 필요합니다. 키는 32자 문자열입니다.
채팅 완료 작업
이 섹션에서는 채팅을 위한 채팅 완성 모델과 함께 Azure AI 모델 유추 API를 사용합니다.
팁
Azure AI 모델 유추 API를 사용하면 Mistral 프리미엄 채팅 모델을 포함하여 동일한 코드 및 구조로 Azure AI Foundry 포털에 배포된 대부분의 모델과 통신할 수 있습니다.
모델을 사용할 클라이언트 만들기
먼저 모델을 사용할 클라이언트를 만듭니다. 다음 코드는 환경 변수에 저장된 엔드포인트 URL 및 키를 사용합니다.
모델의 기능 가져오기
/info
경로는 엔드포인트에 배포된 모델에 대한 정보를 반환합니다. 다음 메서드를 호출하여 모델의 정보를 반환합니다.
GET /info HTTP/1.1
Host: <ENDPOINT_URI>
Authorization: Bearer <TOKEN>
Content-Type: application/json
응답은 다음과 같습니다.
{
"model_name": "Mistral-Large",
"model_type": "chat-completions",
"model_provider_name": "MistralAI"
}
채팅 완료 요청 만들기
다음 예제에서는 모델에 대한 기본 채팅 완료 요청을 만드는 방법을 보여 줍니다.
{
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "How many languages are in the world?"
}
]
}
응답은 다음과 같습니다. 여기서 모델의 사용 통계를 볼 수 있습니다.
{
"id": "0a1234b5de6789f01gh2i345j6789klm",
"object": "chat.completion",
"created": 1718726686,
"model": "Mistral-Large",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "As of now, it's estimated that there are about 7,000 languages spoken around the world. However, this number can vary as some languages become extinct and new ones develop. It's also important to note that the number of speakers can greatly vary between languages, with some having millions of speakers and others only a few hundred.",
"tool_calls": null
},
"finish_reason": "stop",
"logprobs": null
}
],
"usage": {
"prompt_tokens": 19,
"total_tokens": 91,
"completion_tokens": 72
}
}
응답의 usage
섹션을 검사하여 프롬프트에 사용된 토큰 수, 생성된 총 토큰 수 및 완료에 사용된 토큰 수를 확인합니다.
콘텐츠 스트리밍
기본적으로 완료 API는 생성된 전체 콘텐츠를 단일 응답으로 반환합니다. 긴 완료를 생성하는 경우 응답을 기다리는 데 몇 초 정도 걸릴 수 있습니다.
생성될 때 가져오기 위해 콘텐츠를 스트리밍할 수 있습니다. 콘텐츠를 스트리밍하면 콘텐츠를 사용할 수 있게 되면 완료 처리를 시작할 수 있습니다. 이 모드는 데이터 전용 서버 전송 이벤트 응답을 다시 스트리밍하는 개체를 반환합니다. 메시지 필드가 아닌 델타 필드에서 청크를 추출합니다.
{
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "How many languages are in the world?"
}
],
"stream": true,
"temperature": 0,
"top_p": 1,
"max_tokens": 2048
}
스트리밍에서 콘텐츠를 생성하는 방법을 시각화할 수 있습니다.
{
"id": "23b54589eba14564ad8a2e6978775a39",
"object": "chat.completion.chunk",
"created": 1718726371,
"model": "Mistral-Large",
"choices": [
{
"index": 0,
"delta": {
"role": "assistant",
"content": ""
},
"finish_reason": null,
"logprobs": null
}
]
}
스트림의 마지막 메시지는 생성 프로세스가 중지되는 이유를 나타내는 finish_reason
이 설정되었습니다.
{
"id": "23b54589eba14564ad8a2e6978775a39",
"object": "chat.completion.chunk",
"created": 1718726371,
"model": "Mistral-Large",
"choices": [
{
"index": 0,
"delta": {
"content": ""
},
"finish_reason": "stop",
"logprobs": null
}
],
"usage": {
"prompt_tokens": 19,
"total_tokens": 91,
"completion_tokens": 72
}
}
유추 클라이언트에서 지원하는 더 많은 매개 변수 살펴보기
유추 클라이언트에서 지정할 수 있는 다른 매개 변수를 탐색합니다. 지원되는 모든 매개 변수 및 해당 설명서의 전체 목록은 Azure AI 모델 유추 API 참조를 확인하세요.
{
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "How many languages are in the world?"
}
],
"presence_penalty": 0.1,
"frequency_penalty": 0.8,
"max_tokens": 2048,
"stop": ["<|endoftext|>"],
"temperature" :0,
"top_p": 1,
"response_format": { "type": "text" }
}
{
"id": "0a1234b5de6789f01gh2i345j6789klm",
"object": "chat.completion",
"created": 1718726686,
"model": "Mistral-Large",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "As of now, it's estimated that there are about 7,000 languages spoken around the world. However, this number can vary as some languages become extinct and new ones develop. It's also important to note that the number of speakers can greatly vary between languages, with some having millions of speakers and others only a few hundred.",
"tool_calls": null
},
"finish_reason": "stop",
"logprobs": null
}
],
"usage": {
"prompt_tokens": 19,
"total_tokens": 91,
"completion_tokens": 72
}
}
지원되는 매개 변수 목록에 없는 매개 변수를 전달하려면 추가 매개 변수를 사용하여 기본 모델에 전달할 수 있습니다. 모델 추가 매개 변수 전달을 참조하세요.
JSON 출력 만들기
Mistral 프리미엄 채팅 모델은 JSON 출력을 만들 수 있습니다. JSON 모드를 사용하도록 설정하고 모델이 생성하는 메시지가 유효한 JSON임을 보장하려면 response_format
을 json_object
로 설정합니다. 시스템이나 사용자 메시지를 통해 모델이 직접 JSON을 생성하도록 지시해야 합니다. 또한 생성이 max_tokens
를 초과했거나 대화가 최대 컨텍스트 길이를 초과했음을 나타내는 finish_reason="length"
인 경우 메시지 콘텐츠가 부분적으로 잘릴 수 있습니다.
{
"messages": [
{
"role": "system",
"content": "You are a helpful assistant that always generate responses in JSON format, using the following format: { \"answer\": \"response\" }"
},
{
"role": "user",
"content": "How many languages are in the world?"
}
],
"response_format": { "type": "json_object" }
}
{
"id": "0a1234b5de6789f01gh2i345j6789klm",
"object": "chat.completion",
"created": 1718727522,
"model": "Mistral-Large",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "{\"answer\": \"There are approximately 7,117 living languages in the world today, according to the latest estimates. However, this number can vary as some languages become extinct and others are newly discovered or classified.\"}",
"tool_calls": null
},
"finish_reason": "stop",
"logprobs": null
}
],
"usage": {
"prompt_tokens": 39,
"total_tokens": 87,
"completion_tokens": 48
}
}
모델에 추가 매개 변수 전달
Azure AI 모델 유추 API를 사용하면 모델에 추가 매개 변수를 전달할 수 있습니다. 다음 코드 예에서는 추가 매개 변수 logprobs
를 모델에 전달하는 방법을 보여줍니다.
Azure AI 모델 유추 API에 추가 매개 변수를 전달하기 전에 모델이 이러한 추가 매개 변수를 지원하는지 확인합니다. 기본 모델에 대한 요청이 이루어지면 헤더 extra-parameters
의 pass-through
값이 모델에 전달됩니다. 이 값은 모델에 추가 매개 변수를 전달하도록 엔드포인트에 지시합니다. 모델에서 추가 매개 변수를 사용하면 모델이 실제로 매개 변수를 처리할 수 있다고 보장할 수 없습니다. 지원되는 추가 매개 변수를 이해하려면 모델의 설명서를 읽어보세요.
POST /chat/completions HTTP/1.1
Host: <ENDPOINT_URI>
Authorization: Bearer <TOKEN>
Content-Type: application/json
extra-parameters: pass-through
{
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "How many languages are in the world?"
}
],
"logprobs": true
}
다음 추가 매개 변수는 Mistral 프리미엄 채팅 모델에 전달될 수 있습니다.
속성 | Description | Type |
---|---|---|
ignore_eos |
EOS 토큰을 무시하고 EOS 토큰 생성 후 토큰을 계속 생성할지 여부입니다. | boolean |
safe_mode |
모든 대화 전에 안전 프롬프트를 삽입할지 여부입니다. | boolean |
안전 모드
Mistral 프리미엄 채팅 모델은 safe_prompt
매개 변수를 지원합니다. 안전 프롬프트를 전환하여 다음 시스템 프롬프트를 메시지 앞에 추가할 수 있습니다.
항상 세심하게 존중과 진실을 가지고 돕습니다. 최대한 유용하면서도 안전하게 응답합니다. 유해하거나, 비윤리적, 편견 또는 부정적인 콘텐츠를 피합니다. 답변이 공정성과 긍정성을 고양시키도록 합니다.
Azure AI 모델 유추 API를 사용하면 다음과 같이 이 추가 매개 변수를 전달할 수 있습니다.
POST /chat/completions HTTP/1.1
Host: <ENDPOINT_URI>
Authorization: Bearer <TOKEN>
Content-Type: application/json
extra-parameters: pass-through
{
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "How many languages are in the world?"
}
],
"safemode": true
}
도구 사용
Mistral 프리미엄 채팅 모델은 도구 사용을 지원하는데, 이는 특정 작업을 언어 모델에서 오프로드하고 대신 보다 결정적인 시스템이나 다른 언어 모델에 의존해야 할 때 매우 유용한 리소스가 될 수 있습니다. Azure AI 모델 유추 API를 사용하면 다음과 같은 방식으로 도구를 정의할 수 있습니다.
다음 코드 예는 두 개의 다른 도시의 항공편 정보를 볼 수 있는 도구 정의를 만듭니다.
{
"type": "function",
"function": {
"name": "get_flight_info",
"description": "Returns information about the next flight between two cities. This includes the name of the airline, flight number and the date and time of the next flight",
"parameters": {
"type": "object",
"properties": {
"origin_city": {
"type": "string",
"description": "The name of the city where the flight originates"
},
"destination_city": {
"type": "string",
"description": "The flight destination city"
}
},
"required": [
"origin_city",
"destination_city"
]
}
}
}
이 예에서 함수의 출력은 선택한 경로에 이용 가능한 항공편이 없으므로, 사용자는 기차를 타는 것을 고려해야 한다는 것입니다.
이 함수를 사용하여 모델이 항공편을 예약하도록 합니다.
{
"messages": [
{
"role": "system",
"content": "You are a helpful assistant that help users to find information about traveling, how to get to places and the different transportations options. You care about the environment and you always have that in mind when answering inqueries"
},
{
"role": "user",
"content": "When is the next flight from Miami to Seattle?"
}
],
"tool_choice": "auto",
"tools": [
{
"type": "function",
"function": {
"name": "get_flight_info",
"description": "Returns information about the next flight between two cities. This includes the name of the airline, flight number and the date and time of the next flight",
"parameters": {
"type": "object",
"properties": {
"origin_city": {
"type": "string",
"description": "The name of the city where the flight originates"
},
"destination_city": {
"type": "string",
"description": "The flight destination city"
}
},
"required": [
"origin_city",
"destination_city"
]
}
}
}
]
}
응답을 검사하여 도구를 호출해야 하는지 확인할 수 있습니다. 도구를 호출해야 하는지 확인하려면 최종 원인을 조사합니다. 여러 가지 도구 형식이 표시될 수 있다는 점에 유념해야 합니다. 이 예에서는 function
형식의 도구를 보여 줍니다.
{
"id": "0a1234b5de6789f01gh2i345j6789klm",
"object": "chat.completion",
"created": 1718726007,
"model": "Mistral-Large",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "",
"tool_calls": [
{
"id": "abc0dF1gh",
"type": "function",
"function": {
"name": "get_flight_info",
"arguments": "{\"origin_city\": \"Miami\", \"destination_city\": \"Seattle\"}",
"call_id": null
}
}
]
},
"finish_reason": "tool_calls",
"logprobs": null
}
],
"usage": {
"prompt_tokens": 190,
"total_tokens": 226,
"completion_tokens": 36
}
}
계속하려면 이 메시지를 채팅 기록에 추가합니다.
이제 도구 호출을 처리하기 위해 적절한 함수를 호출할 때입니다. 다음 코드 조각은 응답에 표시된 모든 도구 호출을 반복하고 적절한 매개 변수로 해당 함수를 호출합니다. 응답은 채팅 기록에도 추가됩니다.
모델의 응답을 확인합니다.
{
"messages": [
{
"role": "system",
"content": "You are a helpful assistant that help users to find information about traveling, how to get to places and the different transportations options. You care about the environment and you always have that in mind when answering inqueries"
},
{
"role": "user",
"content": "When is the next flight from Miami to Seattle?"
},
{
"role": "assistant",
"content": "",
"tool_calls": [
{
"id": "abc0DeFgH",
"type": "function",
"function": {
"name": "get_flight_info",
"arguments": "{\"origin_city\": \"Miami\", \"destination_city\": \"Seattle\"}",
"call_id": null
}
}
]
},
{
"role": "tool",
"content": "{ \"info\": \"There are no flights available from Miami to Seattle. You should take a train, specially if it helps to reduce CO2 emissions.\" }",
"tool_call_id": "abc0DeFgH"
}
],
"tool_choice": "auto",
"tools": [
{
"type": "function",
"function": {
"name": "get_flight_info",
"description": "Returns information about the next flight between two cities. This includes the name of the airline, flight number and the date and time of the next flight",
"parameters":{
"type": "object",
"properties": {
"origin_city": {
"type": "string",
"description": "The name of the city where the flight originates"
},
"destination_city": {
"type": "string",
"description": "The flight destination city"
}
},
"required": ["origin_city", "destination_city"]
}
}
}
]
}
콘텐츠 안전 적용
Azure AI 모델 유추 API는 Azure AI 콘텐츠 안전을 지원합니다. Azure AI 콘텐츠 안전이 켜져 있는 배포를 사용하는 경우 입력 및 출력은 유해한 콘텐츠의 출력을 감지하고 방지하기 위한 분류 모델의 앙상블을 통과합니다. 콘텐츠 필터링(미리 보기) 시스템은 입력 프롬프트와 출력 완성 모두에서 잠재적으로 유해한 콘텐츠의 특정 범주를 검색하고 조치를 취합니다.
다음 예제에서는 모델이 입력 프롬프트에서 유해한 콘텐츠를 감지하고 콘텐츠 안전이 사용하도록 설정된 경우 이벤트를 처리하는 방법을 보여 줍니다.
{
"messages": [
{
"role": "system",
"content": "You are an AI assistant that helps people find information."
},
{
"role": "user",
"content": "Chopping tomatoes and cutting them into cubes or wedges are great ways to practice your knife skills."
}
]
}
{
"error": {
"message": "The response was filtered due to the prompt triggering Microsoft's content management policy. Please modify your prompt and retry.",
"type": null,
"param": "prompt",
"code": "content_filter",
"status": 400
}
}
팁
Azure AI 콘텐츠 안전 설정을 구성하고 제어하는 방법에 대한 자세한 내용은 Azure AI 콘텐츠 안전 설명서를 확인하세요.
더 많은 유추 예
Mistral 모델을 사용하는 방법에 대한 더 많은 예를 보려면 다음 예와 자습서를 참조하세요.
설명 | 언어 | Sample |
---|---|---|
CURL 요청 | Bash | 링크 |
C용 Azure AI 유추 패키지# | C# | 링크 |
JavaScript용 Azure AI 유추 패키지 | JavaScript | 링크 |
Python용 Azure AI 유추 패키지 | Python | 링크 |
Python 웹 요청 | Python | 링크 |
OpenAI SDK(실험용) | Python | 링크 |
LangChain | Python | 링크 |
Mistral AI | Python | 링크 |
LiteLLM | Python | 링크 |
서버리스 API 엔드포인트로 배포된 Mistral 모델에 대한 비용 및 할당량 고려 사항
할당량은 배포당 관리됩니다. 각 배포에는 분당 200,000개의 토큰과 분당 1,000개의 API 요청의 속도 제한이 있습니다. 그러나 현재는 프로젝트별 모델당 하나의 배포로 제한됩니다. 현재 속도 제한이 시나리오에 충분하지 않은 경우 Microsoft Azure 지원에 문의하세요.
서버리스 API로 배포된 Mistral 모델은 MistralAI에서 Azure Marketplace를 통해 제공하고 사용할 Azure AI Foundry와 통합됩니다. 모델을 배포할 때 Azure Marketplace 가격 책정을 찾을 수 있습니다.
프로젝트가 Azure Marketplace에서 지정된 제품을 구독할 때마다 사용량과 관련된 비용을 추적하기 위해 새 리소스가 만들어집니다. 유추와 관련된 비용을 추적하는 데 동일한 리소스가 사용됩니다. 그러나 여러 미터를 사용하여 각 시나리오를 독립적으로 추적할 수 있습니다.
비용을 추적하는 방법에 대한 자세한 내용은 Azure Marketplace를 통해 제공되는 모델의 비용 모니터링을 참조 하세요.