Update README.md
Browse files
README.md
CHANGED
@@ -29,10 +29,6 @@ OpenAI o3‑pro is a “pro” variant of the o3 reasoning model engineered to t
|
|
29 |
|
30 |
------
|
31 |
|
32 |
-
## Technical Indicators
|
33 |
-
|
34 |
-
- **Latency**: Response times are higher than o1-Pro—reflecting the deeper reasoning chains—averaging **1.5×** the previous latency.
|
35 |
-
- **Throughput**: Sustained token-generation throughput of up to **10 tokens/sec** in burst mode.
|
36 |
|
37 |
## How to call o3-Pro API from CometAPI
|
38 |
|
@@ -49,7 +45,7 @@ OpenAI o3‑pro is a “pro” variant of the o3 reasoning model engineered to t
|
|
49 |
|
50 |
### Useage Methods
|
51 |
|
52 |
-
1. Select the
|
53 |
2. Replace <YOUR_API_KEY> with your actual CometAPI key from your account.
|
54 |
3. Insert your question or request into the content field—this is what the model will respond to.
|
55 |
4. . Process the API response to get the generated answer.
|
|
|
29 |
|
30 |
------
|
31 |
|
|
|
|
|
|
|
|
|
32 |
|
33 |
## How to call o3-Pro API from CometAPI
|
34 |
|
|
|
45 |
|
46 |
### Useage Methods
|
47 |
|
48 |
+
1. Select the “**`\`o3-Pro`\`**“or”**`o3-pro-2025-06-10`**” endpoint to send the request and set the request body. The request method and request body are obtained from our website API doc. Our website also provides Apifox test for your convenience.
|
49 |
2. Replace <YOUR_API_KEY> with your actual CometAPI key from your account.
|
50 |
3. Insert your question or request into the content field—this is what the model will respond to.
|
51 |
4. . Process the API response to get the generated answer.
|