API ModelsAPI Models
Models/o3-mini
OpenAI

o3-mini

o3-mini

快速推理模型,输出生成高效。

Fast ReasoningEfficientLow Cost
Input$0.486
Output$1.942
per 1M tokens

Fast Reasoning

Quick analytical thinking

Efficient

Low cost per token

Low Cost

Budget-friendly reasoning

Compact

Small but capable

API Documentation

View complete API reference with all parameters and examples.

View Docs

Advanced Features

Streaming

Enable real-time streaming responses with Server-Sent Events.

{
  "model": "o3-mini",
  "stream": true,
  "messages": [...]
}

Function Calling (Tools)

Enable the model to use tools and call functions.

{
  "model": "o3-mini",
  "tools": [{
    "type": "function",
    "function": {
      "name": "get_weather",
      "description": "Get current weather for a location",
      "parameters": {
        "type": "object",
        "properties": {
          "location": {"type": "string", "description": "City name"}
        },
        "required": ["location"]
      }
    }
  }],
  "messages": [{"role": "user", "content": "What's the weather in Tokyo?"}]
}

JSON Mode

Get structured JSON responses from the model.

{
  "model": "o3-mini",
  "response_format": {"type": "json_object"},
  "messages": [{"role": "user", "content": "Extract info as JSON: John is 30 years old"}]
}

API Parameters Reference

ParameterTypeRequiredDescription
modelstringYesModel identifier (e.g., o3-mini)
messagesarrayYesArray of message objects with role and content
max_tokensintegerNoMaximum tokens in the response
streambooleanNoEnable streaming responses (SSE)
temperaturenumberNoSampling temperature (0.0 - 2.0)
top_pnumberNoNucleus sampling threshold (0.0 - 1.0)
toolsarrayNoFunction calling tools definition
response_formatobjectNoOutput format (e.g., json_object)

Full API Documentation

View complete API reference with streaming, thinking, and more.

View Documentation

Pricing

Input
$0.486
per 1M tokens
Output
$1.942
per 1M tokens

Billing: Cost = (input_tokens * input_price + output_tokens * output_price) / 1,000,000

关于 o3-mini

o3-mini 是由 OpenAI 提供的大语言模型 API。Fast reasoning model with efficient output generation. 通过 API Models 平台,您可以使用统一的 API 接口调用该模型,享受比官方更低的价格。当前定价:Input: $0.486, Output: $1.942 per 1M tokens。

核心功能

  • Fast Reasoning -- Quick analytical thinking
  • Efficient -- Low cost per token
  • Low Cost -- Budget-friendly reasoning
  • Compact -- Small but capable

适用场景

聊天机器人与客服

构建智能对话系统,自动回答用户问题,提升客户服务效率。

内容生成

自动撰写文章、邮件、广告文案等文本内容,提高内容产出效率。

编程助手

辅助代码编写、调试和代码审查,加速软件开发流程。

数据分析

理解和分析非结构化数据,提取关键信息并生成报告摘要。

为什么选择 API Models

  • 统一 API 接口 -- 一个 API Key 调用所有模型,无需分别注册各平台账号
  • 价格优势 -- 比官方价格低 60-95%,适合小微开发者和初创团队
  • 即开即用 -- 注册即可使用,支持 Stripe 和支付宝充值
  • 完整文档 -- 提供详细的 API 文档和代码示例(cURL、Python、Node.js)

常见问题

o3-mini 的价格是多少?

o3-mini 通过 API Models 平台调用,当前定价:Input: $0.486, Output: $1.942 per 1M tokens。相比官方价格,最高可节省 95% 的费用。

如何使用 o3-mini API?

在 API Models 注册账号并获取 API Key,然后通过我们的统一 API 端点调用即可。我们提供详细的 API 文档和 cURL、Python、Node.js 代码示例。

API Models 与 OpenAI 官方 API 有什么区别?

API Models 通过聚合平台提供与官方相同的 o3-mini 模型,价格低 60-95%。我们提供统一的 API 接口,无需分别注册各平台账号,一个 API Key 即可调用所有模型。

支持哪些付款方式?

我们支持 Stripe(Visa、Mastercard 等国际信用卡)和支付宝付款。充值后积分即时到账。