Clean and classify in bulk
Normalize formats, assign topics, and add labels so raw text becomes filterable data.
Gemini Data ProcessingText and data processing
Classify, summarize, translate, and extract structured data through an OpenAI-compatible endpoint. Use it after collection or with data you already have.
POST /api/v1/chat/completionsFrom raw text to structured data
Ready for analytics or business systems
Specify the output structure instead of writing a new ruleset for every batch, then send the result to the next step.
Normalize formats, assign topics, and add labels so raw text becomes filterable data.
Condense long text into key points and normalize language for review and analysis.
Return entities, attributes, and decisions as JSON your database or workflow can use.
Start with the default fast model. Choose a thinking-compatible model ID when the task needs additional reasoning.
The endpoint accepts the OpenAI chat completions request shape. Agents can use the same text-processing capability through MCP.
Each request is charged at the current model route. Invalid, failed, or empty requests are not charged, and the final amount is visible in the console.
View full pricingStart with the default model and the fields your workflow actually needs, then expand to batch processing.