From c4fa788ca7527b29f26bb5f0c1cd25b23374b2c7 Mon Sep 17 00:00:00 2001 From: Amaury Larreur de Farcy Date: Thu, 17 Apr 2025 17:03:54 +0200 Subject: [PATCH] Samples: add proper model name --- samples/completion/batch/input.jsonl | 6 +++--- samples/completion/batch/output_200.jsonl | 6 +++--- samples/completion/realtime/input.json | 2 +- samples/completion/realtime/output_200.json | 2 +- samples/ocr/realtime/input.json | 2 +- samples/ocr/realtime/output_200.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/completion/batch/input.jsonl b/samples/completion/batch/input.jsonl index 41a622d..9c6dad2 100644 --- a/samples/completion/batch/input.jsonl +++ b/samples/completion/batch/input.jsonl @@ -1,3 +1,3 @@ -{"model": "mistral","messages": [{"role": "user", "content": "Who is the best French painter? Answer in one word."}]} -{"model": "mistral","messages": [{"role": "user", "content": "Who is the best French singer? Answer in one word."}]} -{"model": "mistral","messages": [{"role": "user", "content": "Who is the best French writer? Answer in one word."}]} +{"model": "mistral-large-2411","messages": [{"role": "user", "content": "Who is the best French painter? Answer in one word."}]} +{"model": "mistral-large-2411","messages": [{"role": "user", "content": "Who is the best French singer? Answer in one word."}]} +{"model": "mistral-large-2411","messages": [{"role": "user", "content": "Who is the best French writer? Answer in one word."}]} diff --git a/samples/completion/batch/output_200.jsonl b/samples/completion/batch/output_200.jsonl index 1f3454d..8fb3ffe 100644 --- a/samples/completion/batch/output_200.jsonl +++ b/samples/completion/batch/output_200.jsonl @@ -1,3 +1,3 @@ -{"id":"123","object":"chat.completion","created":123,"model":"mistral","choices":[{"index":0,"message":{"role":"assistant","content":"Monet","tool_calls":null},"finish_reason":"stop","logprobs":null}],"usage":{"prompt_tokens":15,"total_tokens":17,"completion_tokens":2}} -{"id":"456","object":"chat.completion","created":456,"model":"mistral","choices":[{"index":0,"message":{"role":"assistant","content":"Edith","tool_calls":null},"finish_reason":"stop","logprobs":null}],"usage":{"prompt_tokens":15,"total_tokens":17,"completion_tokens":2}} -{"id":"789","object":"chat.completion","created":789,"model":"mistral","choices":[{"index":0,"message":{"role":"assistant","content":"Hugo","tool_calls":null},"finish_reason":"stop","logprobs":null}],"usage":{"prompt_tokens":15,"total_tokens":17,"completion_tokens":2}} +{"id":"123","object":"chat.completion","created":123,"model":"mistral-large-2411","choices":[{"index":0,"message":{"role":"assistant","content":"Monet","tool_calls":null},"finish_reason":"stop","logprobs":null}],"usage":{"prompt_tokens":15,"total_tokens":17,"completion_tokens":2}} +{"id":"456","object":"chat.completion","created":456,"model":"mistral-large-2411","choices":[{"index":0,"message":{"role":"assistant","content":"Edith","tool_calls":null},"finish_reason":"stop","logprobs":null}],"usage":{"prompt_tokens":15,"total_tokens":17,"completion_tokens":2}} +{"id":"789","object":"chat.completion","created":789,"model":"mistral-large-2411","choices":[{"index":0,"message":{"role":"assistant","content":"Hugo","tool_calls":null},"finish_reason":"stop","logprobs":null}],"usage":{"prompt_tokens":15,"total_tokens":17,"completion_tokens":2}} diff --git a/samples/completion/realtime/input.json b/samples/completion/realtime/input.json index a6ecdbf..f45f962 100644 --- a/samples/completion/realtime/input.json +++ b/samples/completion/realtime/input.json @@ -1,5 +1,5 @@ { - "model": "mistral", + "model": "mistral-large-2411", "messages": [ { "role": "user", diff --git a/samples/completion/realtime/output_200.json b/samples/completion/realtime/output_200.json index 90ee4b2..45b1761 100644 --- a/samples/completion/realtime/output_200.json +++ b/samples/completion/realtime/output_200.json @@ -2,7 +2,7 @@ "id": "123", "object": "chat.completion", "created": 123, - "model": "mistral", + "model": "mistral-large-2411", "choices": [ { "index": 0, diff --git a/samples/ocr/realtime/input.json b/samples/ocr/realtime/input.json index 0586e9c..6f2f846 100644 --- a/samples/ocr/realtime/input.json +++ b/samples/ocr/realtime/input.json @@ -1,5 +1,5 @@ { - "model": "mistral", + "model": "mistral-ocr-2503", "document": { "type": "document_url", "document_url": "https://arxiv.org/pdf/2201.04234" diff --git a/samples/ocr/realtime/output_200.json b/samples/ocr/realtime/output_200.json index 905c006..9b9f40b 100644 --- a/samples/ocr/realtime/output_200.json +++ b/samples/ocr/realtime/output_200.json @@ -30,7 +30,7 @@ } } ], - "model": "mistral", + "model": "mistral-ocr-2503", "usage_info": { "pages_processed": 29, "doc_size_bytes": null