Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions samples/completion/batch/input.jsonl
Original file line number Diff line number Diff line change
@@ -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."}]}
6 changes: 3 additions & 3 deletions samples/completion/batch/output_200.jsonl
Original file line number Diff line number Diff line change
@@ -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}}
2 changes: 1 addition & 1 deletion samples/completion/realtime/input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"model": "mistral",
"model": "mistral-large-2411",
"messages": [
{
"role": "user",
Expand Down
2 changes: 1 addition & 1 deletion samples/completion/realtime/output_200.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "123",
"object": "chat.completion",
"created": 123,
"model": "mistral",
"model": "mistral-large-2411",
"choices": [
{
"index": 0,
Expand Down
2 changes: 1 addition & 1 deletion samples/ocr/realtime/input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"model": "mistral",
"model": "mistral-ocr-2503",
"document": {
"type": "document_url",
"document_url": "https://arxiv.org/pdf/2201.04234"
Expand Down
2 changes: 1 addition & 1 deletion samples/ocr/realtime/output_200.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
}
],
"model": "mistral",
"model": "mistral-ocr-2503",
"usage_info": {
"pages_processed": 29,
"doc_size_bytes": null
Expand Down