Add webpage/file parsing capabilities to all models, with two available methods—choose either one:1.Append -file-parse to the model suffix, e.g., gpt-4o-file-parse (convenient for third-party software).2.Add the parameter "file-parse": true when making a model request (convenient for API usage).This feature will automatically extract and parse links from messages, sending the content to the model without requiring additional parameters.Supported formats: Web links, PDF, DOCX, CSV, TXT, HTML, ODT, RTF, EPUB, MD, XML, XSL, PPTX, POTX, JS, C.Support Parameters: parse-service
{"id":"chatcmpl-123","object":"chat.completion","created":1677652288,"choices":[{"index":0,"message":{"role":"assistant","content":"\n\nHello there, how may I assist you today?"},"finish_reason":"stop"}],"usage":{"prompt_tokens":9,"completion_tokens":12,"total_tokens":21}}