ModelsOk

fun-asr-flash-2026-06-15 API pricing & access

fun-asr-flash-2026-06-15 API pricing: $75 per 1M tokens. Compare supported endpoints, capabilities and access options on ModelsOk.

fun-asr-flash-2026-06-15 API access

阿里巴巴通义 FunASR Flash 语音识别模型,2026-06-15 快照版本。

Compare supported API endpoints and capabilities, then access fun-asr-flash-2026-06-15 through the unified API gateway.

Category
audio
Supported APIs
OpenAI Chat Completions API
API endpoints
POST /v1/chat/completions

fun-asr-flash-2026-06-15 API pricing

Base input price
$75 per 1M tokens
Base output price
$75 per 1M tokens

Base prices are shown in USD before group-specific adjustments. Open the live pricing page for current access-group prices.

How to call fun-asr-flash-2026-06-15

fun-asr-flash-2026-06-15 is served through ModelsOk's unified gateway. Existing OpenAI or Anthropic SDK code keeps working: point base_url at https://modelsok.com and use your ModelsOk API key.

curl (OpenAI-compatible)

curl https://modelsok.com/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "fun-asr-flash-2026-06-15", "messages": [{"role": "user", "content": "Hello"}]}'

Python (openai SDK)

from openai import OpenAI

client = OpenAI(base_url="https://modelsok.com/v1", api_key="YOUR_API_KEY")
response = client.chat.completions.create(
    model="fun-asr-flash-2026-06-15",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Frequently asked questions

Do I need to change my code to use fun-asr-flash-2026-06-15 here?

No. The gateway speaks the OpenAI and Anthropic wire formats. Change base_url to https://modelsok.com and the API key; requests, streaming and tool calls stay the same.

How is fun-asr-flash-2026-06-15 billed?

Usage is billed per token at the base price shown above ($75 per 1M tokens), deducted from a prepaid balance. Group-specific rates and cached-token discounts are applied on the live pricing page.

Is fun-asr-flash-2026-06-15 available right now?

The status page publishes real-traffic availability, first-token latency and throughput for every model over the last 90 days, refreshed every minute.

Back to AI model API pricing